Home
last modified time | relevance | path

Searched refs:dml2_mcache_surface_allocation (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
Ddml2_internal_shared_types.h238 struct dml2_mcache_surface_allocation mcache_allocations[DML2_MAX_PLANES];
433 struct dml2_mcache_surface_allocation *mcache_allocation;
739 struct dml2_mcache_surface_allocation *mcache_allocations;
752 const struct dml2_mcache_surface_allocation *mcache_allocations;
778 struct dml2_mcache_surface_allocation *mcache_allocations;
785 struct dml2_mcache_surface_allocation *allocations;
919 struct dml2_mcache_surface_allocation mcache_allocations[DML2_MAX_PLANES];
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_types.h112 struct dml2_mcache_surface_allocation { struct
227 struct dml2_mcache_surface_allocation mcache_allocation;
675 struct dml2_mcache_surface_allocation non_optimized_mcache_allocation[DML2_MAX_PLANES];
Ddml_top_display_cfg_types.h500 const struct dml2_mcache_surface_allocation *mcache_allocation;
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4_calcs.h26 …struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_mcache_surface_allocation *out, …
Ddml2_core_dcn4.c619 memset(in_out->mcache_allocation, 0, sizeof(struct dml2_mcache_surface_allocation)); in core_dcn4_calculate_mcache_allocation()
Ddml2_core_shared.c11984 …struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_mcache_surface_allocation *out, … in dml2_core_shared_get_mcache_allocation()
Ddml2_core_dcn4_calcs.c12893 …struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_mcache_surface_allocation *out, … in dml2_core_calcs_get_mcache_allocation()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h542 struct dml2_mcache_surface_allocation mcache_allocations[DML2_MAX_PLANES];
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_utils.c235 …[pipe_ctx->pipe_idx], &pln_prog->mcache_allocation, sizeof(struct dml2_mcache_surface_allocation)); in dml21_program_dc_pipe()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml2_top_soc15.c745 memset(&params->mcache_allocations[i], 0, sizeof(struct dml2_mcache_surface_allocation)); in dml2_top_mcache_calc_mcache_count_and_offsets()