Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_dpi_regs.h65 #define HSYNC_POL BIT(13) macro
Dmtk_dpi.c246 mask = HSYNC_POL | VSYNC_POL; in mtk_dpi_config_pol()
247 pol = (dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) | in mtk_dpi_config_pol()