Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780f5984 authored by Matt Roper's avatar Matt Roper Committed by Rob Clark
Browse files

drm: Remove unused drm_crtc->fb

parent f4510a27
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;