Home
last modified time | relevance | path

Searched refs:WINDOW_A_THRESHOLD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h303 #define WINDOW_A_THRESHOLD(x) (((x) & 0x7f) << 16) macro
H A Ddc.c1868 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(0x20) | in tegra_crtc_atomic_enable()
1872 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(1) | in tegra_crtc_atomic_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h318 #define WINDOW_A_THRESHOLD(x) (((x) & 0x7f) << 16) macro
H A Ddc.c2208 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(0x20) | in tegra_crtc_atomic_enable()
2212 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(1) | in tegra_crtc_atomic_enable()

Completed in 19 milliseconds