Home
last modified time | relevance | path

Searched refs:V_POSITION (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h628 #define V_POSITION(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */ macro
H A Dhub.c485 value = V_POSITION(plane->state->crtc_y) | in tegra_shared_plane_atomic_update()
H A Ddc.c360 value = V_POSITION(window->dst.y) | H_POSITION(window->dst.x); in tegra_dc_setup_window()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h652 #define V_POSITION(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */ macro
H A Dhub.c647 value = V_POSITION(new_state->crtc_y) | in tegra_shared_plane_atomic_update()
H A Ddc.c368 value = V_POSITION(window->dst.y) | H_POSITION(window->dst.x); in tegra_dc_setup_window()

Completed in 15 milliseconds