Re: [PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment

2025-01-19 Thread Thomas Zimmermann
Hi Am 18.01.25 um 03:37 schrieb Marek Olšák: [...] 3) Implementing DRM_FORMAT_MOD_LINEAR as having 256B pitch and offset alignment. This is what we do today. Even if Intel and some AMD chips can do 64B or 128B alignment, they overalign to 256B. With so many AMD+NV laptops out there, NV is p

[PATCH] drm/amdgpu: Fix parameter compatibility issue in amdgpu_vkms_early_init

2025-01-19 Thread Perry Yuan
GCC raises a parameter compatibility error log for the amdgpu_vkms_early_init function because it previously accepted a generic `void *handle` parameter. This change updates the function signature to accept a specific `struct amdgpu_ip_block *` parameter instead. error log: /tmp/amd.fwXY79Rm/amd/a

Re: [V7 39/45] drm/colorop: Define LUT_1D interpolation

2025-01-19 Thread Simon Ser
Reviewed-by: Simon Ser

[PATCH] drm/amd/amdgpu: change the config of cgcg on gfx12

2025-01-19 Thread Kenneth Feng
change the config of cgcg on gfx12 Signed-off-by: Kenneth Feng --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c index 2a7199880041..16842fa8dae0 100644 --- a

RE: [RFC v2 00/15] Enhance device state machine to better support suspend/resume

2025-01-19 Thread Zhang, Hawking
[AMD Official Use Only - AMD Internal Distribution Only] Thanks for the patches. We currently have no plans to include RAS programming as part of the device suspend/resume sequence. Instead, we are focusing on a series of clean up patches and a new RAS software module that will eliminate all le

RE: [PATCH] drm/amd/pm: Use correct macros for smu caps

2025-01-19 Thread Wang, Yang(Kevin)
[AMD Official Use Only - AMD Internal Distribution Only] -Original Message- From: Lazar, Lijo Sent: Friday, January 17, 2025 23:14 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Kamal, Asad ; Wang, Yang(Kevin) Subject: [PATCH] drm/amd/pm: Use correct macros

[PATCH] drm/amd/pm: Update smu_v13_0_0 SRIOV VF flag in msg mapping table

2025-01-19 Thread Yifan Zha
[Why] Under SRIOV VF, driver send a VF unsupportted smu message causing a failure. [How] Update smu_v13_0_0 message mapping table based on PMFW. Signed-off-by: Yifan Zha --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --