Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dfsl-ldb.c29 #define LDB_CTRL_DI0_VSYNC_POLARITY BIT(9) macro
204 reg |= (fsl_ldb->ch0_enabled ? LDB_CTRL_DI0_VSYNC_POLARITY : 0) | in fsl_ldb_atomic_enable()