]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/si: Add support for CP DMA to CS checker for compute v2
authorTom Stellard <thomas.stellard@amd.com>
Fri, 16 Aug 2013 21:47:39 +0000 (17:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:30:59 +0000 (16:30 -0400)
commit78c0206b95ae71e8dad2d6b5f7a0dc0a9729805a
treea488153441f490cd14f24c575eb17503708c8235
parentc2915ec2c9ceb2047a220d4d8e3cc3f3b322ccb9
drm/radeon/si: Add support for CP DMA to CS checker for compute v2

Also add a new RADEON_INFO query to check that CP DMA packets are
supported on the compute ring.

CP DMA has been supported since the 3.8 kernel, but due to an oversight
we forgot to teach the CS checker that the CP DMA packet was legal for
the compute ring on Southern Islands GPUs.

This patch fixes a bug where the radeon driver will incorrectly reject a legal
CP DMA packet from user space.  I would like to have the patch
backported to stable so that we don't have to require Mesa users to use a
bleeding edge kernel in order to take advantage of this feature which
is already present in the stable kernels (3.8 and newer).

v2:
  - Don't bump kms version, so this patch can be backported to stable
    kernels.

Cc: stable@vger.kernel.org
Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_kms.c
drivers/gpu/drm/radeon/si.c
include/uapi/drm/radeon_drm.h