Re: [PATCH 1/3] drm/amd/pm: Add APIs for device access checks

2025-02-04 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu On 2/4/2025 2:38 PM, Lijo Lazar wrote: Wrap the checks before device access in helper functions and use them for device access. The generic order of APIs now is to do input argument validation first and check if device access is allowed. Signed-off-by: Lijo Laz

Re: [PATCH] drm/amdgpu: update and cleanup PM4 headers

2025-01-23 Thread Xu, Feifei
Reviewed-by: Feifei Xu On 1/21/2025 3:40 AM, Alex Deucher wrote: Consolidate PM4 definitions. Most of these were previously only defined in UMDs. Add them here as well and sync with latest packets. Also no need to include soc15d.h on gfx10+. Suggested-by: Saurabh Verma Signed-off-by: Alex D

Re: [PATCH] drm/amdgpu: Increase MES log buffer to dump mes scratch data

2024-10-11 Thread Xu, Feifei
Acked-by: Feifei Xu On 10/11/2024 12:10 AM, shaoyunl wrote: MES internal scratch data is useful for mes debug, it can only located in VRAM, change the allocation type and increase size for mes 11 Signed-off-by: shaoyunl --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 2 +- drivers/gpu/drm/am

Re: [PATCH v2 0/7] Add support for dynamic NPS switch

2024-09-27 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu On 9/27/2024 12:52 PM, Lijo Lazar wrote: This series adds supports for dynamic NPS switch on GC v9.4.3/9.4.4 SOC variants. In order to do dynamic NPS switch a sysfs interface is provided to request a new NPS mode. If the device is part of a hive, all hive devic

Re: [PATCH 6/7] drm/amdgpu: Check gmc requirement for reset on init

2024-09-26 Thread Xu, Feifei
amp; + (adev->gmc.reset_flags & AMDGPU_GMC_INIT_RESET_NPS); refresh = (adev->gmc.reset_flags & AMDGPU_GMC_INIT_RESET_NPS); Thanks Feifei On 9/26/2024 5:01 PM, Xu, Feifei wrote: + refresh = (adev->init_lvl->level != AMDGPU_INIT_LEVEL_MINIMAL_XGMI) && + (adev

RE: [PATCH 2/7] drm/amdgpu: Add PSP interface for NPS switch

2024-09-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Tuesday, September 24, 2024 1:57 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian ; Bhardwaj,

RE: [PATCH 3/7] drm/amdgpu: Add gmc interface to request NPS mode

2024-09-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Tuesday, September 24, 2024 1:57 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian ; Bhardwaj,

RE: [PATCH 7/7] drm/amdgpu: Add NPS switch support for GC 9.4.3

2024-09-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Tuesday, September 24, 2024 1:57 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian ; Bhardwaj,

RE: [PATCH 5/7] drm/amdgpu: Place NPS mode request on unload

2024-09-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Tuesday, September 24, 2024 1:57 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian ; Bhardwaj,

RE: [PATCH 6/7] drm/amdgpu: Check gmc requirement for reset on init

2024-09-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] >>+ refresh = (adev->init_lvl->level != AMDGPU_INIT_LEVEL_MINIMAL_XGMI) && >>+ (adev->gmc.reset_flags & AMDGPU_GMC_INIT_RESET_NPS); Is there a corner case that reloading with a different version tos and refreshing nps cha

RE: [PATCH 00/10] Support XGMI reset on init

2024-09-05 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Patch3~10: Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Monday, September 2, 2024 3:34 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian Su

RE: [PATCH 01/10] drm/amdgpu: Add init levels

2024-09-04 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Comments inline. Thanks, Feifei -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Monday, September 2, 2024 3:34 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian Subje

RE: [PATCH 02/10] drm/amdgpu: Use init level for pending_reset flag

2024-09-03 Thread Xu, Feifei
comments of the MINIMAL like above explanation(minimal ip blocks required in xgmi-reset-on-init scenario) in [PATCH 01/10] drm/amdgpu: Add init levels , could be more readable. Thanks, Feifei -Original Message- From: Lazar, Lijo Sent: Wednesday, September 4, 2024 11:24

RE: [PATCH 02/10] drm/amdgpu: Use init level for pending_reset flag

