]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/ttm:fix wrong decoding of bo_count
authorMonk Liu <monk.liu@amd.com>
Thu, 10 Aug 2017 12:38:41 +0000 (20:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Aug 2017 19:27:45 +0000 (15:27 -0400)
commit172423bcc7654a9cc71ff208b8f797e5e11a08af
tree6eba9d71390d2974c1343a74da0763e54f8643c8
parent7e96a13523af12645b7e18d7cc268a95b72ff026
drm/ttm:fix wrong decoding of bo_count

we observe abnormal number from:
/sys/devices/virtual/drm/amdttm/buffer_objects/bo_count

bo_count is atomic_inc which is "int" type,
shouldn't explicitly turn it to unsigned long.

Signed-off-by: Monk Liu <monk.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c