Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/mediatek/
H A Dmtk_dpi_regs.h70 #define HSYNC_POL BIT(13) macro
H A Dmtk_dpi.c273 mask = HSYNC_POL | VSYNC_POL; in mtk_dpi_config_pol()
274 pol = (dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) | in mtk_dpi_config_pol()