Home
last modified time | relevance | path

Searched refs:SurfaceSizeInTheMALL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h599 unsigned int SurfaceSizeInTheMALL[DML2_MAX_PLANES];
590 unsigned int SurfaceSizeInTheMALL[DML2_MAX_PLANES]; global() member
H A Ddml2_core_shared.c10151 mode_lib->mp.SurfaceSizeInTheMALL[k] = 0; in dml2_core_shared_mode_programming()
10169 mode_lib->mp.SurfaceSizeInTheMALL, in dml2_core_shared_mode_programming()
10216 CalculateVMRowAndSwath_params->SurfaceSizeInMALL = mode_lib->mp.SurfaceSizeInTheMALL; in dml2_core_shared_mode_programming()
12010 *out = mode_lib->mp.SurfaceSizeInTheMALL[mode_lib->mp.pipe_plane[pipe_index]]; in dml2_core_shared_get_stream_support_info()
12195 out->informative.mall.total_surface_size_in_mall_bytes += mode_lib->mp.SurfaceSizeInTheMALL[k]; in dml2_core_shared_get_informative()
H A Ddml2_core_dcn4_calcs.c275 dml_get_per_pipe_var_func(surface_size_in_mall_bytes, unsigned int, mode_lib->mp.SurfaceSizeInTheMALL);
10276 mode_lib->mp.SurfaceSizeInTheMALL[k] = 0; in dml_core_mode_programming()
10294 mode_lib->mp.SurfaceSizeInTheMALL, in dml_core_mode_programming()
10341 CalculateVMRowAndSwath_params->SurfaceSizeInMALL = mode_lib->mp.SurfaceSizeInTheMALL; in dml_core_mode_programming()
12660 out->informative.mall.total_surface_size_in_mall_bytes += mode_lib->mp.SurfaceSizeInTheMALL[k]; in dml2_core_calcs_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h996 dml_uint_t SurfaceSizeInTheMALL[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c8652 locals->SurfaceSizeInTheMALL, in dml_core_mode_programming()
8697 CalculateVMRowAndSwath_params->SurfaceSizeInMALL = locals->SurfaceSizeInTheMALL; in dml_core_mode_programming()
10317 dml_get_per_surface_var_func(surface_size_for_mall, dml_uint_t, mode_lib->mp.SurfaceSizeInTheMALL);