Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dhub.c108 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel() function
362 tegra_plane_writel(plane, value, in tegra_shared_plane_setup_scaler()
383 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_LINEBUF_CONFIG); in tegra_dc_assign_shared_plane()
387 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_FETCH_METER); in tegra_dc_assign_shared_plane()
392 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLA); in tegra_dc_assign_shared_plane()
396 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLB); in tegra_dc_assign_shared_plane()
401 tegra_plane_writel(plane, value, DC_WIN_CORE_PRECOMP_WGRP_PIPE_METER); in tegra_dc_assign_shared_plane()
406 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_POOL_CONFIG); in tegra_dc_assign_shared_plane()
412 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_THREAD_GROUP); in tegra_dc_assign_shared_plane()
516 tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS); in tegra_shared_plane_atomic_disable()
[all …]
H A Ddc.c91 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel() function
183 tegra_plane_writel(plane, blendnokey, DC_WIN_BLEND_NOKEY); in tegra_plane_setup_blending_legacy()
184 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
263 tegra_plane_writel(plane, background[0], DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
264 tegra_plane_writel(plane, background[1], DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
265 tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
282 tegra_plane_writel(plane, blending[0], DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
283 tegra_plane_writel(plane, blending[1], DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
284 tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
[all …]