diff options
author | Alan Cox <alan@linux.intel.com> | 2012-05-03 10:06:18 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-07 05:58:20 -0400 |
commit | d839ede47a56ff5f316c88391818488f8e5913af (patch) | |
tree | 3c874685ccfa8eb690be547b805166372e592c83 /drivers/gpu/drm/gma500/psb_intel_reg.h | |
parent | 9aba9d3a2ca42572c9c196e8be6cab59b7c078b6 (diff) |
gma500: opregion and ACPI
Add the opregion support and bring us in line with the opregion functionality in the
reference driver code. We can't share this with i915 currently because there are
hardcoded assumptions about dev_priv etc in both versions.
[airlied: include opregion.h fix]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_intel_reg.h')
-rw-r--r-- | drivers/gpu/drm/gma500/psb_intel_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/psb_intel_reg.h b/drivers/gpu/drm/gma500/psb_intel_reg.h index 519a9cd9ffbc..8e8c8efb0a89 100644 --- a/drivers/gpu/drm/gma500/psb_intel_reg.h +++ b/drivers/gpu/drm/gma500/psb_intel_reg.h | |||
@@ -507,6 +507,7 @@ | |||
507 | #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL << 17) | 507 | #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL << 17) |
508 | #define PIPE_START_VBLANK_INTERRUPT_ENABLE (1UL << 18) | 508 | #define PIPE_START_VBLANK_INTERRUPT_ENABLE (1UL << 18) |
509 | #define PIPE_TE_ENABLE (1UL << 22) | 509 | #define PIPE_TE_ENABLE (1UL << 22) |
510 | #define PIPE_LEGACY_BLC_EVENT_ENABLE (1UL << 22) | ||
510 | #define PIPE_DPST_EVENT_ENABLE (1UL << 23) | 511 | #define PIPE_DPST_EVENT_ENABLE (1UL << 23) |
511 | #define PIPE_VSYNC_ENABL (1UL << 25) | 512 | #define PIPE_VSYNC_ENABL (1UL << 25) |
512 | #define PIPE_HDMI_AUDIO_UNDERRUN (1UL << 26) | 513 | #define PIPE_HDMI_AUDIO_UNDERRUN (1UL << 26) |