commit | 1cecc830e6b662a765d60860112cf69182b56b8e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Mar 27 21:55:34 2017 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed May 10 19:00:30 2017 +0300 |
tree | 0a1f0fd6b9dc4735cb2cfdd258a53498a40952cb | |
parent | 282dbf9b017bc6d5fdaeadf14e534c2fe22fee2d [diff] |
drm/i915: Refactor CURBASE calculation The remaining cursor base address calculations are spread around into several different locations. Just pull it all into one place. v2: Don't pass intel_plane as we don't really need it Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170327185546.2977-4-ville.syrjala@linux.intel.com