Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c458 uint32_t cur_en = pos->enable ? 1 : 0; in dpp1_set_cursor_position() local
474 cur_en = 0; /* not visible beyond right edge*/ in dpp1_set_cursor_position()
477 cur_en = 0; /* not visible beyond left edge*/ in dpp1_set_cursor_position()
480 cur_en = 0; /* not visible beyond bottom edge*/ in dpp1_set_cursor_position()
483 cur_en = 0; /* not visible beyond top edge*/ in dpp1_set_cursor_position()
486 CUR0_ENABLE, cur_en); in dpp1_set_cursor_position()
Ddcn10_hubp.c1134 uint32_t cur_en = pos->enable ? 1 : 0; in hubp1_cursor_set_position() local
1169 cur_en = 0; /* not visible beyond right edge*/ in hubp1_cursor_set_position()
1172 cur_en = 0; /* not visible beyond left edge*/ in hubp1_cursor_set_position()
1175 cur_en = 0; /* not visible beyond bottom edge*/ in hubp1_cursor_set_position()
1178 cur_en = 0; /* not visible beyond top edge*/ in hubp1_cursor_set_position()
1180 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp1_cursor_set_position()
1184 CURSOR_ENABLE, cur_en); in hubp1_cursor_set_position()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c951 uint32_t cur_en = pos->enable ? 1 : 0; in hubp2_cursor_set_position() local
992 cur_en = 0; /* not visible beyond right edge*/ in hubp2_cursor_set_position()
995 cur_en = 0; /* not visible beyond left edge*/ in hubp2_cursor_set_position()
998 cur_en = 0; /* not visible beyond bottom edge*/ in hubp2_cursor_set_position()
1001 cur_en = 0; /* not visible beyond top edge*/ in hubp2_cursor_set_position()
1003 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp2_cursor_set_position()
1007 CURSOR_ENABLE, cur_en); in hubp2_cursor_set_position()