Re: [PATCH] drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not empty

2017-04-27 Thread Christian König
Am 27.04.2017 um 12:58 schrieb Julien Isorce: But always print an error. Encountered a dozen of exact same backtraces when mesa's pb_cache_release_all_buffers is called after that a gpu reset failed. An other approach would be to check rdev->vm_manager.enabled instead of rdev->accel_working in

[PATCH] drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not empty

2017-04-27 Thread Julien Isorce
But always print an error. Encountered a dozen of exact same backtraces when mesa's pb_cache_release_all_buffers is called after that a gpu reset failed. An other approach would be to check rdev->vm_manager.enabled instead of rdev->accel_working in the other function radeon_gem_object_close. But