Searched refs:CURSOR_EN (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_ipp.h | 69 IPP_SF(CUR_CONTROL, CURSOR_EN, mask_sh), \ 112 IPP_SF(DCP0_CUR_CONTROL, CURSOR_EN, mask_sh), \ 153 IPP_SF(CUR_CONTROL, CURSOR_EN, mask_sh), \ 192 type CURSOR_EN; \
|
D | dce_ipp.c | 55 REG_UPDATE(CUR_CONTROL, CURSOR_EN, position->enable); in dce_ipp_cursor_set_position()
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 105 #define CURSOR_EN (1 << 0) macro
|
D | dce_v10_0.c | 2307 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v10_0_hide_cursor() 2323 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v10_0_show_cursor()
|
D | dce_v11_0.c | 2386 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v11_0_hide_cursor() 2402 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v11_0_show_cursor()
|