2024-09-03 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Comment inline. Thanks, Feifei -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Monday, September 2, 2024 3:34 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Koenig, Christian Subjec

RE: [PATCH] drm/amd/amdgpu: move drain_workqueue before shutdown is set

2024-08-25 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Victor Zhao Sent: Monday, August 26, 2024 11:52 AM To: amd-gfx@lists.freedesktop.org Cc: Zhao, Victor Subject: [PATCH] drm/amd/amdgpu: move drain_workqueue befo

RE: [PATCH] drm/amdgpu: Fix pci state save during mode-1 reset

2024-06-18 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Zhang, Hawking Sent: Tuesday, June 18, 2024 7:34 PM To: Lazar, Lijo ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Kamal, Asad ; Xu, Feifei Subject: RE: [PATCH] drm

RE: [PATCH] drm/amdgpu: Don't show false warning for reg list

2024-06-03 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lijo Lazar Sent: Monday, June 3, 2024 2:58 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Li, Candice Subject: [PATCH] drm/amdg

RE: [PATCH] Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"

2024-05-26 Thread Xu, Feifei
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Alex Deucher Sent: Friday, May 24, 2024 2:44 AM To: Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org; Xu, Feifei Subject: Re: [PATCH] Revert "drm/amdkfd

RE: [PATCH] Documentation: add a page on amdgpu debugging

2024-03-26 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Saturday, March 16, 2024 12:45 AM To: Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] Documentation: add a page on amdgpu debugging On Fr

RE: [PATCH 2/2] drm/amdgpu/umsch: reinitialize write pointer in hw init

2024-03-25 Thread Xu, Feifei
[AMD Official Use Only - General] Series is Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Lang Yu Sent: Monday, March 25, 2024 1:37 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian ; Gopalakrishnan, Veerabadhran (Veera) ; Yu, Lang

RE: [PATCH] drm/amdgpu: update documentation on new chips

2024-01-25 Thread Xu, Feifei
[AMD Official Use Only - General] Acked-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Friday, January 19, 2024 3:51 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: update documentation on new chips These have be

RE: [PATCH 2/2] drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs

2024-01-22 Thread Xu, Feifei
[AMD Official Use Only - General] Series is Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Tuesday, January 23, 2024 3:47 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; sta...@vger.kernel.org Subject: [PATCH 2/2] drm/amdgpu/gfx11:

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-11 Thread Xu, Feifei
: amdgpu: WALKER_ERROR: 0x0 [ 72.743173] amdgpu :03:00.0: amdgpu: PERMISSION_FAULTS: 0x2 [ 72.743181] amdgpu :03:00.0: amdgpu: MAPPING_ERROR: 0x1 [ 72.743189] amdgpu :03:00.0: amdgpu: RW: 0x0 Thanks, Feifei -Original Message- From: Xu, Feifei Sent: Tuesday

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
: Xu, Feifei ; Zhang, Hawking ; Wang, Yang(Kevin) ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb Hi Feifei, yeah, that is correct behavior. The GMC callback should *not* get called during resume in a reset, because the reset needs to take

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
t;flush_gpu_tlb(adev, vmid, vmhub, flush_type); up_read(&adev->reset_domain->sem); //unlock return; } Thanks, Feifei -Original Message- From: Xu, Feifei Sent: Tuesday, October 10, 2023 5:44 PM To: Chr

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
t; First of all the patch is broken because you only handle the locking, but >> not the unlocking part. For the unlocking part, realized that you and Kevin are correct. Lock/unlock not paried. Thanks, Feifei -Original Message- From: Christian König Sent: Monday, October 9, 2023 4

