aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch')
-rw-r--r--common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch b/common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch
deleted file mode 100644
index 1ccaf626..00000000
--- a/common/recipes-kernel/linux/files/0323-drm-amdgpu-add-VCE-harvesting-instance-query.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From fa92754e9c47cf3e5607c0865f4cf59d090cda37 Mon Sep 17 00:00:00 2001
-From: Leo Liu <leo.liu@amd.com>
-Date: Mon, 13 Jul 2015 12:46:23 -0400
-Subject: [PATCH 0323/1050] drm/amdgpu: add VCE harvesting instance query
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Leo Liu <leo.liu@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-index 5533434..31ad444 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-@@ -459,6 +459,7 @@ static int amdgpu_info_ioctl(struct drm_device *dev, void *data, struct drm_file
- memcpy(&dev_info.cu_bitmap[0], &cu_info.bitmap[0], sizeof(cu_info.bitmap));
- dev_info.vram_type = adev->mc.vram_type;
- dev_info.vram_bit_width = adev->mc.vram_width;
-+ dev_info.vce_harvest_config = adev->vce.harvest_config;
-
- return copy_to_user(out, &dev_info,
- min((size_t)size, sizeof(dev_info))) ? -EFAULT : 0;
---
-1.9.1
-