Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h302 #define CURSOR_THRESHOLD(x) (((x) & 0x03) << 24) 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.h317 #define CURSOR_THRESHOLD(x) (((x) & 0x03) << 24) 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 11 milliseconds