[Intel-gfx] [PATCH 0/8 v2] Future preparation patches
sonika.jindal at intel.com
sonika.jindal at intel.com
Mon Jul 21 11:53:37 CEST 2014
From: Sonika Jindal <sonika.jindal at intel.com>
This series prepares future platform enabling by changing HAS_PCH_SPLIT to more
appropriate check since the code accessed may not have anything to do with
having PCH or not.
v2: Adding new HAS_GMCH_DISPLAY macro suggested by Daniel. Also taking care of
Ironlake(gen 5), by making gen < 5 check suggested by Damien.
Effectively, !HAS_PCH_SPLIT is equivalent to HAS_GMCH_DISPLAY
and HAS_PCH_SPLIT is equivalent to gen >= 5 && !(VALLEYVIEW).
Sonika Jindal (8):
drm/i915: Adding HAS_GMCH_DISPLAY macro
drm/i915: Allowing changing of wm latencies for valid platforms
drm/i915: Returning the right VGA control reg for platforms
drm/i915: Setting legacy palette correctly for different platforms
drm/i915: Returning from increase/decrease of pllclock when invalid
drm/i915: Writing proper check for reading of pipe status reg
drm/i915: Replace HAS_PCH_SPLIT which incorrectly lets some platforms
in
drm/i915: Avoid incorrect returning for some platforms
drivers/gpu/drm/i915/i915_debugfs.c | 6 +++---
drivers/gpu/drm/i915/i915_drv.h | 8 +++++---
drivers/gpu/drm/i915/intel_display.c | 8 ++++----
drivers/gpu/drm/i915/intel_hdmi.c | 4 ++--
4 files changed, 14 insertions(+), 12 deletions(-)
--
1.7.10.4
More information about the Intel-gfx
mailing list