| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 507 unsigned int dpte_row_height_linear[DML2_MAX_PLANES]; 734 unsigned int dpte_row_height_linear[DML2_MAX_PLANES]; 1494 unsigned int *dpte_row_height_linear; 506 unsigned int dpte_row_height_linear[DML2_MAX_PLANES]; global() member 733 unsigned int dpte_row_height_linear[DML2_MAX_PLANES]; global() member 1493 unsigned int *dpte_row_height_linear; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 266 dml_get_per_pipe_var_func(dpte_row_height_linear_l, unsigned int, mode_lib->mp.dpte_row_height_linear); 1683 *p->dpte_row_height_linear = 0; in CalculateVMAndRowBytes() 1786 *p->dpte_row_height_linear = 0; in CalculateVMAndRowBytes() 1794 *p->dpte_row_height_linear = 1U << (unsigned int)math_floor2(math_log((float)(p->PTEBufferSizeInRequests * PixelPTEReqWidth_linear / p->Pitch), 2.0), 1); in CalculateVMAndRowBytes() 1795 if (*p->dpte_row_height_linear > 128) in CalculateVMAndRowBytes() 1796 *p->dpte_row_height_linear = 128; in CalculateVMAndRowBytes() 1844 DML_LOG_VERBOSE("DML::%s: dpte_row_height_linear = %u\n", __func__, *p->dpte_row_height_linear); in CalculatePrefetchSourceLines() 2956 scratch->calculate_vm_and_row_bytes_params.dpte_row_height_linear = &p->dpte_row_height_linear_chroma[k]; in CalculateVMRowAndSwath() 3034 scratch->calculate_vm_and_row_bytes_params.dpte_row_height_linear in CalculateVMRowAndSwath() [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 465 unsigned int *dpte_row_height_linear,
|
| H A D | display_mode_vba_32.c | 495 v->dpte_row_height_linear, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 1231 unsigned int dpte_row_height_linear[DC__NUM_DPP__MAX]; member
|
| H A D | display_mode_vba.c | 202 dml_get_pipe_attr_func(dpte_row_height_linear_l, mode_lib->vba.dpte_row_height_linear);
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1063 dml_uint_t dpte_row_height_linear[__DML_NUM_PLANES__]; member
|
| H A D | display_mode_core.c | 264 dml_uint_t *dpte_row_height_linear, 2490 dml_uint_t *dpte_row_height_linear, in CalculateVMAndRowBytes() 2642 *dpte_row_height_linear = (dml_uint_t)dml_pow(2.0, (int)dml_floor(dml_log2(PTEBufferSizeInRequests * PixelPTEReqWidth_linear / Pitch), 1)); in CalculateVMAndRowBytes() 2643 if (*dpte_row_height_linear > 128) in CalculateVMAndRowBytes() 2644 *dpte_row_height_linear = 128; in CalculateVMAndRowBytes() 2691 dml_print("DML::%s: dpte_row_height_linear = %u\n", __func__, *dpte_row_height_linear); in CalculateVMAndRowBytes() 8840 CalculateVMRowAndSwath_params->dpte_row_height_linear_luma = locals->dpte_row_height_linear; in dml_core_mode_programming() 10133 &dummy_integer[4], // dml_uint_t *dpte_row_height_linear in dml_mode_support() 10427 dml_get_per_surface_var_func(dpte_row_height_linear_l, dml_uint_t, mode_lib->mp.dpte_row_height_linear); 2459 CalculateVMAndRowBytes(dml_bool_t ViewportStationary,dml_bool_t DCCEnable,dml_uint_t NumberOfDPPs,dml_uint_t BlockHeight256Bytes,dml_uint_t BlockWidth256Bytes,enum dml_source_format_class SourcePixelFormat,dml_uint_t SurfaceTiling,dml_uint_t BytePerPixel,enum dml_rotation_angle SourceScan,dml_uint_t SwathWidth,dml_uint_t ViewportHeight,dml_uint_t ViewportXStart,dml_uint_t ViewportYStart,dml_bool_t GPUVMEnable,dml_uint_t GPUVMMaxPageTableLevels,dml_uint_t GPUVMMinPageSizeKBytes,dml_uint_t PTEBufferSizeInRequests,dml_uint_t Pitch,dml_uint_t DCCMetaPitch,dml_uint_t MacroTileWidth,dml_uint_t MacroTileHeight,dml_uint_t * MetaRowByte,dml_uint_t * PixelPTEBytesPerRow,dml_uint_t * PixelPTEBytesPerRowStorage,dml_uint_t * dpte_row_width_ub,dml_uint_t * dpte_row_height,dml_uint_t * dpte_row_height_linear,dml_uint_t * PixelPTEBytesPerRow_one_row_per_frame,dml_uint_t * dpte_row_width_ub_one_row_per_frame,dml_uint_t * dpte_row_height_one_row_per_frame,dml_uint_t * MetaRequestWidth,dml_uint_t * MetaRequestHeight,dml_uint_t * meta_row_width,dml_uint_t * meta_row_height,dml_uint_t * PixelPTEReqWidth,dml_uint_t * PixelPTEReqHeight,dml_uint_t * PTERequestSize,dml_uint_t * DPDE0BytesFrame,dml_uint_t * MetaPTEBytesFrame) CalculateVMAndRowBytes() argument [all...] |