aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2014-04-01 18:22:41 -0400
committerRob Clark <robdclark@gmail.com>2014-04-01 20:18:28 -0400
commit780f59847193eac97901ab6e74683956b4b0cf20 (patch)
tree3513b7e93c8b783ec2a6bfd4ed739e9997b09023 /include/drm/drm_crtc.h
parentf4510a2752b75ad5847b7935b68c233cab497f97 (diff)
drm: Remove unused drm_crtc->fb
Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 46790c0de845..e55fccbe7c42 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -311,9 +311,6 @@ struct drm_crtc {
311 struct drm_plane *primary; 311 struct drm_plane *primary;
312 struct drm_plane *cursor; 312 struct drm_plane *cursor;
313 313
314 /* framebuffer the connector is currently bound to */
315 struct drm_framebuffer *fb;
316
317 /* Temporary tracking of the old fb while a modeset is ongoing. Used 314 /* Temporary tracking of the old fb while a modeset is ongoing. Used
318 * by drm_mode_set_config_internal to implement correct refcounting. */ 315 * by drm_mode_set_config_internal to implement correct refcounting. */
319 struct drm_framebuffer *old_fb; 316 struct drm_framebuffer *old_fb;