Searched refs:op_dither_truc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | hdmi4_core.c | 193 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init() 241 if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { in hdmi_core_video_config() 242 r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); in hdmi_core_video_config() 245 r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); in hdmi_core_video_config()
|
| D | hdmi4_core.h | 234 enum hdmi_core_dither_trunc op_dither_truc; member
|
| /Linux-v5.15/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi4_core.c | 151 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init() 199 if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { in hdmi_core_video_config() 200 r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); in hdmi_core_video_config() 203 r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); in hdmi_core_video_config()
|
| D | hdmi4_core.h | 234 enum hdmi_core_dither_trunc op_dither_truc; member
|