Searched refs:PTERequestSizeC (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h412 unsigned int PTERequestSizeC[],
918 unsigned int PTERequestSizeC[],
H A Ddisplay_mode_vba_util_32.c1949 unsigned int PTERequestSizeC[],
2057 &PTERequestSizeC[k],
4898 unsigned int PTERequestSizeC[],
5067 (double) PTERequestSizeC[k] * PixelPTEReqWidthC[k];
5070 (double) PTERequestSizeC[k] * PixelPTEReqHeightC[k];
1908 dml32_CalculateVMRowAndSwath( unsigned int NumberOfActiveSurfaces, DmlPipe myPipe[], unsigned int SurfaceSizeInMALL[], unsigned int PTEBufferSizeInRequestsLuma, unsigned int PTEBufferSizeInRequestsChroma, unsigned int DCCMetaBufferSizeBytes, enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[], enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], unsigned int MALLAllocatedForDCN, double SwathWidthY[], double SwathWidthC[], bool GPUVMEnable, bool HostVMEnable, unsigned int HostVMMaxNonCachedPageTableLevels, unsigned int GPUVMMaxPageTableLevels, unsigned int GPUVMMinPageSizeKBytes[], unsigned int HostVMMinPageSize, bool PTEBufferSizeNotExceeded[], bool DCCMetaBufferSizeNotExceeded[], unsigned int dpte_row_width_luma_ub[], unsigned int dpte_row_width_chroma_ub[], unsigned int dpte_row_height_luma[], unsigned int dpte_row_height_chroma[], unsigned int dpte_row_height_linear_luma[], unsigned int dpte_row_height_linear_chroma[], unsigned int meta_req_width[], unsigned int meta_req_width_chroma[], unsigned int meta_req_height[], unsigned int meta_req_height_chroma[], unsigned int meta_row_width[], unsigned int meta_row_width_chroma[], unsigned int meta_row_height[], unsigned int meta_row_height_chroma[], unsigned int vm_group_bytes[], unsigned int dpte_group_bytes[], unsigned int PixelPTEReqWidthY[], unsigned int PixelPTEReqHeightY[], unsigned int PTERequestSizeY[], unsigned int PixelPTEReqWidthC[], unsigned int PixelPTEReqHeightC[], unsigned int PTERequestSizeC[], unsigned int dpde0_bytes_per_frame_ub_l[], unsigned int meta_pte_bytes_per_frame_ub_l[], unsigned int dpde0_bytes_per_frame_ub_c[], unsigned int meta_pte_bytes_per_frame_ub_c[], double PrefetchSourceLinesY[], double PrefetchSourceLinesC[], double VInitPreFillY[], double VInitPreFillC[], unsigned int MaxNumSwathY[], unsigned int MaxNumSwathC[], double meta_row_bw[], double dpte_row_bw[], double PixelPTEBytesPerRow[], double PDEAndMetaPTEBytesFrame[], double MetaRowByte[], bool use_one_row_for_frame[], bool use_one_row_for_frame_flip[], bool UsesMALLForStaticScreen[], bool PTE_BUFFER_MODE[], unsigned int BIGK_FRAGMENT_SIZE[]) argument
4872 dml32_CalculateMetaAndPTETimes( bool use_one_row_for_frame[], unsigned int NumberOfActiveSurfaces, bool GPUVMEnable, unsigned int MetaChunkSize, unsigned int MinMetaChunkSizeBytes, unsigned int HTotal[], double VRatio[], double VRatioChroma[], double DestinationLinesToRequestRowInVBlank[], double DestinationLinesToRequestRowInImmediateFlip[], bool DCCEnable[], double PixelClock[], unsigned int BytePerPixelY[], unsigned int BytePerPixelC[], enum dm_rotation_angle SourceRotation[], unsigned int dpte_row_height[], unsigned int dpte_row_height_chroma[], unsigned int meta_row_width[], unsigned int meta_row_width_chroma[], unsigned int meta_row_height[], unsigned int meta_row_height_chroma[], unsigned int meta_req_width[], unsigned int meta_req_width_chroma[], unsigned int meta_req_height[], unsigned int meta_req_height_chroma[], unsigned int dpte_group_bytes[], unsigned int PTERequestSizeY[], unsigned int PTERequestSizeC[], unsigned int PixelPTEReqWidthY[], unsigned int PixelPTEReqHeightY[], unsigned int PixelPTEReqWidthC[], unsigned int PixelPTEReqHeightC[], unsigned int dpte_row_width_luma_ub[], unsigned int dpte_row_width_chroma_ub[], double DST_Y_PER_PTE_ROW_NOM_L[], double DST_Y_PER_PTE_ROW_NOM_C[], double DST_Y_PER_META_ROW_NOM_L[], double DST_Y_PER_META_ROW_NOM_C[], double TimePerMetaChunkNominal[], double TimePerChromaMetaChunkNominal[], double TimePerMetaChunkVBlank[], double TimePerChromaMetaChunkVBlank[], double TimePerMetaChunkFlip[], double TimePerChromaMetaChunkFlip[], double time_per_pte_group_nom_luma[], double time_per_pte_group_vblank_luma[], double time_per_pte_group_flip_luma[], double time_per_pte_group_nom_chroma[], double time_per_pte_group_vblank_chroma[], double time_per_pte_group_flip_chroma[]) argument
H A Ddisplay_mode_vba_32.c508 v->PTERequestSizeC,
1315 v->PTERequestSizeC,
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1035 dml_uint_t PTERequestSizeC[__DML_NUM_PLANES__]; member in struct:mode_program_st
1376 dml_uint_t *PTERequestSizeC; member in struct:CalculateVMRowAndSwath_params_st
H A Ddisplay_mode_core.c520 dml_uint_t PTERequestSizeC[],
3446 dml_uint_t PTERequestSizeC[],
3588 dpte_group_width_chroma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestSizeC[k] * PixelPTEReqWidthC[k]);
3590 dpte_group_width_chroma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestSizeC[k] * PixelPTEReqHeightC[k]);
5121 &p->PTERequestSizeC[k],
7716 CalculateVMRowAndSwath_params->PTERequestSizeC = s->dummy_integer_array[16];
8728 CalculateVMRowAndSwath_params->PTERequestSizeC = locals->PTERequestSizeC;
9547 locals->PTERequestSizeC,
3418 CalculateMetaAndPTETimes( dml_bool_t use_one_row_for_frame[], dml_uint_t NumberOfActiveSurfaces, dml_bool_t GPUVMEnable, dml_uint_t MetaChunkSize, dml_uint_t MinMetaChunkSizeBytes, dml_uint_t HTotal[], dml_float_t VRatio[], dml_float_t VRatioChroma[], dml_float_t DestinationLinesToRequestRowInVBlank[], dml_float_t DestinationLinesToRequestRowInImmediateFlip[], dml_bool_t DCCEnable[], dml_float_t PixelClock[], dml_uint_t BytePerPixelY[], dml_uint_t BytePerPixelC[], enum dml_rotation_angle SourceScan[], dml_uint_t dpte_row_height[], dml_uint_t dpte_row_height_chroma[], dml_uint_t meta_row_width[], dml_uint_t meta_row_width_chroma[], dml_uint_t meta_row_height[], dml_uint_t meta_row_height_chroma[], dml_uint_t meta_req_width[], dml_uint_t meta_req_width_chroma[], dml_uint_t meta_req_height[], dml_uint_t meta_req_height_chroma[], dml_uint_t dpte_group_bytes[], dml_uint_t PTERequestSizeY[], dml_uint_t PTERequestSizeC[], dml_uint_t PixelPTEReqWidthY[], dml_uint_t PixelPTEReqHeightY[], dml_uint_t PixelPTEReqWidthC[], dml_uint_t PixelPTEReqHeightC[], dml_uint_t dpte_row_width_luma_ub[], dml_uint_t dpte_row_width_chroma_ub[], dml_float_t DST_Y_PER_PTE_ROW_NOM_L[], dml_float_t DST_Y_PER_PTE_ROW_NOM_C[], dml_float_t DST_Y_PER_META_ROW_NOM_L[], dml_float_t DST_Y_PER_META_ROW_NOM_C[], dml_float_t TimePerMetaChunkNominal[], dml_float_t TimePerChromaMetaChunkNominal[], dml_float_t TimePerMetaChunkVBlank[], dml_float_t TimePerChromaMetaChunkVBlank[], dml_float_t TimePerMetaChunkFlip[], dml_float_t TimePerChromaMetaChunkFlip[], dml_float_t time_per_pte_group_nom_luma[], dml_float_t time_per_pte_group_vblank_luma[], dml_float_t time_per_pte_group_flip_luma[], dml_float_t time_per_pte_group_nom_chroma[], dml_float_t time_per_pte_group_vblank_chroma[], dml_float_t time_per_pte_group_flip_chroma[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h984 unsigned int PTERequestSizeC[DC__NUM_DPP__MAX]; member in struct:vba_vars_st
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c441 unsigned int PTERequestSizeC[],
1916 &locals->PTERequestSizeC[k],
2533 locals->PTERequestSizeC,
4633 locals->PTERequestSizeC,
5862 unsigned int PTERequestSizeC[],
5983 / PTERequestSizeC[k] * PixelPTEReqWidthC[k];
5986 / PTERequestSizeC[k]
5835 CalculateMetaAndPTETimes( unsigned int NumberOfActivePlanes, bool GPUVMEnable, unsigned int MetaChunkSize, unsigned int MinMetaChunkSizeBytes, unsigned int GPUVMMaxPageTableLevels, unsigned int HTotal[], double VRatio[], double VRatioPrefetchY[], double VRatioPrefetchC[], double DestinationLinesToRequestRowInVBlank[], double DestinationLinesToRequestRowInImmediateFlip[], double DestinationLinesToRequestVMInVBlank[], double DestinationLinesToRequestVMInImmediateFlip[], bool DCCEnable[], double PixelClock[], double BytePerPixelDETY[], double BytePerPixelDETC[], enum scan_direction_class SourceScan[], unsigned int dpte_row_height[], unsigned int dpte_row_height_chroma[], unsigned int meta_row_width[], unsigned int meta_row_height[], unsigned int meta_req_width[], unsigned int meta_req_height[], int dpte_group_bytes[], unsigned int PTERequestSizeY[], unsigned int PTERequestSizeC[], unsigned int PixelPTEReqWidthY[], unsigned int PixelPTEReqHeightY[], unsigned int PixelPTEReqWidthC[], unsigned int PixelPTEReqHeightC[], unsigned int dpte_row_width_luma_ub[], unsigned int dpte_row_width_chroma_ub[], unsigned int vm_group_bytes[], unsigned int dpde0_bytes_per_frame_ub_l[], unsigned int dpde0_bytes_per_frame_ub_c[], unsigned int meta_pte_bytes_per_frame_ub_l[], unsigned int meta_pte_bytes_per_frame_ub_c[], double DST_Y_PER_PTE_ROW_NOM_L[], double DST_Y_PER_PTE_ROW_NOM_C[], double DST_Y_PER_META_ROW_NOM_L[], double TimePerMetaChunkNominal[], double TimePerMetaChunkVBlank[], double TimePerMetaChunkFlip[], double time_per_pte_group_nom_luma[], double time_per_pte_group_vblank_luma[], double time_per_pte_group_flip_luma[], double time_per_pte_group_nom_chroma[], double time_per_pte_group_vblank_chroma[], double time_per_pte_group_flip_chroma[], double TimePerVMGroupVBlank[], double TimePerVMGroupFlip[], double TimePerVMRequestVBlank[], double TimePerVMRequestFlip[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c427 int PTERequestSizeC[],
2358 &v->PTERequestSizeC[k],
3046 v->PTERequestSizeC,
6059 int PTERequestSizeC[],
6185 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqWidthC[k];
6187 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqHeightC[k];
6033 CalculateMetaAndPTETimes( int NumberOfActivePlanes, bool GPUVMEnable, int MetaChunkSize, int MinMetaChunkSizeBytes, int HTotal[], double VRatio[], double VRatioChroma[], double DestinationLinesToRequestRowInVBlank[], double DestinationLinesToRequestRowInImmediateFlip[], bool DCCEnable[], double PixelClock[], int BytePerPixelY[], int BytePerPixelC[], enum scan_direction_class SourceScan[], int dpte_row_height[], int dpte_row_height_chroma[], int meta_row_width[], int meta_row_width_chroma[], int meta_row_height[], int meta_row_height_chroma[], int meta_req_width[], int meta_req_width_chroma[], int meta_req_height[], int meta_req_height_chroma[], int dpte_group_bytes[], int PTERequestSizeY[], int PTERequestSizeC[], int PixelPTEReqWidthY[], int PixelPTEReqHeightY[], int PixelPTEReqWidthC[], int PixelPTEReqHeightC[], int dpte_row_width_luma_ub[], int dpte_row_width_chroma_ub[], double DST_Y_PER_PTE_ROW_NOM_L[], double DST_Y_PER_PTE_ROW_NOM_C[], double DST_Y_PER_META_ROW_NOM_L[], double DST_Y_PER_META_ROW_NOM_C[], double TimePerMetaChunkNominal[], double TimePerChromaMetaChunkNominal[], double TimePerMetaChunkVBlank[], double TimePerChromaMetaChunkVBlank[], double TimePerMetaChunkFlip[], double TimePerChromaMetaChunkFlip[], double time_per_pte_group_nom_luma[], double time_per_pte_group_vblank_luma[], double time_per_pte_group_flip_luma[], double time_per_pte_group_nom_chroma[], double time_per_pte_group_vblank_chroma[], double time_per_pte_group_flip_chroma[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c439 int PTERequestSizeC[],
2380 &v->PTERequestSizeC[k],
3068 v->PTERequestSizeC,
6157 int PTERequestSizeC[],
6283 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqWidthC[k];
6285 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqHeightC[k];
6131 CalculateMetaAndPTETimes( int NumberOfActivePlanes, bool GPUVMEnable, int MetaChunkSize, int MinMetaChunkSizeBytes, int HTotal[], double VRatio[], double VRatioChroma[], double DestinationLinesToRequestRowInVBlank[], double DestinationLinesToRequestRowInImmediateFlip[], bool DCCEnable[], double PixelClock[], int BytePerPixelY[], int BytePerPixelC[], enum scan_direction_class SourceScan[], int dpte_row_height[], int dpte_row_height_chroma[], int meta_row_width[], int meta_row_width_chroma[], int meta_row_height[], int meta_row_height_chroma[], int meta_req_width[], int meta_req_width_chroma[], int meta_req_height[], int meta_req_height_chroma[], int dpte_group_bytes[], int PTERequestSizeY[], int PTERequestSizeC[], int PixelPTEReqWidthY[], int PixelPTEReqHeightY[], int PixelPTEReqWidthC[], int PixelPTEReqHeightC[], int dpte_row_width_luma_ub[], int dpte_row_width_chroma_ub[], double DST_Y_PER_PTE_ROW_NOM_L[], double DST_Y_PER_PTE_ROW_NOM_C[], double DST_Y_PER_META_ROW_NOM_L[], double DST_Y_PER_META_ROW_NOM_C[], double TimePerMetaChunkNominal[], double TimePerChromaMetaChunkNominal[], double TimePerMetaChunkVBlank[], double TimePerChromaMetaChunkVBlank[], double TimePerMetaChunkFlip[], double TimePerChromaMetaChunkFlip[], double time_per_pte_group_nom_luma[], double time_per_pte_group_vblank_luma[], double time_per_pte_group_flip_luma[], double time_per_pte_group_nom_chroma[], double time_per_pte_group_vblank_chroma[], double time_per_pte_group_flip_chroma[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c463 int PTERequestSizeC[],
2227 &v->PTERequestSizeC[k],
2885 v->PTERequestSizeC,
5688 int PTERequestSizeC[],
5814 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqWidthC[k];
5816 dpte_group_width_chroma = dpte_group_bytes[k] / PTERequestSizeC[k] * PixelPTEReqHeightC[k];
5662 CalculateMetaAndPTETimes( int NumberOfActivePlanes, bool GPUVMEnable, int MetaChunkSize, int MinMetaChunkSizeBytes, int HTotal[], double VRatio[], double VRatioChroma[], double DestinationLinesToRequestRowInVBlank[], double DestinationLinesToRequestRowInImmediateFlip[], bool DCCEnable[], double PixelClock[], int BytePerPixelY[], int BytePerPixelC[], enum scan_direction_class SourceScan[], int dpte_row_height[], int dpte_row_height_chroma[], int meta_row_width[], int meta_row_width_chroma[], int meta_row_height[], int meta_row_height_chroma[], int meta_req_width[], int meta_req_width_chroma[], int meta_req_height[], int meta_req_height_chroma[], int dpte_group_bytes[], int PTERequestSizeY[], int PTERequestSizeC[], int PixelPTEReqWidthY[], int PixelPTEReqHeightY[], int PixelPTEReqWidthC[], int PixelPTEReqHeightC[], int dpte_row_width_luma_ub[], int dpte_row_width_chroma_ub[], double DST_Y_PER_PTE_ROW_NOM_L[], double DST_Y_PER_PTE_ROW_NOM_C[], double DST_Y_PER_META_ROW_NOM_L[], double DST_Y_PER_META_ROW_NOM_C[], double TimePerMetaChunkNominal[], double TimePerChromaMetaChunkNominal[], double TimePerMetaChunkVBlank[], double TimePerChromaMetaChunkVBlank[], double TimePerMetaChunkFlip[], double TimePerChromaMetaChunkFlip[], double time_per_pte_group_nom_luma[], double time_per_pte_group_vblank_luma[], double time_per_pte_group_flip_luma[], double time_per_pte_group_nom_chroma[], double time_per_pte_group_vblank_chroma[], double time_per_pte_group_flip_chroma[]) argument

Completed in 338 milliseconds