Searched refs:bns_params (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_hw_sequencer.c | 746 struct dc_bias_and_scale bns_params = {0}; in hwss_program_bias_and_scale() local 749 build_prescale_params(&bns_params, plane_state); in hwss_program_bias_and_scale() 751 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in hwss_program_bias_and_scale()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 1410 struct dc_bias_and_scale bns_params = {0}; in dcn20_update_dchubp_dpp() local 1422 build_prescale_params(&bns_params, plane_state); in dcn20_update_dchubp_dpp() 1423 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn20_update_dchubp_dpp()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 2351 struct dc_bias_and_scale bns_params = {0}; in dcn10_update_dpp() local 2362 build_prescale_params(&bns_params, plane_state); in dcn10_update_dpp() 2364 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn10_update_dpp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 1542 struct dc_bias_and_scale bns_params = {0}; in dcn20_update_dchubp_dpp() local 1554 build_prescale_params(&bns_params, plane_state); in dcn20_update_dchubp_dpp() 1555 dpp->funcs->dpp_program_bias_and_scale(dpp, &bns_params); in dcn20_update_dchubp_dpp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 2573 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()
|
Completed in 25 milliseconds