Commit 2299a8d1 authored by Adrián Larumbe's avatar Adrián Larumbe Committed by Neil Armstrong
Browse files

drm/bridge: dw-hdmi: remove dead code and fix indentation

parent f3710b42
Loading
Loading
Loading
Loading
+4 −18
Original line number Diff line number Diff line
@@ -49,20 +49,6 @@

#define HDMI14_MAX_TMDSCLK	340000000

enum hdmi_datamap {
	RGB444_8B = 0x01,
	RGB444_10B = 0x03,
	RGB444_12B = 0x05,
	RGB444_16B = 0x07,
	YCbCr444_8B = 0x09,
	YCbCr444_10B = 0x0B,
	YCbCr444_12B = 0x0D,
	YCbCr444_16B = 0x0F,
	YCbCr422_8B = 0x16,
	YCbCr422_10B = 0x14,
	YCbCr422_12B = 0x12,
};

static const u16 csc_coeff_default[3][4] = {
	{ 0x2000, 0x0000, 0x0000, 0x0000 },
	{ 0x0000, 0x2000, 0x0000, 0x0000 },