Searched refs:prefetch_cursor_bw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 485 double prefetch_cursor_bw[DML2_MAX_PLANES]; member 607 double prefetch_cursor_bw[DML2_MAX_PLANES]; member 1779 double *prefetch_cursor_bw; member 1956 double *prefetch_cursor_bw; member
|
D | dml2_core_shared.c | 528 double prefetch_cursor_bw[], 594 double prefetch_cursor_bw[], 2398 CalculatePrefetchSchedule_params->prefetch_cursor_bw = &mode_lib->ms.prefetch_cursor_bw[k]; in dml2_core_shared_mode_support() 2504 mode_lib->ms.prefetch_cursor_bw, in dml2_core_shared_mode_support() 2624 mode_lib->ms.prefetch_cursor_bw, in dml2_core_shared_mode_support() 7355 double prefetch_cursor_bw[], in get_urgent_bandwidth_required() argument 7398 …ctor_p0_pre + PrefetchBandwidthChroma[k] * l->adj_factor_p1_pre) + prefetch_cursor_bw[k] * l->adj_… in get_urgent_bandwidth_required() 7424 dml2_printf("DML::%s: k=%d, prefetch_cursor_bw=%f\n", __func__, k, prefetch_cursor_bw[k]); in get_urgent_bandwidth_required() 7565 *p->prefetch_cursor_bw = 0; in CalculatePrefetchSchedule() 8047 …*p->prefetch_cursor_bw = p->num_cursors * s->cursor_prefetch_bytes / (s->LinesToRequestPrefetchPix… in CalculatePrefetchSchedule() [all …]
|
D | dml2_core_dcn4_calcs.c | 4831 double prefetch_cursor_bw[], in get_urgent_bandwidth_required() 4888 …ctor_p0_pre + PrefetchBandwidthChroma[k] * l->adj_factor_p1_pre) + prefetch_cursor_bw[k] * l->adj_… in get_urgent_bandwidth_required() 4934 dml2_printf("DML::%s: k=%d, prefetch_cursor_bw=%f\n", __func__, k, prefetch_cursor_bw[k]); in get_urgent_bandwidth_required() 5089 *p->prefetch_cursor_bw = 0; in CalculatePrefetchSchedule() 5649 …*p->prefetch_cursor_bw = p->num_cursors * s->cursor_prefetch_bytes / (s->LinesToRequestPrefetchPix… in CalculatePrefetchSchedule() 5664 dml2_printf("DML::%s: prefetch_cursor_bw = %f\n", __func__, *p->prefetch_cursor_bw); in CalculatePrefetchSchedule() 5944 p->prefetch_cursor_bw, in calculate_peak_bandwidth_required() 5980 p->prefetch_cursor_bw, in calculate_peak_bandwidth_required() 6016 p->prefetch_cursor_bw, in calculate_peak_bandwidth_required() 8754 CalculatePrefetchSchedule_params->prefetch_cursor_bw = &mode_lib->ms.prefetch_cursor_bw[k]; in dml_core_mode_support() [all …]
|