Home
last modified time | relevance | path

Searched refs:clr_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.c393 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local
396 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer()
398 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer()
400 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer()
404 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer()
408 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer()
413 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_csc() local
416 REG_FLD_MOD(core->base, HDMI_CORE_CSC_SCALE, clr_depth, 7, 4); in hdmi_core_config_csc()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.c385 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local
388 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer()
390 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer()
392 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer()
396 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer()
400 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer()
405 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_csc() local
408 REG_FLD_MOD(core->base, HDMI_CORE_CSC_SCALE, clr_depth, 7, 4); in hdmi_core_config_csc()