Home
last modified time | relevance | path

Searched refs:cur_en (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c447 uint32_t cur_en = pos->enable ? 1 : 0; in dpp1_set_cursor_position() local
463 cur_en = 0; /* not visible beyond right edge*/ in dpp1_set_cursor_position()
466 cur_en = 0; /* not visible beyond left edge*/ in dpp1_set_cursor_position()
469 cur_en = 0; /* not visible beyond bottom edge*/ in dpp1_set_cursor_position()
472 cur_en = 0; /* not visible beyond top edge*/ in dpp1_set_cursor_position()
475 CUR0_ENABLE, cur_en); in dpp1_set_cursor_position()
Ddcn10_hubp.c1160 uint32_t cur_en = pos->enable ? 1 : 0; in hubp1_cursor_set_position() local
1201 cur_en = 0; /* not visible beyond right edge*/ in hubp1_cursor_set_position()
1204 cur_en = 0; /* not visible beyond left edge*/ in hubp1_cursor_set_position()
1207 cur_en = 0; /* not visible beyond bottom edge*/ in hubp1_cursor_set_position()
1210 cur_en = 0; /* not visible beyond top edge*/ in hubp1_cursor_set_position()
1212 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp1_cursor_set_position()
1216 CURSOR_ENABLE, cur_en); in hubp1_cursor_set_position()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c974 uint32_t cur_en = pos->enable ? 1 : 0; in hubp2_cursor_set_position() local
1015 cur_en = 0; /* not visible beyond right edge*/ in hubp2_cursor_set_position()
1018 cur_en = 0; /* not visible beyond left edge*/ in hubp2_cursor_set_position()
1021 cur_en = 0; /* not visible beyond bottom edge*/ in hubp2_cursor_set_position()
1024 cur_en = 0; /* not visible beyond top edge*/ in hubp2_cursor_set_position()
1026 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp2_cursor_set_position()
1030 CURSOR_ENABLE, cur_en); in hubp2_cursor_set_position()