Searched refs:CURSOR_ENABLE (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_ipp.h | 87 IPP_SF(CURSOR0_CURSOR_CONTROL, CURSOR_ENABLE, mask_sh), \ 114 type CURSOR_ENABLE; \
|
D | dcn10_dpp.c | 415 CURSOR_ENABLE, 0); in dpp1_cnv_setup()
|
D | dcn10_hubp.h | 422 HUBP_SF(CURSOR0_CURSOR_CONTROL, CURSOR_ENABLE, mask_sh), \ 612 type CURSOR_ENABLE; \
|
D | dcn10_hubp.c | 78 CURSOR_ENABLE, 0); in hubp1_disconnect() 1119 CURSOR_ENABLE, cur_en); in hubp1_cursor_set_position()
|
D | dcn10_dpp.h | 435 TF_SF(CURSOR0_CURSOR_CONTROL, CURSOR_ENABLE, mask_sh), \ 1069 type CURSOR_ENABLE; \
|
/Linux-v4.19/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 332 #define CURSOR_ENABLE (1 << 31) macro
|
D | intelfbhw.c | 1857 CURSOR_ENABLE | CURSOR_STRIDE_MASK); in intelfbhw_cursor_init() 1887 tmp &= ~CURSOR_ENABLE; in intelfbhw_cursor_hide() 1916 tmp |= CURSOR_ENABLE; in intelfbhw_cursor_show()
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | dc.h | 301 #define CURSOR_ENABLE (1 << 16) macro
|
D | dc.c | 877 value |= CURSOR_ENABLE; in tegra_cursor_atomic_update() 907 value &= ~CURSOR_ENABLE; in tegra_cursor_atomic_disable()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 9681 return CURSOR_ENABLE | in i845_cursor_ctl() 9800 ret = I915_READ(CURCNTR(PIPE_A)) & CURSOR_ENABLE; in i845_cursor_get_hw_state()
|
D | i915_reg.h | 6055 #define CURSOR_ENABLE 0x80000000 macro
|