Commit 88652d8a authored by Yuan Can's avatar Yuan Can Committed by Tomi Valkeinen
Browse files

drm/omapdrm: Remove unused struct csc_coef_rgb2yuv



After commit 64ff1891, struct csc_coef_rgb2yuv is not used any more
and can be removed as well.

Fixes: 64ff1891 ("drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes")
Signed-off-by: default avatarYuan Can <yuancan@huawei.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221014024810.21675-1-yuancan@huawei.com
parent 2df0433b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -855,11 +855,6 @@ struct csc_coef_yuv2rgb {
	bool full_range;
};

struct csc_coef_rgb2yuv {
	int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb;
	bool full_range;
};

static void dispc_ovl_write_color_conv_coef(struct dispc_device *dispc,
					    enum omap_plane_id plane,
					    const struct csc_coef_yuv2rgb *ct)