Searched refs:dml2_dc_power_options (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| A D | dcn321_resource.c | 1591 dml2_reinit(dc, &dc->dml2_dc_power_options, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn321_update_bw_bounding_box() 2046 memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options)); in dcn321_resource_construct() 2047 dc->dml2_dc_power_options.use_clock_dc_limits = true; in dcn321_resource_construct()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| A D | dcn401_resource.c | 1624 dml2_reinit(dc, &dc->dml2_dc_power_options, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn401_update_bw_bounding_box() 2246 memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options)); in dcn401_resource_construct() 2247 dc->dml2_dc_power_options.use_clock_dc_limits = true; in dcn401_resource_construct()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| A D | dcn32_resource.c | 2072 dml2_reinit(dc, &dc->dml2_dc_power_options, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn32_update_bw_bounding_box() 2551 memcpy(&dc->dml2_dc_power_options, &dc->dml2_options, sizeof(struct dml2_configuration_options)); in dcn32_resource_construct() 2552 dc->dml2_dc_power_options.use_clock_dc_limits = true; in dcn32_resource_construct()
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_state.c | 214 if (!dml2_create(dc, &dc->dml2_dc_power_options, &state->bw_ctx.dml2_dc_power_source)) { in dc_state_create()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc.h | 1734 struct dml2_configuration_options dml2_dc_power_options; member
|
Completed in 822 milliseconds