Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.c374 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local
377 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer()
379 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer()
381 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer()
385 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer()
389 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer()
394 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_csc() local
397 REG_FLD_MOD(core->base, HDMI_CORE_CSC_SCALE, clr_depth, 7, 4); in hdmi_core_config_csc()
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.c338 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()