Home
last modified time | relevance | path

Searched refs:op_dither_truc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi4_core.c203 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()
251 if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { in hdmi_core_video_config()
252 r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); in hdmi_core_video_config()
255 r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); in hdmi_core_video_config()
Dhdmi4_core.h245 enum hdmi_core_dither_trunc op_dither_truc; member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4_core.c204 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()
252 if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { in hdmi_core_video_config()
253 r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); in hdmi_core_video_config()
256 r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); in hdmi_core_video_config()
Dhdmi4_core.h245 enum hdmi_core_dither_trunc op_dither_truc; member