Recall: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
Xu, Feifei would like to recall the message, "[PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb".

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
se lock/unlock not paried. Thanks, Feifei -Original Message- From: Christian König Sent: Monday, October 9, 2023 4:52 PM To: Xu, Feifei ; Wang, Yang(Kevin) ; amd-gfx@lists.freedesktop.org Cc: Koenig, Christian ; Zhang, Hawking Subject: Re: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tl

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-10 Thread Xu, Feifei
amdgpu_gmc_flush_gpu_tlb() : if (!down_read_trylock(&adev->reset_domain->sem) && //--> true in gfx11 +!adev->gfx.is_poweron) //--> (!adev->gfx.is_poweron) = false in gfx11, and the whole if statement will be false, not return ahead. Thanks, Feifei -----Original Message-

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-09 Thread Xu, Feifei
- From: Zhang, Hawking Sent: Monday, October 9, 2023 4:58 PM To: Xu, Feifei ; Wang, Yang(Kevin) ; amd-gfx@lists.freedesktop.org Cc: Koenig, Christian Subject: RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb [AMD Official Use Only - General] adev->gfx.is_poweron che

RE: [PATCH] drm/amdgpu:Check gfx poweron when skip flush_gpu_tlb

2023-10-08 Thread Xu, Feifei
after merging code into one line may result in the lock not being >> released if the lock can be acquired success. If !adev->gfx.is_poweron is true, the reset_domin->sem will not be down_read_trylock, thus could avoid this deadlock. Thanks, Feifei -Original Message----- From: Wang,

RE: [PATCH v2 4/4] drm/amd: Enable seamless boot by default on newer ASICs

2023-09-25 Thread Xu, Feifei
[AMD Official Use Only - General] Hi Mario, Navi32 which DCE3.2.0 not support this. This patch will cause modprobe fail on NV32. [ +0.000126] [drm] DSC precompute is not needed. [ +19.026503] amdgpu :03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x002D S

RE: [PATCH] drm/amd/pm: add unique_id for gc 11.0.3

2023-08-10 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Kenneth Feng Sent: Friday, August 11, 2023 12:28 PM To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth Subject: [PATCH] drm/amd/pm: add unique_id for gc 11.0.3 drm/amd/pm: add uniqu

RE: [PATCH] drm/amd/pm: workaround for compute workload type on some skus

2023-06-08 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Kenneth Feng Sent: Friday, June 9, 2023 10:56 AM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan ; Feng, Kenneth Subject: [PATCH] drm/amd/pm: workaround for compute workload type on

RE: [PATCH] drm/amdgpu/mmsch: Correct the definition for mmsch init header

2023-06-06 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Emily Deng Sent: Tuesday, June 6, 2023 2:52 PM To: amd-gfx@lists.freedesktop.org Cc: Deng, Emily Subject: [PATCH] drm/amdgpu/mmsch: Correct the definition for mmsch init header For t

RE: [PATCH] drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram

2023-05-30 Thread Xu, Feifei
[AMD Official Use Only - General] Acked-by: Feifei Xu -Original Message- From: Horatio Zhang Sent: Tuesday, May 30, 2023 2:53 AM To: amd-gfx@lists.freedesktop.org Cc: Xu, Feifei ; Yao, Longlong ; Zhang, Horatio ; Pan, Xinhui Subject: [PATCH] drm/amdgpu: fix Null pointer dereference

RE: [PATCH 1/2] drm/amdgpu: fix vga_set_state NULL pointer issue

2023-05-21 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Gao, Likun Sent: Friday, May 19, 2023 7:17 PM To: amd-gfx list Cc: Zhang, Hawking Subject: FW: [PATCH 1/2] drm/amdgpu: fix vga_set_state NULL pointer issue [AMD Official Use Only

RE: [PATCH v3] drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs

2023-04-26 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: Horatio Zhang Sent: Wednesday, April 26, 2023 4:41 PM To: Zhang, Hawking ; Koenig, Christian ; Chen, Guchun ; amd-gfx@lists.freedesktop.org Cc: Xu, Feifei ; Yao, Longlong ; Zhang, Horatio ; Zhang

RE: [PATCH 2/2] drm/amdgpu: Use the default reset when loading amdgpu driver

2023-04-24 Thread Xu, Feifei
. Here's an example, modprobe amdgpu modprobe -r amdgpu modprobe amdgpu reset_method=3 //The real reset method should be mode1 reset, since it is initialization. Regards, Lyndon > -Original Message- > From: Xu, Feifei > Sent: Monday, April 24, 2023 2:00 PM > To: Li,

RE: [PATCH 1/2] drm/amdgpu: Fix mode2 reset for sienna cichlid

2023-04-23 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: lyndonli Sent: Monday, April 24, 2023 9:58 AM To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun ; Zhao, Victor ; Feng, Kenneth ; Xu, Feifei ; Li, Yunxiang (Teddy) ; Li, Lyndon Subject: [PATCH 1/2

RE: [PATCH 2/2] drm/amdgpu: Use the default reset when loading amdgpu driver

2023-04-23 Thread Xu, Feifei
corrected. And adding comment before the code " r = amdgpu_asic_reset(adev);" Reviewed-by: Feifei Xu -Original Message- From: lyndonli Sent: Monday, April 24, 2023 9:58 AM To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun ; Zhao, Victor ; Feng, Kenneth ; Xu, Feifei ; Li, Yunxi

RE: [PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-21 Thread Xu, Feifei
(Vulkan stress test), if we shorten the 120s to a reasonable range like 100s, it can also fix the software hang. -Original Message- From: Alex Deucher Sent: Thursday, April 20, 2023 8:57 PM To: Xu, Feifei Cc: amd-gfx@lists.freedesktop.org; Zhang, Hawking Subject: Re: [PATCH] drm

RE: [PATCH] drm/amdgpu: Fix sdma v4 sw fini error

2023-04-06 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: lyndonli Sent: Thursday, April 6, 2023 4:12 PM To: amd-gfx@lists.freedesktop.org Cc: Xu, Feifei ; Gao, Likun ; Zhang, Hawking ; Li, Lyndon Subject: [PATCH] drm/amdgpu: Fix sdma v4 sw fini error Fix

RE: [PATCH 2/2] drm/amd/pm: no pptable resetup on runpm exiting

2023-02-21 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Tuesday, February 21, 2023 3:51 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH 2/2] drm/amd/pm: no pptable resetup on runpm exiting It is assumed

RE: [PATCH] drm/amd/amdgpu: fix warining during suspend

2023-02-13 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Jack Xiao Sent: Monday, February 13, 2023 6:52 PM To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack ; jfale...@redhat.com Subject: [PATCH] drm/amd/amdgpu: fix warining during suspend Freeing memory was warned during

RE: [PATCH] drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping

2023-02-06 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Friday, February 3, 2023 5:39 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH] drm/amd/pm: add SMU 13.0.7 missing GetPptLim

RE: [PATCH] drm/amdgpu: enable HDP SD for gfx 11.0.3

2023-01-28 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Saturday, January 28, 2023 4:06 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH] drm/amdgpu: enable HDP SD for gfx 11.0.3

RE: [PATCH] drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0

2023-01-19 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Friday, January 20, 2023 11:28 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH] drm/amd/pm: add missing AllowIHInterrupt

