Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_color.c22 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) macro
23 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50)
24 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54)
76 writel(0x1, color->regs + DISP_COLOR_START(color)); in mtk_color_start()