commit | c59cb179aaf444931cf9c547a514e383da3d2526 | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Mon Dec 01 15:40:16 2014 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sat Dec 06 01:46:25 2014 +0100 |
tree | 38dd7450c92e4c80673a4ea73d755908fb41c3d4 | |
parent | 38f3ce3af5742eb5a3e9b01997f5ab85109c5762 [diff] |
drm/i915: Consolidate top-level .update_plane() handlers Our .update_plane() handlers do the same check/prepare/commit/cleanup steps regardless of plane type. Consolidate them all into a single function that calls check/commit through a vtable. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>