Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h346 struct opp_program_bit_depth_reduction_params { struct
788 struct opp_program_bit_depth_reduction_params opp_program_bit_depth_reduction_params; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2455 struct output_pixel_processor *opp = params->opp_program_bit_depth_reduction_params.opp; in hwss_opp_program_bit_depth_reduction()
2456 bool use_default_params = params->opp_program_bit_depth_reduction_params.use_default_params; in hwss_opp_program_bit_depth_reduction()
2457 struct pipe_ctx *pipe_ctx = params->opp_program_bit_depth_reduction_params.pipe_ctx; in hwss_opp_program_bit_depth_reduction()
3364 seq_state->steps[*seq_state->num_steps].params.opp_program_bit_depth_reduction_params.opp = opp; in hwss_add_opp_program_bit_depth_reduction()
3365 …seq_state->steps[*seq_state->num_steps].params.opp_program_bit_depth_reduction_params.use_default_… in hwss_add_opp_program_bit_depth_reduction()
3366 …seq_state->steps[*seq_state->num_steps].params.opp_program_bit_depth_reduction_params.pipe_ctx = p… in hwss_add_opp_program_bit_depth_reduction()