]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 Feb 2014 17:52:06 +0000 (19:52 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Feb 2014 22:00:47 +0000 (23:00 +0100)
commiteb996a84b66b028aa5024e6cea3d3f0c755411a7
tree13024a866349329c4940784f46cc03bae02d9184
parentf2660f011bdee9c8563b6482356d03eebf816a4b
drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB

According to BSpec the entire MI_DISPLAY_FLIP packet must be contained
in a single cacheline. Make sure that happens.

v2: Use intel_ring_begin_cacheline_safe()
v3: Use intel_ring_cacheline_align() (Chris)

Cc: Bjoern C <lkml@call-home.ch>
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>
Cc: Enrico Tagliavini <enrico.tagliavini@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74053
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c