Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/tegra/
Ddc.h750 #define PITCH_U(x) ((((x) >> 6) & 0x1fff) << 0) macro
Dhub.c676 value = PITCH_U(fb->pitches[2]) | PITCH_V(fb->pitches[2]); in tegra_shared_plane_atomic_update()