]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.16.4/drm-amdgpu-add-an-atpx-quirk-for-hybrid-laptop.patch
Fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.16.4 / drm-amdgpu-add-an-atpx-quirk-for-hybrid-laptop.patch
CommitLineData
b0b15cd0
GKH
1From 13b40935cf64f59b93cf1c716a2033488e5a228c Mon Sep 17 00:00:00 2001
2From: Alex Deucher <alexander.deucher@amd.com>
3Date: Wed, 21 Mar 2018 21:05:46 -0500
4Subject: drm/amdgpu: Add an ATPX quirk for hybrid laptop
5
6From: Alex Deucher <alexander.deucher@amd.com>
7
8commit 13b40935cf64f59b93cf1c716a2033488e5a228c upstream.
9
10_PR3 doesn't seem to work properly, use ATPX instead.
11
12Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104064
13Reviewed-by: Huang Rui <ray.huang@amd.com>
14Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
15Cc: stable@vger.kernel.org
16Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18---
19 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 +
20 1 file changed, 1 insertion(+)
21
22--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
23+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
24@@ -569,6 +569,7 @@ static const struct amdgpu_px_quirk amdg
25 { 0x1002, 0x6900, 0x1002, 0x0124, AMDGPU_PX_QUIRK_FORCE_ATPX },
26 { 0x1002, 0x6900, 0x1028, 0x0812, AMDGPU_PX_QUIRK_FORCE_ATPX },
27 { 0x1002, 0x6900, 0x1028, 0x0813, AMDGPU_PX_QUIRK_FORCE_ATPX },
28+ { 0x1002, 0x67DF, 0x1028, 0x0774, AMDGPU_PX_QUIRK_FORCE_ATPX },
29 { 0, 0, 0, 0, 0 },
30 };
31