Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c749 struct dc_bias_and_scale bns_params = {0}; in hwss_program_bias_and_scale() local
752 build_prescale_params(&bns_params, plane_state); in hwss_program_bias_and_scale()
754 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in hwss_program_bias_and_scale()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1543 struct dc_bias_and_scale bns_params = {0}; in dcn20_update_dchubp_dpp() local
1555 build_prescale_params(&bns_params, plane_state); in dcn20_update_dchubp_dpp()
1556 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn20_update_dchubp_dpp()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2573 struct dc_bias_and_scale bns_params = {0}; in dcn10_update_dpp() local
2584 build_prescale_params(&bns_params, plane_state); in dcn10_update_dpp()
2586 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn10_update_dpp()