drm/radeon: add missing trace point
authorChristian König <christian.koenig@amd.com>
Thu, 23 Jan 2014 13:24:16 +0000 (14:24 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jan 2014 20:23:02 +0000 (15:23 -0500)
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_gart.c

index 0e9143b..a8f9b46 100644 (file)
@@ -726,6 +726,7 @@ struct radeon_fence *radeon_vm_grab_id(struct radeon_device *rdev,
                if (fence == NULL) {
                        /* found a free one */
                        vm->id = i;
+                       trace_radeon_vm_grab_id(vm->id, ring);
                        return NULL;
                }