Searched refs:DC_CMD_DISPLAY_POWER_CONTROL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1253 DEBUGFS_REG32(DC_CMD_DISPLAY_POWER_CONTROL), 1784 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_disable() 1787 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_disable() 1909 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_enable() 1912 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_enable()
|
H A D | dc.h | 184 #define DC_CMD_DISPLAY_POWER_CONTROL 0x036 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1439 DEBUGFS_REG32(DC_CMD_DISPLAY_POWER_CONTROL), 2114 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_disable() 2117 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_disable() 2252 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_enable() 2255 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_atomic_enable()
|
H A D | dc.h | 199 #define DC_CMD_DISPLAY_POWER_CONTROL 0x036 macro
|
Completed in 11 milliseconds