| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/ |
| H A D | dcn201_hubbub.c | 54 struct hubbub *hubbub, in hubbub201_program_watermarks() argument 59 struct dcn20_hubbub *hubbub1 = TO_DCN20_HUBBUB(hubbub); in hubbub201_program_watermarks() 62 if (hubbub1_program_urgent_watermarks(hubbub, watermarks, refclk_mhz, safe_to_lower)) in hubbub201_program_watermarks() 65 if (hubbub1_program_pstate_watermarks(hubbub, watermarks, refclk_mhz, safe_to_lower)) in hubbub201_program_watermarks() 73 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub201_program_watermarks() 91 void hubbub201_construct(struct dcn20_hubbub *hubbub, in hubbub201_construct() argument 97 hubbub->base.ctx = ctx; in hubbub201_construct() 99 hubbub->base.funcs = &hubbub201_funcs; in hubbub201_construct() 101 hubbub->regs = hubbub_regs; in hubbub201_construct() 102 hubbub->shifts = hubbub_shift; in hubbub201_construct() [all …]
|
| H A D | dcn201_hubbub.h | 39 void hubbub201_construct(struct dcn20_hubbub *hubbub,
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/ |
| H A D | dcn32_hubbub.h | 120 struct hubbub *hubbub, 126 struct hubbub *hubbub, 132 struct hubbub *hubbub, 138 struct hubbub *hubbub, 143 void hubbub32_force_usr_retraining_allow(struct hubbub *hubbub, bool allow); 145 void hubbub32_force_wm_propagate_to_pipes(struct hubbub *hubbub); 147 void hubbub32_init(struct hubbub *hubbub); 149 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k… 160 void hubbub32_set_request_limit(struct hubbub *hubbub, int umc_count, int words_per_umc); 162 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use); [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/ |
| H A D | dcn21_hubbub.h | 125 void dcn21_dchvm_init(struct hubbub *hubbub); 126 int hubbub21_init_dchub(struct hubbub *hubbub, 129 struct hubbub *hubbub, 134 struct hubbub *hubbub, 139 struct hubbub *hubbub, 144 struct hubbub *hubbub, 149 void hubbub21_wm_read_state(struct hubbub *hubbub, 152 void hubbub21_construct(struct dcn20_hubbub *hubbub,
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/ |
| H A D | dcn31_hubbub.h | 133 int hubbub31_init_dchub_sys_ctx(struct hubbub *hubbub, 136 void hubbub31_init(struct hubbub *hubbub);
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | Makefile | 25 DC_LIBS = basics bios dml clk_mgr dce gpio hwss irq link dsc resource optc dpp hubbub dccg hubp dio…
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 285 static struct hubbub *dcn303_hubbub_create(struct dc_context *ctx) in dcn303_hubbub_create() 1101 if (pool->hubbub != NULL) { in dcn303_resource_destruct() 1102 kfree(pool->hubbub); in dcn303_resource_destruct() 1103 pool->hubbub = NULL; in dcn303_resource_destruct() 1447 pool->hubbub = dcn303_hubbub_create(ctx); in dcn303_resource_construct() 1448 if (pool->hubbub == NULL) { in dcn303_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 289 static struct hubbub *dcn302_hubbub_create(struct dc_context *ctx) in dcn302_hubbub_create() 1157 if (pool->hubbub != NULL) { in dcn302_resource_destruct() 1158 kfree(pool->hubbub); in dcn302_resource_destruct() 1159 pool->hubbub = NULL; in dcn302_resource_destruct() 1515 pool->hubbub = dcn302_hubbub_create(ctx); in dcn302_resource_construct() 1516 if (pool->hubbub == NULL) { in dcn302_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1089 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx) in dcn31_hubbub_create() 1547 if (pool->base.hubbub != NULL) { in dcn316_resource_destruct() 1548 kfree(pool->base.hubbub); in dcn316_resource_destruct() 1549 pool->base.hubbub = NULL; in dcn316_resource_destruct() 2057 pool->base.hubbub = dcn31_hubbub_create(ctx); in dcn316_resource_construct() 2058 if (pool->base.hubbub == NULL) { in dcn316_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1154 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx) in dcn31_hubbub_create() 1612 if (pool->base.hubbub != NULL) { in dcn314_resource_destruct() 1613 kfree(pool->base.hubbub); in dcn314_resource_destruct() 1614 pool->base.hubbub = NULL; in dcn314_resource_destruct() 2153 pool->base.hubbub = dcn31_hubbub_create(ctx); in dcn314_resource_construct() 2154 if (pool->base.hubbub == NULL) { in dcn314_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1030 static struct hubbub *dcn35_hubbub_create(struct dc_context *ctx) in dcn35_hubbub_create() 1603 if (pool->base.hubbub != NULL) { in dcn36_resource_destruct() 1604 kfree(pool->base.hubbub); in dcn36_resource_destruct() 1605 pool->base.hubbub = NULL; in dcn36_resource_destruct() 2171 pool->base.hubbub = dcn35_hubbub_create(ctx); in dcn36_resource_construct() 2172 if (pool->base.hubbub == NULL) { in dcn36_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1097 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx) in dcn31_hubbub_create() 1552 if (pool->base.hubbub != NULL) { in dcn31_resource_destruct() 1553 kfree(pool->base.hubbub); in dcn31_resource_destruct() 1554 pool->base.hubbub = NULL; in dcn31_resource_destruct() 2233 pool->base.hubbub = dcn31_hubbub_create(ctx); in dcn31_resource_construct() 2234 if (pool->base.hubbub == NULL) { in dcn31_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1043 static struct hubbub *dcn35_hubbub_create(struct dc_context *ctx) in dcn35_hubbub_create() 1616 if (pool->base.hubbub != NULL) { in dcn35_resource_destruct() 1617 kfree(pool->base.hubbub); in dcn35_resource_destruct() 1618 pool->base.hubbub = NULL; in dcn35_resource_destruct() 2201 pool->base.hubbub = dcn35_hubbub_create(ctx); in dcn35_resource_construct() 2202 if (pool->base.hubbub == NULL) { in dcn35_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1096 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx) in dcn31_hubbub_create() 1554 if (pool->base.hubbub != NULL) { in dcn315_resource_destruct() 1555 kfree(pool->base.hubbub); in dcn315_resource_destruct() 1556 pool->base.hubbub = NULL; in dcn315_resource_destruct() 2186 pool->base.hubbub = dcn31_hubbub_create(ctx); in dcn315_resource_construct() 2187 if (pool->base.hubbub == NULL) { in dcn315_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1023 static struct hubbub *dcn35_hubbub_create(struct dc_context *ctx) in dcn35_hubbub_create() 1596 if (pool->base.hubbub != NULL) { in dcn351_resource_destruct() 1597 kfree(pool->base.hubbub); in dcn351_resource_destruct() 1598 pool->base.hubbub = NULL; in dcn351_resource_destruct() 2173 pool->base.hubbub = dcn35_hubbub_create(ctx); in dcn351_resource_construct() 2174 if (pool->base.hubbub == NULL) { in dcn351_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 898 static struct hubbub *dcn321_hubbub_create(struct dc_context *ctx) in dcn321_hubbub_create() 1541 if (pool->base.hubbub != NULL) { in dcn321_resource_destruct() 1542 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn321_resource_destruct() 1543 pool->base.hubbub = NULL; in dcn321_resource_destruct() 2039 pool->base.hubbub = dcn321_hubbub_create(ctx); in dcn321_resource_construct() 2040 if (pool->base.hubbub == NULL) { in dcn321_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn60/ |
| H A D | dcn60_resource.c | 1080 static struct hubbub *dcn60_hubbub_create(struct dc_context *ctx) in dcn60_hubbub_create() 1686 if (pool->base.hubbub != NULL) { in dcn60_resource_destruct() 1687 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn60_resource_destruct() 1688 pool->base.hubbub = NULL; in dcn60_resource_destruct() 2187 pool->base.hubbub = dcn60_hubbub_create(ctx); in dcn60_resource_construct() 2188 if (pool->base.hubbub == NULL) { in dcn60_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn42b/ |
| H A D | dcn42b_resource.c | 987 static struct hubbub *dcn42b_hubbub_create(struct dc_context *ctx) in dcn42b_hubbub_create() 1539 if (pool->base.hubbub != NULL) { in dcn42b_resource_destruct() 1540 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn42b_resource_destruct() 1541 pool->base.hubbub = NULL; in dcn42b_resource_destruct() 2221 pool->base.hubbub = dcn42b_hubbub_create(ctx); in dcn42b_resource_construct() 2222 if (pool->base.hubbub == NULL) { in dcn42b_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn42/ |
| H A D | dcn42_resource.c | 928 static struct hubbub *dcn42_hubbub_create(struct dc_context *ctx) in dcn42_hubbub_create() 1551 if (pool->base.hubbub != NULL) { in dcn42_resource_destruct() 1552 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn42_resource_destruct() 1553 pool->base.hubbub = NULL; in dcn42_resource_destruct() 2247 pool->base.hubbub = dcn42_hubbub_create(ctx); in dcn42_resource_construct() 2248 if (pool->base.hubbub == NULL) { in dcn42_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| H A D | dcn401_resource.c | 899 static struct hubbub *dcn401_hubbub_create(struct dc_context *ctx) in dcn401_hubbub_create() 1571 if (pool->base.hubbub != NULL) { in dcn401_resource_destruct() 1572 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn401_resource_destruct() 1573 pool->base.hubbub = NULL; in dcn401_resource_destruct() 2262 pool->base.hubbub = dcn401_hubbub_create(ctx); in dcn401_resource_construct() 2263 if (pool->base.hubbub == NULL) { in dcn401_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 906 static struct hubbub *dcn30_hubbub_create(struct dc_context *ctx) in dcn30_hubbub_create() 1248 if (pool->base.hubbub != NULL) { in dcn30_resource_destruct() 1249 kfree(pool->base.hubbub); in dcn30_resource_destruct() 1250 pool->base.hubbub = NULL; in dcn30_resource_destruct() 2630 pool->base.hubbub = dcn30_hubbub_create(ctx); in dcn30_resource_construct() 2631 if (pool->base.hubbub == NULL) { in dcn30_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 910 static struct hubbub *dcn32_hubbub_create(struct dc_context *ctx) in dcn32_hubbub_create() 1566 if (pool->base.hubbub != NULL) { in dcn32_resource_destruct() 1567 kfree(TO_DCN20_HUBBUB(pool->base.hubbub)); in dcn32_resource_destruct() 1568 pool->base.hubbub = NULL; in dcn32_resource_destruct() 2546 pool->base.hubbub = dcn32_hubbub_create(ctx); in dcn32_resource_construct() 2547 if (pool->base.hubbub == NULL) { in dcn32_resource_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 7705 if (dc->res_pool->hubbub) { in dc_capture_register_software_state() 7711 state->hubbub.det0_size = det_size; in dc_capture_register_software_state() 7714 state->hubbub.det1_size = det_size; in dc_capture_register_software_state() 7717 state->hubbub.det2_size = det_size; in dc_capture_register_software_state() 7720 state->hubbub.det3_size = det_size; in dc_capture_register_software_state() 7727 state->hubbub.compbuf_size = context->bw_ctx.bw.dcn.arb_regs.compbuf_size; in dc_capture_register_software_state()
|