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/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1123 unsigned int *dpte_row_height_luma; member
H A Ddml2_core_shared.c172 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 Ddisplay_mode_core_structs.h1359 dml_uint_t *dpte_row_height_luma; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c248 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);