Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c88 struct dml2_context *dml_ctx) in populate_dml21_timing_config_from_stream_state() argument
139 if (dml_ctx->config.callbacks.get_max_flickerless_instant_vtotal_increase && in populate_dml21_timing_config_from_stream_state()
141 …timing->drr_config.max_instant_vtotal_delta = dml_ctx->config.callbacks.get_max_flickerless_instan… in populate_dml21_timing_config_from_stream_state()
467 struct dml2_context *dml_ctx, in get_scaler_data_for_plane() argument
472 struct pipe_ctx *temp_pipe = &dml_ctx->v21.scratch.temp_pipe; in get_scaler_data_for_plane()
487 dml_ctx->config.callbacks.build_scaling_params(temp_pipe); in get_scaler_data_for_plane()
496 static void populate_dml21_plane_config_from_plane_state(struct dml2_context *dml_ctx, in populate_dml21_plane_config_from_plane_state() argument
500 const struct scaler_data *scaler_data = get_scaler_data_for_plane(dml_ctx, plane_state, context); in populate_dml21_plane_config_from_plane_state()
624 plane->tdlut.setup_for_tdlut |= dml_ctx->config.force_tdlut_enable; in populate_dml21_plane_config_from_plane_state()
665 static unsigned int map_stream_to_dml21_display_cfg(const struct dml2_context *dml_ctx, const struc… in map_stream_to_dml21_display_cfg() argument
[all …]