/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/ |
dce100_resource.h | 48 struct dc_state *new_ctx,
|
amdgpu_dce100_resource.c | 873 struct dc_state *new_ctx, 878 result = resource_map_pool_resources(dc, new_ctx, dc_stream); 881 result = resource_map_clock_resources(dc, new_ctx, dc_stream); 884 result = build_mapped_resource(dc, new_ctx, dc_stream);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/ |
dce112_resource.h | 54 struct dc_state *new_ctx,
|
amdgpu_dce112_resource.c | 989 struct dc_state *new_ctx, 994 result = resource_map_pool_resources(dc, new_ctx, dc_stream); 997 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); 1001 result = build_mapped_resource(dc, new_ctx, dc_stream);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
dcn20_resource.h | 132 bool dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx); 161 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream); 163 enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
|
amdgpu_dcn20_resource.c | 1614 struct dc_state *new_ctx, 1621 if (new_ctx->res_ctx.pipe_ctx[i].stream == dc_stream && !new_ctx->res_ctx.pipe_ctx[i].top_pipe) { 1622 pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i]; 1625 release_dsc(&new_ctx->res_ctx, dc->res_pool, &pipe_ctx->stream_res.dsc); 1636 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) 1640 result = resource_map_pool_resources(dc, new_ctx, dc_stream); 1643 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); 1647 result = dcn20_add_dsc_to_stream_resource(dc, new_ctx, dc_stream); 1650 result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_resource.c | 1717 struct dc_state *new_ctx, 1723 if (new_ctx->stream_count >= dc->res_pool->timing_generator_count) { 1728 new_ctx->streams[new_ctx->stream_count] = stream; 1730 new_ctx->stream_count++; 1732 res = dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); 1744 struct dc_state *new_ctx, 1749 struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); 1762 &new_ctx->res_ctx, 1769 &new_ctx->res_ctx [all...] |
amdgpu_dc.c | 1378 struct dc_state *new_ctx = kvmalloc(sizeof(struct dc_state), GFP_KERNEL); local in function:dc_copy_state 1380 if (!new_ctx) 1382 memcpy(new_ctx, src_ctx, sizeof(struct dc_state)); 1385 struct pipe_ctx *cur_pipe = &new_ctx->res_ctx.pipe_ctx[i]; 1388 cur_pipe->top_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; 1391 cur_pipe->bottom_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx]; 1394 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; 1397 cur_pipe->next_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx]; 1401 for (i = 0; i < new_ctx->stream_count; i++) { 1402 dc_stream_retain(new_ctx->streams[i]) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_stream.h | 313 struct dc_state *new_ctx, 318 struct dc_state *new_ctx,
|
dc.h | 903 struct dc_state *new_ctx,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 122 struct dc_state *new_ctx, 127 struct dc_state *new_ctx,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_resource.c | 1082 struct dc_state *new_ctx, 1087 result = resource_map_pool_resources(dc, new_ctx, dc_stream); 1090 result = resource_map_clock_resources(dc, new_ctx, dc_stream); 1094 result = build_mapped_resource(dc, new_ctx, dc_stream);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_resource.c | 1115 struct dc_state *new_ctx, 1120 result = resource_map_pool_resources(dc, new_ctx, dc_stream); 1123 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); 1127 result = build_mapped_resource(dc, new_ctx, dc_stream);
|