Searched refs:ptr0_offset (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1165 vc4_state->ptr0_offset = vc4_state->dlist_count;
1365 writel(addr, &vc4_state->hw_dlist[vc4_state->ptr0_offset]);
1371 vc4_state->dlist[vc4_state->ptr0_offset] = addr;
1435 vc4_state->dlist[vc4_state->ptr0_offset] =
1436 new_vc4_state->dlist[vc4_state->ptr0_offset];
1446 writel(vc4_state->dlist[vc4_state->ptr0_offset],
1447 &vc4_state->hw_dlist[vc4_state->ptr0_offset]);
1474 old_vc4_state->ptr0_offset != new_vc4_state->ptr0_offset ||
1484 i == new_vc4_state->ptr0_offset ||
[all...]
H A Dvc4_drv.h396 u32 ptr0_offset; member in struct:vc4_plane_state

Completed in 134 milliseconds