Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c449 uint32_t cur_en = pos->enable ? 1 : 0; in dpp1_set_cursor_position() local
465 cur_en = 0; /* not visible beyond right edge*/ in dpp1_set_cursor_position()
468 cur_en = 0; /* not visible beyond left edge*/ in dpp1_set_cursor_position()
471 cur_en = 0; /* not visible beyond bottom edge*/ in dpp1_set_cursor_position()
474 cur_en = 0; /* not visible beyond top edge*/ in dpp1_set_cursor_position()
477 CUR0_ENABLE, cur_en); in dpp1_set_cursor_position()
Ddcn10_hubp.c1189 uint32_t cur_en = pos->enable ? 1 : 0; in hubp1_cursor_set_position() local
1230 cur_en = 0; /* not visible beyond right edge*/ in hubp1_cursor_set_position()
1233 cur_en = 0; /* not visible beyond left edge*/ in hubp1_cursor_set_position()
1236 cur_en = 0; /* not visible beyond bottom edge*/ in hubp1_cursor_set_position()
1239 cur_en = 0; /* not visible beyond top edge*/ in hubp1_cursor_set_position()
1241 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp1_cursor_set_position()
1245 CURSOR_ENABLE, cur_en); in hubp1_cursor_set_position()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c973 uint32_t cur_en = pos->enable ? 1 : 0; in hubp2_cursor_set_position() local
1014 cur_en = 0; /* not visible beyond right edge*/ in hubp2_cursor_set_position()
1017 cur_en = 0; /* not visible beyond left edge*/ in hubp2_cursor_set_position()
1020 cur_en = 0; /* not visible beyond bottom edge*/ in hubp2_cursor_set_position()
1023 cur_en = 0; /* not visible beyond top edge*/ in hubp2_cursor_set_position()
1025 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp2_cursor_set_position()
1029 CURSOR_ENABLE, cur_en); in hubp2_cursor_set_position()