summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-01-07 11:54:12 +0100
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-01-07 13:52:04 +0100
commitc03242b1317694e50e2c781026bb7bee8dfcc2bb (patch)
treed759f400238dc7898992d27e0e0519c886213659 /drivers/gpu/drm/i915/intel_drv.h
parenta8d201af68506b375b701d0d8dbe8487034256f2 (diff)
downloadop-kernel-dev-c03242b1317694e50e2c781026bb7bee8dfcc2bb.zip
op-kernel-dev-c03242b1317694e50e2c781026bb7bee8dfcc2bb.tar.gz
drm/i915: Remove commit_plane function pointer.
With sprites, cursors and primary planes taking the atomic state this is now unused. It's removed in a separate commit to allow a revert. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1452164052-21752-8-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 6f3850b..bdfe403 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -692,8 +692,6 @@ struct intel_plane {
int (*check_plane)(struct drm_plane *plane,
struct intel_crtc_state *crtc_state,
struct intel_plane_state *state);
- void (*commit_plane)(struct drm_plane *plane,
- struct intel_plane_state *state);
};
struct intel_watermark_params {
OpenPOWER on IntegriCloud