Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c27 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) macro
28 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50)
29 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54)
70 writel(0x1, comp->regs + DISP_COLOR_START(color)); in mtk_color_start()