Searched refs:op_dither_truc (Results 1 – 2 of 2) sorted by relevance
204 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()
245 enum hdmi_core_dither_trunc op_dither_truc; member