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 D | display_mode_vba_util_32.h | 393 unsigned int dpte_row_height_luma[], 519 unsigned int dpte_row_height_luma,
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 1123 unsigned int *dpte_row_height_luma; member
|
H A D | dml2_core_shared.c | 172 unsigned int dpte_row_height_luma, 1710 CalculateVMRowAndSwath_params->dpte_row_height_luma = mode_lib->ms.dpte_row_height; in dml2_core_shared_mode_support() 4618 unsigned int dpte_row_height_luma, in CalculateRowBandwidth() argument 4643 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime) in CalculateRowBandwidth() 4646 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime); in CalculateRowBandwidth() 5687 scratch->calculate_vm_and_row_bytes_params.dpte_row_height = &p->dpte_row_height_luma[k]; in CalculateVMRowAndSwath() 5800 p->dpte_row_height_luma[k] = s->dpte_row_height_luma_one_row_per_frame[k]; in CalculateVMRowAndSwath() 5839 p->dpte_row_height_luma[k], in CalculateVMRowAndSwath() 5855 …dml2_printf("DML::%s: k=%u, dpte_row_height_luma = %u\n", __func__, k, p->dpte_row_height_luma[k]); in CalculateVMRowAndSwath() 10230 CalculateVMRowAndSwath_params->dpte_row_height_luma = mode_lib->mp.dpte_row_height; in dml2_core_shared_mode_programming()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core_structs.h | 1359 dml_uint_t *dpte_row_height_luma; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 248 unsigned int dpte_row_height_luma, 3458 unsigned int dpte_row_height_luma, argument 3474 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime) 3477 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime);
|