OSDN Git Service

drm/amdkfd: Don't report local memory size
authorOded Gabbay <oded.gabbay@gmail.com>
Tue, 5 May 2015 08:15:07 +0000 (11:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Jun 2015 15:21:09 +0000 (08:21 -0700)
commite8f61366d2ad418d3ff69aff398badbce5f03028
treea138782dfe2638302a6bedbe1db9455e23dcef0b
parentc6b069f42344ec1cb8d9c8ef0d764896da000d85
drm/amdkfd: Don't report local memory size

commit 42e08c78360e58516b6ac8af18a75a494f2967a2 upstream.

This patch sets the local memory size that is reported to userspace to 0.
This is done to make sure that userspace won't try to allocate local memory
for HSA.

As long as amdkfd doesn't support allocating local memory for HSA,
we need this patch.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Cc: stable@vger.kernel.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c