Searched refs:clr_depth (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi5_core.c | 372 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local 375 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer() 377 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer() 379 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer() 383 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer() 387 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer() 392 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_csc() local 395 REG_FLD_MOD(core->base, HDMI_CORE_CSC_SCALE, clr_depth, 7, 4); in hdmi_core_config_csc()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi5_core.c | 338 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local 341 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer() 343 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer() 345 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer() 349 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer() 353 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer()
|