Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tegra/
Ddsi.h39 #define DSI_CONTROL_DCS_ENABLE (1 << 3) macro
Ddsi.c527 value &= ~DSI_CONTROL_DCS_ENABLE; in tegra_dsi_configure()
529 value |= DSI_CONTROL_DCS_ENABLE; in tegra_dsi_configure()