Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c339 copy_settings_data->aux_inst = psr_context->channel; in dmub_psr_copy_settings()
348 copy_settings_data->dpp_inst = 0; in dmub_psr_copy_settings()
352 copy_settings_data->opp_inst = 0; in dmub_psr_copy_settings()
356 copy_settings_data->otg_inst = 0; in dmub_psr_copy_settings()
366 copy_settings_data->debug.u32All = 0; in dmub_psr_copy_settings()
372 copy_settings_data->su_y_granularity = 0; in dmub_psr_copy_settings()
376 copy_settings_data->line_capture_indication = 0; in dmub_psr_copy_settings()
382 copy_settings_data->panel_inst = panel_inst; in dmub_psr_copy_settings()
389 if (copy_settings_data->dsc_enable_status && in dmub_psr_copy_settings()
413 copy_settings_data->relock_delay_frame_cnt = 0; in dmub_psr_copy_settings()
[all …]
H A Ddmub_replay.c144 struct dmub_cmd_replay_copy_settings_data *copy_settings_data in dmub_replay_copy_settings() local
171 copy_settings_data->aux_inst = replay_context->aux_inst; in dmub_replay_copy_settings()
172 copy_settings_data->digbe_inst = replay_context->digbe_inst; in dmub_replay_copy_settings()
173 copy_settings_data->digfe_inst = replay_context->digfe_inst; in dmub_replay_copy_settings()
176 copy_settings_data->dpp_inst = pipe_ctx->plane_res.dpp->inst; in dmub_replay_copy_settings()
178 copy_settings_data->dpp_inst = 0; in dmub_replay_copy_settings()
182 copy_settings_data->otg_inst = 0; in dmub_replay_copy_settings()
188 copy_settings_data->panel_inst = panel_inst; in dmub_replay_copy_settings()
195 copy_settings_data->flags.u32All = 0; in dmub_replay_copy_settings()
209 copy_settings_data->flags.bitfields.force_wakeup_by_tps3 = 1; in dmub_replay_copy_settings()
[all …]