nv50: should use uint32_t ptr in draw_elements_inline_u32

This commit is contained in:
Christoph Bumiller 2009-07-28 17:21:31 +02:00 committed by Ben Skeggs
parent df189c9efc
commit 72813ba5b6

View file

@ -139,7 +139,7 @@ nv50_draw_elements_inline_u16(struct nv50_context *nv50, uint16_t *map,
}
static INLINE void
nv50_draw_elements_inline_u32(struct nv50_context *nv50, uint8_t *map,
nv50_draw_elements_inline_u32(struct nv50_context *nv50, uint32_t *map,
unsigned start, unsigned count)
{
struct nouveau_channel *chan = nv50->screen->tesla->channel;