]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Pass the correct plane index to _intel_compute_tile_offset()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 7 Mar 2017 19:42:09 +0000 (21:42 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Mar 2017 14:44:29 +0000 (16:44 +0200)
commit9d27e0ee375083a5cd1d752f8abf2db84789c193
treeedd7b407a99ec01707471ae7502c7a367f480964
parentdbb54436caf59004cef37505581405bc6f5107a3
drm/i915: Pass the correct plane index to _intel_compute_tile_offset()

intel_fill_fb_info() should pass the correct plane index to
_intel_compute_tile_offset() once we start to care about the AUX
surface.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170307194210.13400-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_display.c