Home
last modified time | relevance | path

Searched refs:bottom_opp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1654 struct output_pixel_processor *bottom_opp = NULL; in dcn32_init_blank()
1692 bottom_opp = dc->res_pool->opps[i]; in dcn32_init_blank()
1710 if (bottom_opp && bottom_opp->funcs->opp_set_disp_pattern_generator) { in dcn32_init_blank()
1711 bottom_opp->funcs->opp_set_disp_pattern_generator( in dcn32_init_blank()
1712 bottom_opp, in dcn32_init_blank()
1720 hws->funcs.wait_for_blank_complete(bottom_opp);
1647 struct output_pixel_processor *bottom_opp = NULL; dcn32_init_blank() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c400 struct output_pixel_processor *bottom_opp = NULL; in dcn20_init_blank()
433 bottom_opp = dc->res_pool->opps[opp_id_src1]; in dcn20_init_blank()
447 bottom_opp->funcs->opp_set_disp_pattern_generator( in dcn20_init_blank()
448 bottom_opp, in dcn20_init_blank()
398 struct output_pixel_processor *bottom_opp = NULL; dcn20_init_blank() local