Symbol: dml2_configuration_options
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
5949
void resource_init_common_dml2_callbacks(struct dc *dc, struct dml2_configuration_options *dml2_options)
drivers/gpu/drm/amd/display/dc/dc.h
1928
struct dml2_configuration_options dml2_options;
drivers/gpu/drm/amd/display/dc/dc.h
1929
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
64
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
48
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_fpu.c
21
const struct dml2_configuration_options *config)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.c
35
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_fpu.c
46
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_fpu.h
14
struct dml2_configuration_options;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.h
26
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_fpu.h
53
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
123
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c
51
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
93
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
261
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.h
270
const struct dml2_configuration_options *config,
drivers/gpu/drm/amd/display/dc/inc/resource.h
660
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
20
const struct dml2_configuration_options *config);
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
2738
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
2222
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
2438
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
212
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
274
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
286
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);
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn42/dcn42_soc_and_ip_translator.c
168
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/dcn42/dcn42_soc_and_ip_translator.c
181
void dcn42_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/dcn42/dcn42_soc_and_ip_translator.h
15
void dcn42_get_soc_bb(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuration_options *config);