]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Skip fence alignemnt check for the CCS plane
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Aug 2017 19:10:50 +0000 (22:10 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 30 Aug 2017 17:03:53 +0000 (20:03 +0300)
commit2ec4cf4057fcb98cb4cabdd57fa12357e438ae98
tree313b54bd4e3b8f2f63359566d97a437edf604739
parent303ba6955499ef757ca5ddcc816e370cc7581cb5
drm/i915: Skip fence alignemnt check for the CCS plane

The CCS won't have the same stride as the main surface anyway so trying
to guard against the fence stride not matching the CCS stride is
not sensible. Just skip the fence vs. fb alignment check for the aux
plane.

Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Cc: Daniel Stone <daniels@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170824191100.10949-3-ville.syrjala@linux.intel.com
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Fixes: 2e2adb05736c ("drm/i915: Add render decompression support")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c