Searched refs:CNTL_LCDVCOMP (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/pl111/ | ||
D | pl111_drm.h | 84 #define CNTL_LCDVCOMP(x) ((x) << 12) macro |
D | pl111_display.c | 246 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable() |