pvr: enable partial vertex input dmas
Signed-off-by: Simon Perretta <simon.perretta@imgtec.com> Acked-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33998>
This commit is contained in:
committed by
Marge Bot
parent
043e05768a
commit
ad66ebb686
@@ -1385,8 +1385,6 @@ static void pvr_graphics_pipeline_setup_vertex_dma(
|
||||
dma_desc->flags = 0;
|
||||
|
||||
/* Size to DMA per vertex attribute. Used to setup src3 in the DDMAD. */
|
||||
/* TODO: what if not all components are used */
|
||||
assert(attrib_range->count == fmt_description->block.bits / 32);
|
||||
dma_desc->size_in_dwords = attrib_range->count;
|
||||
|
||||
/* Vtxin reg offset to start DMAing into. */
|
||||
|
||||
Reference in New Issue
Block a user