Skip to content

Commit

Permalink
drm: Remove unused drm_crtc->fb
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
  • Loading branch information
Matt Roper authored and Rob Clark committed Apr 2, 2014
1 parent f4510a2 commit 780f598
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ struct drm_crtc {
struct drm_plane *primary;
struct drm_plane *cursor;

/* framebuffer the connector is currently bound to */
struct drm_framebuffer *fb;

/* Temporary tracking of the old fb while a modeset is ongoing. Used
* by drm_mode_set_config_internal to implement correct refcounting. */
struct drm_framebuffer *old_fb;
Expand Down

0 comments on commit 780f598

Please sign in to comment.