Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h393 unsigned int dpte_row_height_luma[],
519 unsigned int dpte_row_height_luma,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1334 unsigned int *dpte_row_height_luma;
1333 unsigned int *dpte_row_height_luma; global() member
H A Ddml2_core_dcn4_calcs.c1942 unsigned int dpte_row_height_luma, in CalculateRowBandwidth()
1968 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime) in CalculateMALLUseForStaticScreen()
1971 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime); in CalculateMALLUseForStaticScreen()
3033 scratch->calculate_vm_and_row_bytes_params.dpte_row_height = &p->dpte_row_height_luma[k]; in CalculateVMRowAndSwath()
3148 p->dpte_row_height_luma[k] = s->dpte_row_height_luma_one_row_per_frame[k]; in CalculateVMRowAndSwath()
3189 p->dpte_row_height_luma[k], in CalculateVMRowAndSwath()
3205 DML_LOG_VERBOSE("DML::%s: k=%u, dpte_row_height_luma = %u\n", __func__, k, p->dpte_row_height_luma[k]); in CalculateUrgentLatency()
9023 CalculateVMRowAndSwath_params->dpte_row_height_luma = mode_lib->ms.dpte_row_height; in dml_core_mode_support()
10815 CalculateVMRowAndSwath_params->dpte_row_height_luma in dml_core_mode_programming()
1915 CalculateRowBandwidth(bool GPUVMEnable,bool use_one_row_for_frame,enum dml2_source_format_class SourcePixelFormat,double VRatio,double VRatioChroma,bool DCCEnable,double LineTime,unsigned int PixelPTEBytesPerRowLuma,unsigned int PixelPTEBytesPerRowChroma,unsigned int dpte_row_height_luma,unsigned int dpte_row_height_chroma,bool mrq_present,unsigned int meta_row_bytes_per_row_ub_l,unsigned int meta_row_bytes_per_row_ub_c,unsigned int meta_row_height_luma,unsigned int meta_row_height_chroma,double * dpte_row_bw,double * meta_row_bw) CalculateRowBandwidth() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c306 dml_uint_t dpte_row_height_luma,
1925 dml_uint_t dpte_row_height_luma, in CalculateRowBandwidth()
1944 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime) in CalculateRowBandwidth()
1948 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime); in CalculateRowBandwidth()
5235 &p->dpte_row_height_luma[k], in CalculateVMRowAndSwath()
5327 p->dpte_row_height_luma[k] = s->dpte_row_height_luma_one_row_per_frame[k]; in CalculateVMRowAndSwath()
5366 p->dpte_row_height_luma[k], in CalculateOutputLink()
5376 dml_print("DML::%s: k=%u, dpte_row_height_luma = %u\n", __func__, k, p->dpte_row_height_luma[k]); in CalculateOutputLink()
6851 CalculateVMRowAndSwath_params->dpte_row_height_luma in dml_core_mode_support()
1923 CalculateRowBandwidth(dml_bool_t GPUVMEnable,enum dml_source_format_class SourcePixelFormat,dml_float_t VRatio,dml_float_t VRatioChroma,dml_bool_t DCCEnable,dml_float_t LineTime,dml_uint_t MetaRowByteLuma,dml_uint_t MetaRowByteChroma,dml_uint_t meta_row_height_luma,dml_uint_t meta_row_height_chroma,dml_uint_t PixelPTEBytesPerRowLuma,dml_uint_t PixelPTEBytesPerRowChroma,dml_uint_t dpte_row_height_luma,dml_uint_t dpte_row_height_chroma,dml_float_t * meta_row_bw,dml_float_t * dpte_row_bw) CalculateRowBandwidth() argument
[all...]
H A Ddisplay_mode_core_structs.h1416 dml_uint_t *dpte_row_height_luma; member