Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h760 #define PITCH_U(x) ((((x) >> 6) & 0x1fff) << 0) macro
H A Dhub.c681 value = PITCH_U(fb->pitches[1]); in tegra_shared_plane_atomic_update()