From: Sonika Jindal <sonika.jindal@xxxxxxxxx> 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx