]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Drop a spurious intel_pre_plane_update() call
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 3 Jul 2015 08:22:27 +0000 (11:22 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 Jul 2015 09:38:47 +0000 (11:38 +0200)
commit30e4083456dbecacaa9185db8d326ac5c483c257
tree63a900bbb3453b1efc34946e40d87ac66acc541c
parent2a4d7be10345c0a07f7fe407dad817bced864a25
drm/i915: Drop a spurious intel_pre_plane_update() call

Kill the extra intel_pre_plane_update() I accidentally added in

 commit 6152b1a64c4982adefa636c85e29e881ae46a37e
 Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
 Date:   Wed Jun 24 22:00:07 2015 +0300

    drm/i915: Try to make sure cxsr is disabled around plane
    enable/disable

This fixes a load of warnings from the frontbuffer tracking.

Testcase: igt/kms_frontbuffer_tracking/fbc-1p-rte
Tested-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c