Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
A Dmtk_disp_gamma.c26 #define LUT_10BIT_MASK 0x03ff macro
70 word = (((lut[i].red >> 6) & LUT_10BIT_MASK) << 20) + in mtk_gamma_set_common()
71 (((lut[i].green >> 6) & LUT_10BIT_MASK) << 10) + in mtk_gamma_set_common()
72 ((lut[i].blue >> 6) & LUT_10BIT_MASK); in mtk_gamma_set_common()
A Dmtk_drm_ddp_comp.c42 #define LUT_10BIT_MASK 0x03ff macro

Completed in 8 milliseconds