commit | 65a3fea0a6f02950f22f983755ce8145b73a007d | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Wed Jan 21 16:35:42 2015 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jan 27 09:51:18 2015 +0100 |
tree | 69d6d34201eb7aff9d2872292a4112e9130f6f1f | |
parent | 8e7d688b7a8316d514d2fe311b4ef8d6ac091f2d [diff] |
drm/i915: Consolidate plane handler vtables All of the previous refactoring/consolidation of plane code has resulted in intel_primary_plane_funcs, intel_cursor_plane_funcs, and intel_sprite_plane_funcs being identical. Replace all of these with a single 'intel_plane_funcs' vtable for simplicity. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>