Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1625 dml2_reinit(dc, &dc->dml2_dc_power_options, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn321_update_bw_bounding_box()
2090 memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options)); in dcn321_resource_construct()
2091 dc->dml2_dc_power_options.use_clock_dc_limits = true; in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2110 dml2_reinit(dc, &dc->dml2_dc_power_options, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn32_update_bw_bounding_box()
2600 memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options)); in dcn32_resource_construct()
2601 dc->dml2_dc_power_options.use_clock_dc_limits = true; in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1873 struct dml2_configuration_options dml2_dc_power_options; member