Home
last modified time | relevance | path

Searched refs:H_POSITION (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/tegra/
Ddc.h651 #define H_POSITION(x) (((x) & 0x1fff) << 0) /* XXX 0x7fff on Tegra186 */ macro
Dhub.c648 H_POSITION(new_state->crtc_x); in tegra_shared_plane_atomic_update()
Ddc.c367 value = V_POSITION(window->dst.y) | H_POSITION(window->dst.x); in tegra_dc_setup_window()