Symbol: dml2_configuration_options
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
5638
void resource_init_common_dml2_callbacks(struct dc *dc, struct dml2_configuration_options *dml2_options)
drivers/gpu/drm/amd/display/dc/dc.h
1824
struct dml2_configuration_options dml2_options;
drivers/gpu/drm/amd/display/dc/dc.h
1825
struct dml2_configuration_options dml2_dc_power_options;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
15
const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
58
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.h
17
struct dml2_configuration_options;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.h
20
void dml21_populate_dml_init_params(struct dml2_initialize_instance_in_out *dml_init, const struct dml2_configuration_options *config, const struct dc *in_dc);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
40
const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
462
void dml21_reinit(const struct dc *in_dc, struct dml2_context *dml_ctx, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
54
static void dml21_init(const struct dc *in_dc, struct dml2_context *dml_ctx, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
70
bool dml21_create(const struct dc *in_dc, struct dml2_context **dml_ctx, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.h
15
struct dml2_configuration_options;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.h
31
bool dml21_create(const struct dc *in_dc, struct dml2_context **dml_ctx, const struct dml2_configuration_options *config);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.h
37
void dml21_reinit(const struct dc *in_dc, struct dml2_context *dml_ctx, const struct dml2_configuration_options *config);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
137
struct dml2_configuration_options config;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
40
struct dml2_configuration_options *config;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c
102
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c
39
static void dml2_init(const struct dc *in_dc, const struct dml2_configuration_options *config, struct dml2_context **dml2)
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c
84
bool dml2_create(const struct dc *in_dc, const struct dml2_configuration_options *config, struct dml2_context **dml2)
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.h
259
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.h
268
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/inc/resource.h
650
void resource_init_common_dml2_callbacks(struct dc *dc, struct dml2_configuration_options *dml2_options);
drivers/gpu/drm/amd/display/dc/inc/soc_and_ip_translator.h
12
void (*get_soc_bb)(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config);
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
2599
memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options));
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
2089
memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options));
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
2296
memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options));
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.c
209
void dcn401_update_soc_bb_with_values_from_clk_mgr(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.c
271
static void apply_soc_bb_updates(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.c
283
void dcn401_get_soc_bb(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.h
17
void dcn401_get_soc_bb(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config);
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.h
18
void dcn401_update_soc_bb_with_values_from_clk_mgr(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config);