Home
last modified time | relevance | path

Searched refs:CURSOR_ENABLE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/tegra/
Ddc.h127 #define CURSOR_ENABLE (1 << 16) macro
Ddc.c747 value |= CURSOR_ENABLE; in tegra_cursor_atomic_update()
778 value &= ~CURSOR_ENABLE; in tegra_cursor_atomic_disable()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbhw.h332 #define CURSOR_ENABLE (1 << 31) macro
Dintelfbhw.c1860 CURSOR_ENABLE | CURSOR_STRIDE_MASK); in intelfbhw_cursor_init()
1890 tmp &= ~CURSOR_ENABLE; in intelfbhw_cursor_hide()
1919 tmp |= CURSOR_ENABLE; in intelfbhw_cursor_show()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c2637 state = I915_READ(_CURACNTR) & CURSOR_ENABLE; in cursor_active()
Di915_reg.h4410 #define CURSOR_ENABLE 0x80000000 macro
Dintel_display.c1281 cur_state = I915_READ(_CURACNTR) & CURSOR_ENABLE; in assert_cursor()
8669 cntl |= CURSOR_ENABLE | in i845_update_cursor()