Searched refs:CUR_CONTROL (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_ipp.h | 36 SRI(CUR_CONTROL, DCP, id), \ 69 IPP_SF(CUR_CONTROL, CURSOR_EN, mask_sh), \ 70 IPP_SF(CUR_CONTROL, CURSOR_MODE, mask_sh), \ 71 IPP_SF(CUR_CONTROL, CURSOR_2X_MAGNIFY, mask_sh), \ 72 IPP_SF(CUR_CONTROL, CUR_INV_TRANS_CLAMP, mask_sh), \ 200 uint32_t CUR_CONTROL; member
|
D | dce_ipp.c | 55 REG_UPDATE(CUR_CONTROL, CURSOR_EN, position->enable); in dce_ipp_cursor_set_position() 98 REG_UPDATE_3(CUR_CONTROL, in dce_ipp_cursor_set_attributes()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v10_0.c | 2289 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v10_0_hide_cursor() 2305 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v10_0_show_cursor() 2306 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_MODE, 2); in dce_v10_0_show_cursor()
|
D | dce_v11_0.c | 2368 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 0); in dce_v11_0_hide_cursor() 2384 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_EN, 1); in dce_v11_0_show_cursor() 2385 tmp = REG_SET_FIELD(tmp, CUR_CONTROL, CURSOR_MODE, 2); in dce_v11_0_show_cursor()
|