Home
last modified time | relevance | path

Searched refs:dscs (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1005 if (pool->dscs[i] != NULL) in dcn302_resource_destruct()
1006 dcn20_dsc_destroy(&pool->dscs[i]); in dcn302_resource_destruct()
1428 pool->dscs[i] = dcn302_dsc_create(ctx, i); in dcn302_resource_construct()
1429 if (pool->dscs[i] == NULL) { in dcn302_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c931 if (pool->dscs[i] != NULL) in dcn303_resource_destruct()
932 dcn20_dsc_destroy(&pool->dscs[i]); in dcn303_resource_destruct()
1340 pool->dscs[i] = dcn303_dsc_create(ctx, i); in dcn303_resource_construct()
1341 if (pool->dscs[i] == NULL) { in dcn303_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1097 if (pool->base.dscs[i] != NULL) in dcn20_resource_destruct()
1098 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn20_resource_destruct()
1323 *dsc = pool->dscs[pipe_idx]; in dcn20_acquire_dsc()
1338 *dsc = pool->dscs[i]; in dcn20_acquire_dsc()
1351 if (pool->dscs[i] == *dsc) { in dcn20_release_dsc()
2689 pool->base.dscs[i] = dcn20_dsc_create(ctx, i); in dcn20_resource_construct()
2690 if (pool->base.dscs[i] == NULL) { in dcn20_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c826 params[i].sink->ctx->dc->res_pool->dscs[0], in set_dsc_configs_from_fairness_vars()
879 param.sink->ctx->dc->res_pool->dscs[0], in bpp_x16_from_pbn()
1117 stream->sink->ctx->dc->res_pool->dscs[0], in compute_mst_dsc_configs_for_link()
1581 dc_dsc_compute_bandwidth_range(stream->sink->ctx->dc->res_pool->dscs[0], in is_dsc_common_config_possible()
Damdgpu_dm.c5892 if (dc_dsc_compute_bandwidth_range(dc->res_pool->dscs[0], in apply_dsc_policy_for_edp()
5901 if (dc_dsc_compute_config(dc->res_pool->dscs[0], in apply_dsc_policy_for_edp()
5916 if (dc_dsc_compute_config(dc->res_pool->dscs[0], in apply_dsc_policy_for_edp()
5960 if (dc_dsc_compute_config(aconnector->dc_link->ctx->dc->res_pool->dscs[0], in apply_dsc_policy_for_stream()
5979 if (dc_dsc_compute_config(aconnector->dc_link->ctx->dc->res_pool->dscs[0], in apply_dsc_policy_for_stream()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c691 if (pool->base.dscs[i] != NULL) in dcn21_resource_destruct()
692 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn21_resource_destruct()
1678 pool->base.dscs[i] = dcn21_dsc_create(ctx, i); in dcn21_resource_construct()
1679 if (pool->base.dscs[i] == NULL) { in dcn21_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1053 if (pool->base.dscs[i] != NULL) in dcn301_destruct()
1054 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn301_destruct()
1644 pool->base.dscs[i] = dcn301_dsc_create(ctx, i); in dcn301_resource_construct()
1645 if (pool->base.dscs[i] == NULL) { in dcn301_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h232 struct display_stream_compressor *dscs[MAX_PIPES]; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1381 if (pool->base.dscs[i] != NULL) in dcn316_resource_destruct()
1382 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn316_resource_destruct()
1954 pool->base.dscs[i] = dcn31_dsc_create(ctx, i); in dcn316_resource_construct()
1955 if (pool->base.dscs[i] == NULL) { in dcn316_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1456 if (pool->base.dscs[i] != NULL) in dcn314_resource_destruct()
1457 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn314_resource_destruct()
2089 pool->base.dscs[i] = dcn314_dsc_create(ctx, i); in dcn314_resource_construct()
2090 if (pool->base.dscs[i] == NULL) { in dcn314_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1383 if (pool->base.dscs[i] != NULL) in dcn315_resource_destruct()
1384 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn315_resource_destruct()
2067 pool->base.dscs[i] = dcn31_dsc_create(ctx, i); in dcn315_resource_construct()
2068 if (pool->base.dscs[i] == NULL) { in dcn315_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1369 if (pool->base.dscs[i] != NULL) in dcn321_resource_destruct()
1370 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn321_resource_destruct()
1923 pool->base.dscs[i] = dcn321_dsc_create(ctx, i); in dcn321_resource_construct()
1924 if (pool->base.dscs[i] == NULL) { in dcn321_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1383 if (pool->base.dscs[i] != NULL) in dcn31_resource_destruct()
1384 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn31_resource_destruct()
2123 pool->base.dscs[i] = dcn31_dsc_create(ctx, i); in dcn31_resource_construct()
2124 if (pool->base.dscs[i] == NULL) { in dcn31_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1083 if (pool->base.dscs[i] != NULL) in dcn30_resource_destruct()
1084 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn30_resource_destruct()
2513 pool->base.dscs[i] = dcn30_dsc_create(ctx, i); in dcn30_resource_construct()
2514 if (pool->base.dscs[i] == NULL) { in dcn30_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1383 if (pool->base.dscs[i] != NULL) in dcn32_resource_destruct()
1384 dcn20_dsc_destroy(&pool->base.dscs[i]); in dcn32_resource_destruct()
2387 pool->base.dscs[i] = dcn32_dsc_create(ctx, i); in dcn32_resource_construct()
2388 if (pool->base.dscs[i] == NULL) { in dcn32_resource_construct()
Ddcn32_hwseq.c1443 struct display_stream_compressor *dsc = dc->res_pool->dscs[i]; in dcn32_update_dsc_pg()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c408 struct display_stream_compressor *dsc = pool->dscs[i]; in dcn10_log_hw_state()
1465 dc->res_pool->dscs[i]->funcs->dsc_read_state(dc->res_pool->dscs[i], &s); in dcn10_init_pipes()
1471 hws->funcs.dsc_pg_control(hws, dc->res_pool->dscs[i]->inst, false); in dcn10_init_pipes()