aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch
new file mode 100644
index 00000000..439e81a6
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2148-drm-amdgpu-add-gfx10-specific-new-member-pa_sc_tile_.patch
@@ -0,0 +1,28 @@
+From d005aee77891e315bea98d9f4f705ef30a791aab Mon Sep 17 00:00:00 2001
+From: Hawking Zhang <Hawking.Zhang@amd.com>
+Date: Tue, 12 Jun 2018 17:10:19 +0800
+Subject: [PATCH 2148/2940] drm/amdgpu: add gfx10 specific new member
+ pa_sc_tile_steering_override
+
+Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+index 9f55d428adb0..af0bb2b02abd 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+@@ -134,6 +134,7 @@ struct amdgpu_gfx_config {
+ /* gfx10 specific config */
+ uint32_t num_sc_per_sh;
+ uint32_t num_packer_per_sc;
++ uint32_t pa_sc_tile_steering_override;
+ };
+
+ struct amdgpu_cu_info {
+--
+2.17.1
+