Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c977 uint32_t cur_en = pos->enable ? 1 : 0; in hubp2_cursor_set_position() local
1018 cur_en = 0; /* not visible beyond right edge*/ in hubp2_cursor_set_position()
1021 cur_en = 0; /* not visible beyond left edge*/ in hubp2_cursor_set_position()
1024 cur_en = 0; /* not visible beyond bottom edge*/ in hubp2_cursor_set_position()
1027 cur_en = 0; /* not visible beyond top edge*/ in hubp2_cursor_set_position()
1029 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp2_cursor_set_position()
1033 CURSOR_ENABLE, cur_en); in hubp2_cursor_set_position()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v10.c159 u32 cur_en; in is_tnr_enable() local
161 cur_en = rkispp_read(params_vdev->dev, RKISPP_TNR_CORE_CTRL); in is_tnr_enable()
162 cur_en &= SW_TNR_EN; in is_tnr_enable()
164 return (!!cur_en); in is_tnr_enable()