Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h241 struct dml2_mcache_surface_allocation mcache_allocations[DML2_MAX_PLANES];
434 struct dml2_mcache_surface_allocation *mcache_allocation;
761 struct dml2_mcache_surface_allocation *mcache_allocations;
774 const struct dml2_mcache_surface_allocation *mcache_allocations;
800 struct dml2_mcache_surface_allocation *mcache_allocations;
807 struct dml2_mcache_surface_allocation *allocations;
941 struct dml2_mcache_surface_allocation mcache_allocations[DML2_MAX_PLANES];
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h118 struct dml2_mcache_surface_allocation { struct
234 struct dml2_mcache_surface_allocation mcache_allocation;
673 struct dml2_mcache_surface_allocation non_optimized_mcache_allocation[DML2_MAX_PLANES];
H A Ddml_top_display_cfg_types.h500 const struct dml2_mcache_surface_allocation *mcache_allocation;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.h26 …struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_mcache_surface_allocation *out, …
H A Ddml2_core_dcn4.c636 memset(in_out->mcache_allocation, 0, sizeof(struct dml2_mcache_surface_allocation)); in core_dcn4_calculate_mcache_allocation()
H A 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()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml_top_mcache.c521 memset(&params->mcache_allocations[i], 0, sizeof(struct dml2_mcache_surface_allocation)); in dml2_top_mcache_calc_mcache_count_and_offsets()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c334 …[pipe_ctx->pipe_idx], &pln_prog->mcache_allocation, sizeof(struct dml2_mcache_surface_allocation)); in dml21_program_dc_pipe()