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

/linux-master/drivers/gpu/drm/tegra/
H A Dhub.c107 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, function
361 tegra_plane_writel(plane, value,
382 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_LINEBUF_CONFIG);
386 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_FETCH_METER);
391 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLA);
395 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLB);
400 tegra_plane_writel(plane, value, DC_WIN_CORE_PRECOMP_WGRP_PIPE_METER);
405 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_POOL_CONFIG);
411 tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_THREAD_GROUP);
515 tegra_plane_writel(
[all...]
H A Ddc.c90 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, function
182 tegra_plane_writel(plane, blendnokey, DC_WIN_BLEND_NOKEY);
183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN);
262 tegra_plane_writel(plane, background[0], DC_WIN_BLEND_2WIN_X);
263 tegra_plane_writel(plane, background[1], DC_WIN_BLEND_2WIN_Y);
264 tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY);
281 tegra_plane_writel(plane, blending[0], DC_WIN_BLEND_2WIN_X);
282 tegra_plane_writel(plane, blending[1], DC_WIN_BLEND_2WIN_Y);
283 tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY);
287 tegra_plane_writel(plan
[all...]

Completed in 295 milliseconds