RE: [PATCH] Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system"

2023-05-21 Thread Xiao, Shane
[AMD Official Use Only - General] > -Original Message- > From: Kuehling, Felix > Sent: Sunday, May 21, 2023 2:39 AM > To: Paneer Selvam, Arunpravin ; amd- > g...@lists.freedesktop.org > Cc: Deucher, Alexander ; Koenig, Christian > ; Xiao, Shane > Subject: Re: [PATCH] Revert "drm/amdgpu:

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 V2] drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7

2023-05-21 Thread Chen, Guchun
[Public] Reviewed-by: Guchun Chen Regards, Guchun > -Original Message- > From: Quan, Evan > Sent: Monday, May 22, 2023 9:53 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Chen, Guchun > ; Quan, Evan > Subject: [PATCH V2] drm/amd/pm: add missing NotifyPowerSource mes

[PATCH V2] drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7

2023-05-21 Thread Evan Quan
Otherwise, the power source switching will fail due to message unavailable. Fixes: 4dd9b5392c57 ("drm/amd/pm: fix possible power mode mismatch between driver and PMFW") Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 + 1 file changed, 1 insertion(+) diff

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

2023-05-21 Thread Quan, Evan
[Public] > -Original Message- > From: Chen, Guchun > Sent: Friday, May 19, 2023 8:04 PM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Quan, Evan > > Subject: RE: [PATCH] drm/amd/pm: add missing NotifyPowerSource message > mapping for SMU13.0.7 > > [Public] >

Re: [PATCH 1/2] amdgpu: validate drm_amdgpu_gem_va addrs for all ops

2023-05-21 Thread Chia-I Wu
On Thu, May 18, 2023 at 1:12 PM Alex Deucher wrote: > > On Wed, May 17, 2023 at 5:27 PM Chia-I Wu wrote: > > > > On Tue, May 9, 2023 at 11:33 AM Chia-I Wu wrote: > > > > > > Extend the address and size validations to AMDGPU_VA_OP_UNMAP and > > > AMDGPU_VA_OP_CLEAR by moving the validations to am