RE: [PATCH] drm/amdgpu: skip vram reserve on firmware_v2_2 for bare-metal

2022-11-23 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: Gao, Likun Sent: Wednesday, November 23, 2022 6:01 PM To: amd-gfx list Cc: Zhang, Hawking ; Xu, Feifei Subject: [PATCH] drm/amdgpu: skip vram reserve on firmware_v2_2 for bare-metal [AMD Official

RE: [PATCH 0/4] support query rlcv/rlcp firmware version

2022-09-15 Thread Xu, Feifei
[AMD Official Use Only - General] Series is Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Hawking Zhang Sent: Friday, September 16, 2022 1:00 AM To: amd-gfx@lists.freedesktop.org; Gao, Likun ; Deucher, Alexander Cc: Zhang, Hawking Subject: [PATCH 0/4] support

RE: [PATCH] drm/amd/pm: update SMU 13.0.0 driver_if header

2022-08-24 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Tuesday, August 23, 2022 9:23 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan ; Zhang, Hawking Subject: [PATCH] drm/amd/pm: update SMU 13

RE: [PATCH] drm/amd/pm: skip pptable override for smu_v13_0_7

2022-08-09 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Kenneth Feng Sent: Tuesday, August 9, 2022 3:22 PM To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth Subject: [PATCH] drm/amd/pm: skip pptable override for smu_v13_0_7 skip ppt

RE: [PATCH] drm/amd/pm: add 3715 softpptable support for SMU13.0.0

2022-08-08 Thread Xu, Feifei
[AMD Official Use Only - General] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Tuesday, August 9, 2022 9:31 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan ; Zhang, Hawking Subject: [PATCH] drm/amd/pm: add 3715 softp

RE: [PATCH] drm/amdgpu: Set ttm caching flags during bo allocation

2021-06-29 Thread Xu, Feifei
[AMD Official Use Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Oak Zeng Sent: Tuesday, June 29, 2021 7:16 AM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Zhu, James ; Koenig, Christian ; Zeng, Oak Subject: [PATCH] drm/amdgpu: Set ttm caching fl

RE: [PATCH] drm/amd/pm: fix return value in aldebaran_set_mp1_state()

2021-05-20 Thread Xu, Feifei
and others are the same in both driver and PMFW - which should skip and return 0. So I am ok with the simplify code logic. Will take your suggestion which return 0 for default. Thanks. Thanks, Feifei -Original Message- From: Lazar, Lijo Sent: Thursday, May 20, 2021 7:19 PM To: Xu

RE: [PATCH Review 1/1] drm/amdgpu: force enable gfx ras for vega20 ws

2021-04-30 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Maybe the title can be more specific like: drm/amdgpu: force enable gfx ras in hw_support for vega20 ws With above modified. Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Stanley.Yang Sent: Friday, April 30, 2

RE: [PATCH 1/2] drm/amdgpu: Correct sdma 4.x irq.num_types

2021-04-25 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Please ignore this one. I made mistake on the instance 8. Will re-send the patch. Thanks, Feifei -Original Message- From: Feifei Xu Sent: Sunday, April 25, 2021 3:31 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu

RE: [PATCH] drm/amdgpu: correct sdma 4.x irq.num_types.

2021-04-25 Thread Xu, Feifei
Thanks. Will send V2 with the change. Thanks, Feifei -Original Message- From: Zhang, Hawking Sent: Sunday, April 25, 2021 3:13 PM To: Xu, Feifei ; amd-gfx@lists.freedesktop.org Cc: Xu, Feifei Subject: RE: [PATCH] drm/amdgpu: correct sdma 4.x irq.num_types. [AMD Public Use] Please

RE: [PATCH Review 1/1] drm/amdgpu: optimize gfx ras features flag clean

2021-04-20 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Stanley.Yang Sent: Monday, April 19, 2021 5:44 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Clements, John ; Li, Dennis ; Xu, Feifei ; Yang, Stanley Subject: [PATCH

RE: [PATCH] drm/amd/pm: Fix DPM level count on aldebaran

2021-03-25 Thread Xu, Feifei
Reviewed-by: Feifei Xu From: Lazar, Lijo Sent: Friday, March 26, 2021 2:04 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Feng, Kenneth ; Wang, Kevin(Yang) Subject: [PATCH] drm/amd/pm: Fix DPM level count on aldebaran [AMD Public Use] Firmware returns zero-based

RE: [PATCH] drm/amd/pm: Update aldebaran pmfw interface

2021-03-23 Thread Xu, Feifei
Reviewed-by: Feifei Xu From: Lazar, Lijo Sent: Tuesday, March 23, 2021 9:07 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Feng, Kenneth ; Wang, Kevin(Yang) Subject: [PATCH] drm/amd/pm: Update aldebaran pmfw interface [AMD Public Use] Update aldebaran PMFW

RE: [PATCH] drm/amdgpu: Use DRM_INFO if VFCT table not valid

2021-03-15 Thread Xu, Feifei
OK. Will add in V2 Thanks, Feifei -Original Message- From: Zhang, Hawking Sent: Monday, March 15, 2021 3:28 PM To: Xu, Feifei ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Lazar, Lijo Subject: RE: [PATCH] drm/amdgpu: Use DRM_INFO if VFCT table not valid [AMD Public Use

RE: [PATCH] drm/amdgpu: Use DRM_INFO if VFCT table not valid

2021-03-15 Thread Xu, Feifei
ginal Message- From: Feifei Xu Sent: Monday, March 15, 2021 2:46 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Lazar, Lijo ; Zhang, Hawking ; Xu, Feifei Subject: [PATCH] drm/amdgpu: Use DRM_INFO if VFCT table not valid Some ASICs has no GOP driver to copy vbios image to VFCT

RE: [PATCH 2/2] drm/amdgpu: skip query VFCT table for headless ASICs

2021-03-09 Thread Xu, Feifei
s and nv_is_headless(). Thanks, Feifei -Original Message- From: Alex Deucher Sent: Wednesday, March 10, 2021 12:50 PM To: Xu, Feifei Cc: amd-gfx list ; Zhang, Hawking Subject: Re: [PATCH 2/2] drm/amdgpu: skip query VFCT table for headless ASICs On Tue, Mar 9, 2021 at 11:38 PM Feif

RE: [PATCH] drm/amdgpu: skip read eeprom for device that pending on XGMI reset

2021-03-09 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of shaoyunl Sent: 2021年3月10日 上午 9:27 To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun Subject: [PATCH] drm/amdgpu: skip read eeprom for device that pending on XGMI

RE: [PATCH] drm/amdgpu: remove ECO_BITS programing on gmc9

2021-03-08 Thread Xu, Feifei
[AMD Public Use] Thanks Anna. Result is good on SRIOV guest driver as well. Will push with Reviewed-by: Hawking Zhang Tested-by Anna Jin < anna@amd.com> Thanks, Feifei -Original Message- From: Zhang, Hawking Sent: 2021年3月5日 下午 8:51 To: Xu, Feifei ; amd-gfx@lists.freedeskt

RE: [PATCH] drm/amd/pm: correct the watermark settings for Polaris

2021-03-04 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Friday, March 5, 2021 2:25 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Georgios Toptsidis ; Quan, Evan ; Chen, Guchun Subject: [

RE: [PATCH] drm/amd/pm: remove duplicate XGMI feature mask

2021-03-04 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Series is Acked-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Kevin Wang Sent: Thursday, March 4, 2021 3:35 PM To: amd-gfx@lists.freedesktop.org Cc: Wang, Kevin(Yang) Subject: [PATCH] drm/amd/pm: remove duplicate XGMI f

RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-04 Thread Xu, Feifei
Yes, seems un-necessary in current implementation. Thanks, Feifei -Original Message- From: Lazar, Lijo Sent: Thursday, March 4, 2021 3:38 PM To: Chen, Guchun ; Alex Deucher ; Xu, Feifei Cc: amd-gfx list ; Zhang, Hawking Subject: RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

RE: [PATCH] drm/amdgpu: add sdma 4_x interrupts printing

2021-03-03 Thread Xu, Feifei
: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei Subject: [PATCH] drm/amdgpu: add sdma 4_x interrupts printing Add VM_HOLE/DOORBELL_INVALID_BE/POLL_TIMEOUT/SRBMWRITE interrupt info printing. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | 5 + drivers/gpu/drm/a

RE: [PATCH] drm/amdgpu: add sdma 4_x interrupts printing

2021-03-03 Thread Xu, Feifei
Thanks. Will modify like this: if (instance < 0 || instance > adev->sdma.num_instances) { Thanks, Feifei -Original Message- From: Zhang, Hawking Sent: Thursday, March 4, 2021 2:54 PM To: Xu, Feifei ; amd-gfx@lists.freedesktop.org Cc: Xu, Feifei Subject: RE: [PATCH] drm/am

RE: [PATCH] drm/amdgpu: simplify the sdma 4_x MGCG/MGLS logic.

2021-03-03 Thread Xu, Feifei
Thanks. Will modify to remove the check since all SDMA 4_x share the same setting logic. Thanks, Feifei -Original Message- From: Lazar, Lijo Sent: Thursday, March 4, 2021 1:37 PM To: Alex Deucher ; Xu, Feifei Cc: amd-gfx list Subject: RE: [PATCH] drm/amdgpu: simplify the sdma 4_x

RE: [PATCH] drm/amdgpu: simplify the sdma 4_x MGCG/MGLS logic.

2021-03-03 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] OK. Thanks for pointing it out. I will modify to remove the check. Thanks, Feifei -Original Message- From: Alex Deucher Sent: Thursday, March 4, 2021 1:20 PM To: Xu, Feifei Cc: amd-gfx list Subject: Re: [PATCH] drm/amdgpu: simplify

RE: [PATCH] drm/amdgpu: simplify the sdma 4_x MGCG/MGLS logic.

2021-03-03 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Modified the coding style error. And resend. Thanks. Thanks, Feifei -Original Message- From: Feifei Xu Sent: Thursday, March 4, 2021 12:54 PM To: amd-gfx@lists.freedesktop.org; alexdeuc...@gmail.com Cc: Deucher, Alexander ; Xu

RE: [PATCH] drm/amdgpu: simplify the sdma 4_x MGCG/MGLS logic.

2021-03-03 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Thanks. The VegaM still need to be rule out. Thanks, Feifei -Original Message- From: Alex Deucher Sent: Thursday, March 4, 2021 12:12 PM To: Xu, Feifei Cc: amd-gfx list Subject: Re: [PATCH] drm/amdgpu: simplify the sdma 4_x MGCG

RE: [PATCH 3/3] drm/amdgpu: de-initialize software ih ring

2020-12-20 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Series is Reviewed-by: Feifei Xu -Original Message- From: Zhang, Hawking Sent: 2020年12月21日 下午 1:43 To: amd-gfx@lists.freedesktop.org; Xu, Feifei ; Koenig, Christian Cc: Zhang, Hawking Subject: [PATCH 3/3] drm/amdgpu: de

RE: [PATCH] drm/amdgpu: only register VGA devices with the VGA arbiter

2020-11-20 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Friday, November 20, 2020 10:55 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: only register VGA device

RE: [PATCH] drm/amd/display: fix return value check for hdcp_work

2020-09-23 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Flora Cui Sent: Wednesday, September 23, 2020 2:54 PM To: amd-gfx@lists.freedesktop.org Cc: Cui, Flora Subject: [PATCH] drm/amd/display: fix return value check for

RE: [PATCH] drm/amd/display: Fix a list corruption

2020-09-01 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Acked-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Pan, Xinhui Sent: Tuesday, September 1, 2020 3:58 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amd/display: Fix a list corruption

RE: [PATCH] drm/amd/pm: drop redundant MEM_TYPE_* macros

2020-08-14 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Friday, August 14, 2020 4:44 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH] drm/amd/pm: drop redundant M

RE: [PATCH] drm/amdgpu: temporarily read bounding box from gpu_info fw for navi12

2020-06-02 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: Wednesday, June 3, 2020 10:08 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Xu, Feifei ; Yuan, Xiaojie ; Li, Pauline ; Yin, Tianci (Rico) Subject

RE: [PATCH] drm/amdgpu/vcn: add shared menory restore after wake up from sleep.

2020-04-03 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of James Zhu Sent: 2020年4月3日 20:52 To: amd-gfx@lists.freedesktop.org Cc: Li, Pauline ; Zhu, James Subject: [PATCH] drm/amdgpu/vcn: add shared menory restore after wa

RE: [PATCH] drm/amdgpu: add SPM golden settings for Navi10

2020-04-03 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: 2020年4月3日 13:30 To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Hesik, Christopher ; Zhang, Hawking ; Xu, Feifei ; Yin, Tianci (Rico) Subject: [PATCH

RE: [PATCH] drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset

2020-03-25 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: 2020年3月25日 16:12 To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH] drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset This

RE: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching

2020-03-05 Thread Xu, Feifei
[AMD Public Use] Patch3: Acked-by: Feifei Xu Regards, Feifei From: amd-gfx On Behalf Of Xu, Feifei Sent: 2020年3月6日 9:54 To: Deucher, Alexander ; Alex Deucher ; amd-gfx list Cc: Tawfik, Aly Subject: RE: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching [AMD Public Use] Patch1

RE: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching

2020-03-05 Thread Xu, Feifei
[AMD Public Use] Patch1, Patch2 are : Reviewed-by: Feifei Xu From: Deucher, Alexander Sent: 2020年3月6日 0:00 To: Xu, Feifei ; Alex Deucher ; amd-gfx list Cc: Tawfik, Aly Subject: Re: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching [AMD Public Use] Is this for the series, or

RE: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching

2020-03-04 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: 2020年3月5日 13:23 To: amd-gfx list Cc: Deucher, Alexander ; Tawfik, Aly Subject: Re: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetchi

RE: [PATCH] drm/amdgpu: disable 3D pipe 1 on Navi1x

2020-03-02 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: 2020年3月2日 9:57 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Gao, Likun ; Yuan, Xiaojie ; Long, Gang ; Li, Pauline ; Yin, Tianci (Rico

RE: [PATCH] drm/amdgpu: add sysfs interface to set arbitrary sclk value for navi14

2020-02-14 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: Chengming Gui Sent: 2020年2月14日 19:33 To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan ; Feng, Kenneth ; Xu, Feifei ; Gui, Jack Subject: [PATCH] drm/amdgpu: add sysfs interface to

Re: [PATCH] drm/amd/display: fix dtm unloading

2020-02-10 Thread Xu, Feifei
Reviewed-by: Feifei Xu > On Feb 10, 2020, at 23:17, Bhawanpreet Lakha > wrote: > > there was a type in the terminate command. > > We should be calling psp_dtm_unload() instead of psp_hdcp_unload() > > Fixes: 143f2305 ("drm/amdgpu: psp DTM init" > Signed-off-by: Bhawanpreet Lakha > ---

Re: [PATCH] drm/amd/powerplay: fix navi10 system intermittent reboot issue

2020-01-30 Thread Xu, Feifei
Reviewed-by: Feifei Xu > On Jan 30, 2020, at 16:59, Evan Quan wrote: > > This workaround is needed only for Navi10 12 Gbps SKUs. > > Change-Id: I4bfcb8a8dbff785a159e6a1ed413d93063403ab3 > Signed-off-by: Evan Quan > --- > drivers/gpu/drm/amd/powerplay/amdgpu_smu.c| 18 +++ > .../gpu/

RE: [PATCH] drm/amdgpu: initialize bo_va_list when add gws to process

2020-01-21 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Pan, Xinhui Sent: 2020年1月22日 11:10 To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zeng, Oak Subject: [PATCH] drm/amdgpu: initialize bo_va_list when ad

RE: [PATCH] drm/amdgpu: add the lost mutex_init back

2020-01-15 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Pan, Xinhui Sent: Thursday, January 16, 2020 2:10 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: add the lost mutex_init back Initialize notifier_lock. Signed-off-by: xinh

RE: [PATCH] drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 training enabled(V5)

2020-01-14 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: Monday, January 13, 2020 10:06 AM To: amd-gfx@lists.freedesktop.org Cc: Tuikov, Luben ; Koenig, Christian ; Deucher, Alexander ; Zhang, Hawking ; Xu, Feifei ; Yuan, Xiaojie ; Long, Gang ; Wang, Kevin(Yang) ; Yin

RE: [PATCH] drm/amd/powerplay: avoid deadlock on Vega20 swSMU routine

2019-12-30 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Evan Quan Sent: Monday, December 30, 2019 6:40 PM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH] drm/amd/powerplay: avoid deadlock on Vega20 swSMU routine The lock required was already hold by its

RE: [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14

2019-12-11 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: Wednesday, December 11, 2019 8:00 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Yuan, Xiaojie ; Long, Gang ; Li, Pauline ; Yin, Tianci (Rico) Subject: [PATCH 2/2] drm/amdgpu/gfx10

RE: [PATCH] drm/amdgpu/gfx10: update gfx golden settings for navi12

2019-12-10 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: Wednesday, December 11, 2019 2:09 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Yuan, Xiaojie ; Long, Gang ; Li, Pauline ; Yin, Tianci (Rico) Subject: [PATCH] drm/amdgpu/gfx10: update gfx

RE: [PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings

2019-12-10 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu -Original Message- From: Tianci Yin Sent: Wednesday, December 11, 2019 11:22 AM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei ; Yuan, Xiaojie ; Long, Gang ; Li, Pauline ; Yin, Tianci (Rico) Subject: [PATCH 1/2] drm/amdgpu/gfx10

RE: [PATCH] drm/amd/powerplay: fix deadlock on setting power_dpm_force_performance_level

2019-11-05 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Quan, Evan Sent: Wednesday, November 6, 2019 2:57 PM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH] drm/amd/powerplay: fix deadlock on setting power_dpm_force_performance_level smu_enable_umd_pst

RE: [PATCH 1/2] drm/amdgpu: fix possible pstate switch race condition

2019-11-05 Thread Xu, Feifei
Series is Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Quan, Evan Sent: 2019年11月5日 18:24 To: amd-gfx@lists.freedesktop.org Cc: Strawbridge, Michael ; Kim, Jonathan ; Quan, Evan Subject: [PATCH 1/2] drm/amdgpu: fix possible pstate switch race condition Added l

  1   2   >