Searched refs:tegra_dc_writel (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/host1x/drm/ |
D | dc.c | 83 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_WINDOW_HEADER); in tegra_plane_disable() 87 tegra_dc_writel(dc, value, DC_WIN_WIN_OPTIONS); in tegra_plane_disable() 89 tegra_dc_writel(dc, WIN_A_UPDATE << p->index, DC_CMD_STATE_CONTROL); in tegra_plane_disable() 90 tegra_dc_writel(dc, WIN_A_ACT_REQ << p->index, DC_CMD_STATE_CONTROL); in tegra_plane_disable() 146 tegra_dc_writel(dc, WINDOW_A_SELECT, DC_CMD_DISPLAY_WINDOW_HEADER); in tegra_dc_set_base() 151 tegra_dc_writel(dc, bo->paddr + value, DC_WINBUF_START_ADDR); in tegra_dc_set_base() 152 tegra_dc_writel(dc, fb->pitches[0], DC_WIN_LINE_STRIDE); in tegra_dc_set_base() 155 tegra_dc_writel(dc, value, DC_CMD_STATE_CONTROL); in tegra_dc_set_base() 158 tegra_dc_writel(dc, value, DC_CMD_STATE_CONTROL); in tegra_dc_set_base() 171 tegra_dc_writel(dc, value, DC_CMD_INT_MASK); in tegra_dc_enable_vblank() [all …]
|
D | hdmi.c | 655 tegra_dc_writel(dc, VSYNC_H_POSITION(1), in tegra_output_hdmi_enable() 657 tegra_dc_writel(dc, DITHER_CONTROL_DISABLE | BASE_COLOR_SIZE888, in tegra_output_hdmi_enable() 663 tegra_dc_writel(dc, H_PULSE_2_ENABLE, DC_DISP_DISP_SIGNAL_OPTIONS0); in tegra_output_hdmi_enable() 667 tegra_dc_writel(dc, value, DC_DISP_H_PULSE2_CONTROL); in tegra_output_hdmi_enable() 670 tegra_dc_writel(dc, value, DC_DISP_H_PULSE2_POSITION_A); in tegra_output_hdmi_enable() 766 tegra_dc_writel(dc, DISP_CTRL_MODE_STOP, DC_CMD_DISPLAY_COMMAND); in tegra_output_hdmi_enable() 767 tegra_dc_writel(dc, GENERAL_ACT_REQ << 8, DC_CMD_STATE_CONTROL); in tegra_output_hdmi_enable() 768 tegra_dc_writel(dc, GENERAL_ACT_REQ, DC_CMD_STATE_CONTROL); in tegra_output_hdmi_enable() 819 tegra_dc_writel(dc, HDMI_ENABLE, DC_DISP_DISP_WIN_OPTIONS); in tegra_output_hdmi_enable() 823 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_POWER_CONTROL); in tegra_output_hdmi_enable() [all …]
|
D | rgb.c | 85 tegra_dc_writel(dc, table[i].value, table[i].offset); in tegra_dc_write_regs()
|
D | drm.h | 136 static inline void tegra_dc_writel(struct tegra_dc *dc, unsigned long value, in tegra_dc_writel() function
|