Home
last modified time | relevance | path

Searched refs:cursor_prefetch_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1230 unsigned int cursor_prefetch_bytes; member
H A Ddml2_core_shared.c7564 s->cursor_prefetch_bytes = 0; in CalculatePrefetchSchedule()
8046 …s->cursor_prefetch_bytes = (unsigned int)math_max2(p->cursor_bytes_per_chunk, 4 * p->cursor_bytes_… in CalculatePrefetchSchedule()
8047 …*p->prefetch_cursor_bw = p->num_cursors * s->cursor_prefetch_bytes / (s->LinesToRequestPrefetchPix… in CalculatePrefetchSchedule()
8061 dml2_printf("DML::%s: cursor_prefetch_bytes = %d\n", __func__, s->cursor_prefetch_bytes); in CalculatePrefetchSchedule()
H A Ddml2_core_dcn4_calcs.c5094 s->cursor_prefetch_bytes = 0; in CalculatePrefetchSchedule()
5654 …s->cursor_prefetch_bytes = (unsigned int)math_max2(p->cursor_bytes_per_chunk, 4 * p->cursor_bytes_… in CalculatePrefetchSchedule()
5655 …*p->prefetch_cursor_bw = p->num_cursors * s->cursor_prefetch_bytes / (s->LinesToRequestPrefetchPix… in CalculatePrefetchSchedule()
5669 dml2_printf("DML::%s: cursor_prefetch_bytes = %d\n", __func__, s->cursor_prefetch_bytes); in CalculatePrefetchSchedule()