Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.h36 #define DC_CMD_DISPLAY_POWER_CONTROL 0x036 macro
Ddc.c1225 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_disable()
1228 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_disable()
1259 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_enable()
1262 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_crtc_enable()
1382 DUMP_REG(DC_CMD_DISPLAY_POWER_CONTROL); in tegra_dc_show_regs()