]> asedeno.scripts.mit.edu Git - linux.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)
commit3ca46c0a22a7a0873d599e977c5a80b753ac69ce
treeedd7b407a99ec01707471ae7502c7a367f480964
parent1b500535c513ac57fff89e917bda5863739636ad
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