mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
video: tegra: force 24bit output on HDMI
Signed-off-by: Erik Gilling <konkers@android.com> Change-Id: I180bc0219485c96f3e24f0fa415fdaa488c56c8c
This commit is contained in:
committed by
Colin Cross
parent
0cc38a4d73
commit
400abc9044
@@ -555,6 +555,8 @@ static int tegra_dc_hdmi_init(struct tegra_dc *dc)
|
||||
hdmi->disp1_clk = disp1_clk;
|
||||
hdmi->disp2_clk = disp2_clk;
|
||||
|
||||
dc->out->depth = 24;
|
||||
|
||||
tegra_dc_set_outdata(dc, hdmi);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user