Commit 549eae27 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Rob Clark
Browse files

drm/panel: drop DSC pps pointer

parent 574922e6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -188,13 +188,6 @@ struct drm_panel {
	 * Panel entry in registry.
	 */
	struct list_head list;

	/**
	 * @dsc:
	 *
	 * Panel DSC pps payload to be sent
	 */
	struct drm_dsc_config *dsc;
};

void drm_panel_init(struct drm_panel *panel, struct device *dev,