Searched refs:ExceededMALLSize (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c403 dml_print("DML: MODE SUPPORT: Exceeded MALL Size : %s\n", mode_lib->ms.support.ExceededMALLSize == false ? "Supported" : "NOT Supported");
459 if (!fail_only || support->ExceededMALLSize == 1)
460 dml_print("DML: support: ExceededMALLSize = 0x%x\n", support->ExceededMALLSize);
H A Ddisplay_mode_core_structs.h697 dml_bool_t ExceededMALLSize; member in struct:dml_mode_support_info_st
H A Ddisplay_mode_core.c695 dml_bool_t *ExceededMALLSize);
4754 dml_bool_t *ExceededMALLSize)
4804 *ExceededMALLSize = (TotalSurfaceSizeInMALL > MALLAllocatedForDCN * 1024 * 1024);
7610 &mode_lib->ms.support.ExceededMALLSize);
8166 && !mode_lib->ms.support.ExceededMALLSize
8644 &s->dummy_boolean[0]); /* dml_bool_t *ExceededMALLSize */
4723 CalculateSurfaceSizeInMall( dml_uint_t NumberOfActiveSurfaces, dml_uint_t MALLAllocatedForDCN, enum dml_use_mall_for_static_screen_mode UseMALLForStaticScreen[], dml_bool_t DCCEnable[], dml_bool_t ViewportStationary[], dml_uint_t ViewportXStartY[], dml_uint_t ViewportYStartY[], dml_uint_t ViewportXStartC[], dml_uint_t ViewportYStartC[], dml_uint_t ViewportWidthY[], dml_uint_t ViewportHeightY[], dml_uint_t BytesPerPixelY[], dml_uint_t ViewportWidthC[], dml_uint_t ViewportHeightC[], dml_uint_t BytesPerPixelC[], dml_uint_t SurfaceWidthY[], dml_uint_t SurfaceWidthC[], dml_uint_t SurfaceHeightY[], dml_uint_t SurfaceHeightC[], dml_uint_t Read256BytesBlockWidthY[], dml_uint_t Read256BytesBlockWidthC[], dml_uint_t Read256BytesBlockHeightY[], dml_uint_t Read256BytesBlockHeightC[], dml_uint_t ReadBlockWidthY[], dml_uint_t ReadBlockWidthC[], dml_uint_t ReadBlockHeightY[], dml_uint_t ReadBlockHeightC[], dml_uint_t SurfaceSizeInMALL[], dml_bool_t *ExceededMALLSize) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h367 bool *ExceededMALLSize);
H A Ddisplay_mode_vba_util_32.c1799 bool *ExceededMALLSize)
1902 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) ||
1767 dml32_CalculateSurfaceSizeInMall( unsigned int NumberOfActiveSurfaces, unsigned int MALLAllocatedForDCN, enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[], enum dm_use_mall_for_pstate_change_mode UsesMALLForPStateChange[], bool DCCEnable[], bool ViewportStationary[], unsigned int ViewportXStartY[], unsigned int ViewportYStartY[], unsigned int ViewportXStartC[], unsigned int ViewportYStartC[], unsigned int ViewportWidthY[], unsigned int ViewportHeightY[], unsigned int BytesPerPixelY[], unsigned int ViewportWidthC[], unsigned int ViewportHeightC[], unsigned int BytesPerPixelC[], unsigned int SurfaceWidthY[], unsigned int SurfaceWidthC[], unsigned int SurfaceHeightY[], unsigned int SurfaceHeightC[], unsigned int Read256BytesBlockWidthY[], unsigned int Read256BytesBlockWidthC[], unsigned int Read256BytesBlockHeightY[], unsigned int Read256BytesBlockHeightC[], unsigned int ReadBlockWidthY[], unsigned int ReadBlockWidthC[], unsigned int ReadBlockHeightY[], unsigned int ReadBlockHeightC[], unsigned int DCCMetaPitchY[], unsigned int DCCMetaPitchC[], unsigned int SurfaceSizeInMALL[], bool *ExceededMALLSize) argument
H A Ddisplay_mode_vba_32.c421 .dummy_boolean2); /* Boolean *ExceededMALLSize */
1703 && !mode_lib->vba.ExceededMALLSize
2683 &mode_lib->vba.ExceededMALLSize);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1200 bool ExceededMALLSize; member in struct:vba_vars_st

Completed in 220 milliseconds