Home
last modified time | relevance | path

Searched refs:DISP_CTRL_MODE_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h182 #define DISP_CTRL_MODE_MASK (3 << 5) macro
H A Ddc.c1720 value &= ~DISP_CTRL_MODE_MASK; in tegra_dc_stop()
1732 return (value & DISP_CTRL_MODE_MASK) == 0; in tegra_dc_idle()
1904 value &= ~DISP_CTRL_MODE_MASK; in tegra_crtc_atomic_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h197 #define DISP_CTRL_MODE_MASK (3 << 5) macro
H A Ddc.c1953 value &= ~DISP_CTRL_MODE_MASK; in tegra_dc_stop()
1965 return (value & DISP_CTRL_MODE_MASK) == 0; in tegra_dc_idle()
2247 value &= ~DISP_CTRL_MODE_MASK; in tegra_crtc_atomic_enable()

Completed in 12 milliseconds