aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorLi Peng <peng.li@intel.com>2009-08-24 22:43:01 -0400
committerEric Anholt <eric@anholt.net>2009-09-10 14:32:49 -0400
commitaf729a26ccc3ff9ad834a5e96f455aab20f176cd (patch)
tree5eb23be4a94d1ffa81afbe5ec3adc186da7fa83f /drivers/gpu/drm/i915/i915_drv.h
parentbb66c5122b4300b475b585fffb811311f39f5431 (diff)
Add G33 series in VGA hotplug support category
Test on the IGD chip, which is a G33-like graphic device. Signed-off-by: Li Peng <peng.li@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index e5f20e40ac59..df4597d9dac0 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -910,7 +910,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
910#define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_IGDNG(dev)) 910#define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_IGDNG(dev))
911#define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_IGDNG(dev)) 911#define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_IGDNG(dev))
912#define SUPPORTS_EDP(dev) (IS_IGDNG_M(dev)) 912#define SUPPORTS_EDP(dev) (IS_IGDNG_M(dev))
913#define I915_HAS_HOTPLUG(dev) (IS_I945G(dev) || IS_I945GM(dev) || IS_I965G(dev)) 913#define I915_HAS_HOTPLUG(dev) (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev) || IS_I965G(dev))
914/* dsparb controlled by hw only */ 914/* dsparb controlled by hw only */
915#define DSPARB_HWCONTROL(dev) (IS_G4X(dev) || IS_IGDNG(dev)) 915#define DSPARB_HWCONTROL(dev) (IS_G4X(dev) || IS_IGDNG(dev))
916 916