Home
last modified time | relevance | path

Searched refs:dlist_count (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/vc4/
Dvc4_plane.c42 u32 dlist_count; /* Number of used dwords in the display list. */ member
194 vc4_state->dlist_count * 4, in vc4_plane_duplicate_state()
200 vc4_state->dlist_size = vc4_state->dlist_count; in vc4_plane_duplicate_state()
242 if (vc4_state->dlist_count == vc4_state->dlist_size) { in vc4_dlist_write()
243 u32 new_size = max(4u, vc4_state->dlist_count * 2); in vc4_dlist_write()
248 memcpy(new_dlist, vc4_state->dlist, vc4_state->dlist_count * 4); in vc4_dlist_write()
255 vc4_state->dlist[vc4_state->dlist_count++] = val; in vc4_dlist_write()
502 u32 ctl0_offset = vc4_state->dlist_count; in vc4_plane_mode_set()
577 vc4_state->pos0_offset = vc4_state->dlist_count; in vc4_plane_mode_set()
593 vc4_state->pos2_offset = vc4_state->dlist_count; in vc4_plane_mode_set()
[all …]
Dvc4_crtc.c617 u32 dlist_count = 0; in vc4_crtc_atomic_check() local
627 dlist_count += vc4_plane_dlist_size(plane_state); in vc4_crtc_atomic_check()
629 dlist_count++; /* Account for SCALER_CTL0_END. */ in vc4_crtc_atomic_check()
633 dlist_count); in vc4_crtc_atomic_check()