Searched refs:tegra_dc_readl (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/tegra/ |
| A D | hub.c | 104 return tegra_dc_readl(plane->dc, tegra_plane_offset(plane, offset)); in tegra_plane_readl() 206 value = tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_shared_plane_update() 226 value = tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_shared_plane_activate() 240 return tegra_dc_readl(dc, offset) & OWNER_MASK; in tegra_shared_plane_get_owner() 269 value = tegra_dc_readl(dc, offset); in tegra_shared_plane_set_owner() 895 value = tegra_dc_readl(dc, DC_CMD_IHUB_COMMON_MISC_CTL); in tegra_display_hub_update() 899 value = tegra_dc_readl(dc, DC_DISP_IHUB_COMMON_DISPLAY_FETCH_METER); in tegra_display_hub_update() 904 tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_display_hub_update() 906 tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_display_hub_update()
|
| A D | dc.c | 55 value = tegra_dc_readl(dc, offset); in tegra_dc_readl_active() 1085 (void)tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_cursor_atomic_async_update() 1089 (void)tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_cursor_atomic_async_update() 1663 offset, tegra_dc_readl(dc, offset)); in tegra_dc_show_regs() 1692 value = tegra_dc_readl(dc, DC_COM_CRC_CHECKSUM); in tegra_dc_show_crc() 1787 value = tegra_dc_readl(dc, DC_CMD_INT_MASK); in tegra_dc_enable_vblank() 1799 value = tegra_dc_readl(dc, DC_CMD_INT_MASK); in tegra_dc_disable_vblank() 1967 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop() 2322 value = tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_crtc_atomic_flush() 2326 value = tegra_dc_readl(dc, DC_CMD_STATE_CONTROL); in tegra_crtc_atomic_flush() [all …]
|
| A D | rgb.c | 113 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1)); in tegra_rgb_encoder_enable()
|
| A D | sor.c | 2224 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_sor_hdmi_disable() 2461 value = tegra_dc_readl(dc, DC_DISP_DISP_SIGNAL_OPTIONS0); in tegra_sor_hdmi_enable() 2556 value = tegra_dc_readl(dc, DC_DISP_DISP_COLOR_CONTROL); in tegra_sor_hdmi_enable() 2621 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_sor_hdmi_enable() 2631 value = tegra_dc_readl(dc, DC_DISP_CORE_SOR_SET_CONTROL(sor->index)); in tegra_sor_hdmi_enable() 2682 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_sor_dp_disable() 2923 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_sor_dp_enable()
|
| A D | dc.h | 126 static inline u32 tegra_dc_readl(struct tegra_dc *dc, unsigned int offset) in tegra_dc_readl() function
|
| A D | dsi.c | 860 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_dsi_encoder_disable() 947 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_dsi_encoder_enable()
|
| A D | hdmi.c | 1179 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_hdmi_encoder_disable() 1416 value = tegra_dc_readl(dc, DC_DISP_DISP_WIN_OPTIONS); in tegra_hdmi_encoder_enable()
|
Completed in 26 milliseconds