Fix wrong register values introduced in r42870.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ecb5cbe97d
commit
4254fc3705
@ -335,10 +335,10 @@ struct intel_free_graphics_memory {
|
||||
#define INTEL_RING_BUFFER_ENABLED 1
|
||||
|
||||
// interrupts
|
||||
#define INTEL_INTERRUPT_ENABLED 0x02a0
|
||||
#define INTEL_INTERRUPT_IDENTITY 0x02a4
|
||||
#define INTEL_INTERRUPT_MASK 0x02a8
|
||||
#define INTEL_INTERRUPT_STATUS 0x02ac
|
||||
#define INTEL_INTERRUPT_ENABLED 0x020a0
|
||||
#define INTEL_INTERRUPT_IDENTITY 0x020a4
|
||||
#define INTEL_INTERRUPT_MASK 0x020a8
|
||||
#define INTEL_INTERRUPT_STATUS 0x020ac
|
||||
#define INTERRUPT_VBLANK_PIPEA (1 << 7)
|
||||
#define INTERRUPT_VBLANK_PIPEB (1 << 5)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user