]> 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>
Thu, 24 Aug 2017 15:48:46 +0000 (11:48 -0400)
commitab7039325f4eef2e545d8cb3d6aed67998514bcb
tree4809fd154366f6e3affd68924b91ad7efbce72e2
parenta101a41fca04ea8ee71045b049356f93658ff28f
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