]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Eliminate ironlake_update_primary_plane()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Mar 2017 19:27:11 +0000 (21:27 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 27 Mar 2017 12:58:33 +0000 (15:58 +0300)
commit3ba35e53cfbad79ba288a514b01b41a46fc8dc7f
treec2603566259ec9e9fff9a0ff1bf52fde9f9302c0
parent5b7fcc44aa6ea56285d0db20753fed699d047706
drm/i915: Eliminate ironlake_update_primary_plane()

The effective difference between i9xx_update_primary_plane()
and ironlake_update_primary_plane() is only the HSW/BDW
DSPOFFSET special case. So bring that over into
i9xx_update_primary_plane() and eliminate the duplicated code.

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/20170323192712.30682-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_display.c