op_dither_truc 192 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; op_dither_truc 240 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { op_dither_truc 241 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); op_dither_truc 244 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); op_dither_truc 234 drivers/gpu/drm/omapdrm/dss/hdmi4_core.h enum hdmi_core_dither_trunc op_dither_truc; op_dither_truc 193 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; op_dither_truc 241 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c if (cfg->op_dither_truc > HDMI_OUTPUTTRUNCATION_12BIT) { op_dither_truc 242 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c r = FLD_MOD(r, cfg->op_dither_truc - 3, 7, 6); op_dither_truc 245 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c r = FLD_MOD(r, cfg->op_dither_truc, 7, 6); op_dither_truc 234 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h enum hdmi_core_dither_trunc op_dither_truc;