radeon: change last instance of DEBUG_IOCTL to use RADEON_IOCTL
DEBUG_IOCTL comes from i965, and is about to be removed. Both defines have the same value (4). Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -282,7 +282,7 @@ void radeonEmitVertexAOS( r100ContextPtr rmesa,
|
||||
#else
|
||||
BATCH_LOCALS(&rmesa->radeon);
|
||||
|
||||
if (RADEON_DEBUG & (RADEON_PRIMS|DEBUG_IOCTL))
|
||||
if (RADEON_DEBUG & (RADEON_PRIMS|RADEON_IOCTL))
|
||||
fprintf(stderr, "%s: vertex_size 0x%x offset 0x%x \n",
|
||||
__FUNCTION__, vertex_size, offset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user