aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2014-04-01 15:22:41 -0700
committerRob Clark <robdclark@gmail.com>2014-04-01 20:18:28 -0400
commit780f59847193eac97901ab6e74683956b4b0cf20 (patch)
tree3513b7e93c8b783ec2a6bfd4ed739e9997b09023 /include/drm
parentdrm: Replace crtc fb with primary plane fb (v3) (diff)
downloadwireguard-linux-780f59847193eac97901ab6e74683956b4b0cf20.tar.xz
wireguard-linux-780f59847193eac97901ab6e74683956b4b0cf20.zip
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')
-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 {
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;