Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Ddc.h134 #define CURSOR_ENABLE (1 << 16) macro
Ddc.c753 value |= CURSOR_ENABLE; in tegra_cursor_atomic_update()
783 value &= ~CURSOR_ENABLE; in tegra_cursor_atomic_disable()
/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()
/drivers/gpu/drm/i915/
Di915_reg.h4878 #define CURSOR_ENABLE 0x80000000 macro
Di915_debugfs.c2924 state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE; in cursor_active()
Dintel_display.c1334 cur_state = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE; in assert_cursor()
9977 cntl |= CURSOR_ENABLE | in i845_update_cursor()