]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 30 Jan 2017 03:06:35 +0000 (12:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Jun 2017 10:07:48 +0000 (12:07 +0200)
commitebd4c110fd0b4247277e8f351aa2d6694a0b5d94
treedeece4d1c4887907e506bc550598fe5c5020859f
parentacc771fdaec7008a3b68db2a07e6d5901ea021fe
drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

commit 51964e9e12d0a054002a1a0d1dec4f661c7aaf28 upstream.

vram_size is supposed to be the total amount of VRAM that can be used by
userspace, which corresponds to the TTM VRAM manager size (which is
normally the full amount of VRAM, but can be just the visible VRAM when
DMA can't be used for BO migration for some reason).

The above was incorrectly used for vram_visible before, resulting in
generally too large values being reported.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_gem.c