Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1036 struct dc_bias_and_scale bns_params = plane_state->bias_and_scale; in hwss_program_bias_and_scale() local
1040 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in hwss_program_bias_and_scale()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2644 struct dc_bias_and_scale bns_params = {0}; in dcn10_update_dpp() local
2655 build_prescale_params(&bns_params, plane_state); in dcn10_update_dpp()
2657 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn10_update_dpp()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1727 struct dc_bias_and_scale bns_params = plane_state->bias_and_scale; in dcn20_update_dchubp_dpp() local
1744 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn20_update_dchubp_dpp()