Re: 2024 X.Org Foundation Membership deadline for voting in the election

2024-03-31 Thread Ricardo Garcia
This is a reminder that the membership renewal period ends in 2 days, and elections will start after that. Please register as an X.Org Foundation member to be able to vote in the upcoming elections. Thanks! -Ricardo Garcia, on behalf of the X.Org elections committee. On Tue, 2024-03-26 at 11:42

[PATCH] drm/amd/pm: centralize all pp_dpm_xxx attribute nodes update cb

2024-03-31 Thread Yang Wang
centralize all pp_dpm_xxx attr nodes into pp_dpm_clk_default_attr_update() function. Signed-off-by: Yang Wang --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 207 - 1 file changed, 115 insertions(+), 92 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers

RE: [PATCH] drm/amdgpu: Bypass asd if display hw is not available

2024-03-31 Thread Feng, Kenneth
[AMD Official Use Only - General] Reviewed-by: Kenneth Feng -Original Message- From: Hawking Zhang Sent: Sunday, March 31, 2024 1:02 PM To: amd-gfx@lists.freedesktop.org; Deucher, Alexander ; Feng, Kenneth Cc: Zhang, Hawking Subject: [PATCH] drm/amdgpu: Bypass asd if display hw is n

RE: [PATCH] drm/amd/pm: centralize all pp_dpm_xxx attribute nodes update cb

2024-03-31 Thread Feng, Kenneth
[AMD Official Use Only - General] Reviewed-by: Kenneth Feng -Original Message- From: Wang, Yang(Kevin) Sent: Monday, April 1, 2024 8:39 AM To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth ; Lazar, Lijo ; Wang, Yang(Kevin) Subject: [PATCH] drm/amd/pm: centralize all pp_dpm_xxx attr

[PATCH V2] drm/ttm: remove unused paramter

2024-03-31 Thread jesse.zhang
From: Jesse Zhang remove the unsed the paramter in the function ttm_bo_bounce_temp_buffer and ttm_bo_add_move_fence. V2:rebase the patch on top of drm-misc-next (Christian) Signed-off-by: Jesse Zhang Reviewed-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 8 +++- 1 file changed,

[PATCH] drm/amd/pm: update XGMI RAS UC criteria for sum v13.0.6

2024-03-31 Thread Tao Zhou
Check UC bit instead of ext error code. Signed-off-by: Tao Zhou --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6

[PATCH] drm/amd/pm: update XGMI RAS UE criteria for sum v13.0.6

2024-03-31 Thread Tao Zhou
Add more possible ext error code. v2: still use ext error code instead of UC bit. Signed-off-by: Tao Zhou --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c b/driver