Searched refs:CURSOR_EN (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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 | 53 REG_UPDATE(CUR_CONTROL, CURSOR_EN, position->enable); in dce_ipp_cursor_set_position()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 105 #define CURSOR_EN (1 << 0) macro
|
D | dce_v10_0.c | 2301 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v10_0_hide_cursor() 2317 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v10_0_show_cursor()
|
D | dce_v11_0.c | 2385 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v11_0_hide_cursor() 2401 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v11_0_show_cursor()
|