Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c906 struct dc_bias_and_scale bns_params = plane_state->bias_and_scale; in hwss_program_bias_and_scale() local
910 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in hwss_program_bias_and_scale()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c2647 struct dc_bias_and_scale bns_params = {0}; in dcn10_update_dpp() local
2658 build_prescale_params(&bns_params, plane_state); in dcn10_update_dpp()
2660 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn10_update_dpp()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1703 struct dc_bias_and_scale bns_params = plane_state->bias_and_scale; in dcn20_update_dchubp_dpp() local
1720 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn20_update_dchubp_dpp()