Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.h137 #define CURSOR_THRESHOLD(x) (((x) & 0x03) << 24) macro
Ddc.c1793 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(0x20) | in tegra_dc_init()
1797 value = CURSOR_THRESHOLD(0) | WINDOW_A_THRESHOLD(1) | in tegra_dc_init()