Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/tegra/
Dhdmi.h132 #define VSYNC_WINDOW_START(x) (((x) & 0x3ff) << 16) macro
Dhdmi.c1273 value = VSYNC_WINDOW_END(0x210) | VSYNC_WINDOW_START(0x200) | in tegra_hdmi_encoder_enable()