Re: [PATCH V11 14/47] drm/vkms: Add enumerated 1D curve colorop

2025-09-19 Thread Alex Hung
On 9/19/25 06:49, Louis Chauvet wrote: Le 18/09/2025 à 02:45, Alex Hung a écrit : On 9/17/25 08:47, Nícolas F. R. A. Prado wrote: On Tue, 2025-09-16 at 19:54 -0600, Alex Hung wrote: On 9/5/25 11:12, Louis Chauvet wrote: Le 15/08/2025 à 05:50, Alex Hung a écrit : From: Harry Wentla

Re: [PATCH v3 2/2] drm/amd/display: change dc stream color settings only in atomic commit

2025-09-19 Thread Harry Wentland
On 2025-09-17 15:49, Melissa Wen wrote: > > > On 12/09/2025 15:50, Harry Wentland wrote: >> >> On 2025-09-11 13:21, Melissa Wen wrote: >>> Don't update DC stream color components during atomic check. The driver >>> will continue validating the new CRTC color state but will not change DC >>> st

Re: [PATCH v4 06/10] drm/amdgpu: validate userq va for GEM unmap

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 4:19 AM Prike Liang wrote: > > When a user unmaps a userq VA, the driver must ensure > the queue has no in-flight jobs. If there is pending work, > the kernel should wait for the attached eviction (bookkeeping) > fence to signal before deleting the mapping. > > Suggested-by

[PATCH 1/2] Revert "drm/framebuffer: Acquire internal references on GEM handles"

2025-09-19 Thread Melissa Wen
This reverts commit f6bfc9afc7510cb5e6fbe0a17c507917b0120280. since we are going to revert commit 5307dce878d4 ("drm/gem: Acquire references on GEM handles for framebuffers"), which it was fixing, this commit won't be needed anymore. Signed-off-by: Melissa Wen --- drivers/gpu/drm/drm_framebuffe

Re: [PATCH v4 04/10] drm/amdgpu: keeping waiting userq fence infinitely

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 4:11 AM Prike Liang wrote: > > Keeping waiting the userq fence infinitely until > hang detection, and then suspend the hang queue and > set the fence error. > > Signed-off-by: Prike Liang Patches 1-4 are: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/am

[pull] amdgpu, amdkfd drm-next-6.18

2025-09-19 Thread Alex Deucher
Hi Dave, Simona, Updates for 6.18. The following changes since commit 2fd653b9bb5aacec5d4c421ab290905898fe85a2: drm/amd/display: Drop dm_prepare_suspend() and dm_complete() (2025-09-05 17:38:42 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git

Re: [PATCH v4 05/10] drm/amdgpu: validate the queue va for resuming the queue

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 4:19 AM Prike Liang wrote: > > It requires validating the userq VA whether is mapped before > trying to resume the queue. > > Signed-off-by: Prike Liang > Reviewed-by: Christian König > Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 29 +++

Re: [PATCH] drm/amdgpu/userq: assign an error code for invalid userq va

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 2:54 AM Prike Liang wrote: > > It should return an error code if userq VA validation fails. > > Fixes: 9e46b8bb0539 ("drm/amdgpu: validate userq buffer virtual > address and size") > > Signed-off-by: Prike Liang Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amd

Re: [PATCH v4 08/10] drm/amdgpu/userq: implement support for query status

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 4:29 AM Prike Liang wrote: > > From: Alex Deucher > > Query the status of the user queue, currently whether > the queue is hung and whether or not VRAM is lost. > > v2: Misc cleanups > > Reviewed-by: Sunil Khatri > Signed-off-by: Alex Deucher > Reviewed-by: Prike Liang

Re: [PATCH] drm/amd/display: Reject YUV422 encoding over DP on DCE

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 4:14 AM Timur Kristóf wrote: > > Mark YUV422 unsupported over DP on DCE to work around a > regression caused by the recent YUV422 fallback patch. > > See https://gitlab.freedesktop.org/drm/amd/-/issues/4585 > > The recent YUV422 fallback breaks DisplayPort on DCE6-10 becaus

RE: [PATCH] drm/amdgpu: Update amdgpu_vcn5_fw_shared for vcn_5_0_1

2025-09-19 Thread Liu, Leo
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Leo Liu > -Original Message- > From: amd-gfx On Behalf Of > Sonny Jiang > Sent: September 18, 2025 1:13 PM > To: amd-gfx@lists.freedesktop.org > Cc: Jiang, Sonny > Subject: [PATCH] drm/amdgpu: Update amdgpu_vcn5_fw_s

[PATCH 0/2] drm: revert the remaining commits about dma_buf handling

2025-09-19 Thread Melissa Wen
Hi all, I just talked with Thomas that these two patches are preventing amdgpu driver to be unloaded: `modprobe: FATAL: Module amdgpu is in use.` and there is no process using the driver. We agreed that the best approach now is to completely revert the work done for improving DMA bug handling t

Re: [PATCH 1/2] drm/amdgpu: remove leftover from enforcing isolation by VMID

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 8:21 AM Christian König wrote: > > Initially we enforced isolation by reserving a VMID, but that practice > was now removed. > > Signed-off-by: Christian König Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 5 - > 1 file changed, 5 deletio

Re: [PATCH 2/2] drm/amdgpu: revert "rework reserved VMID handling"

2025-09-19 Thread Alex Deucher
On Fri, Sep 19, 2025 at 8:29 AM Christian König wrote: > > This reverts commit e44a0fe630c58b0a87d8281f5c1077a3479e5fce. > > Initially we used VMID reservation to enforce isolation between > processes. That has now been replaced by proper fence handling. > > Both OpenGL, RADV and ROCm developers r

Re: [PATCH] drm/amd/display: Reject YUV422 encoding over DP on DCE

2025-09-19 Thread timur . kristof
On Fri, 2025-09-19 at 11:09 -0400, Alex Deucher wrote: > On Fri, Sep 19, 2025 at 4:14 AM Timur Kristóf > wrote: > > > > Mark YUV422 unsupported over DP on DCE to work around a > > regression caused by the recent YUV422 fallback patch. > > > > See https://gitlab.freedesktop.org/drm/amd/-/issues/4

Re: [PATCH 06/10] drm/amd/ras: Add amdgpu ras system functions

2025-09-19 Thread Alex Deucher
On Thu, Sep 18, 2025 at 8:55 PM Chai, Thomas wrote: > > [AMD Official Use Only - AMD Internal Distribution Only] > > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Friday, September 19, 2025 4:05 AM > To: Chai, Thomas > Cc: amd-gfx@lists.freedesktop.org; Zhang, H

[RFC 1/2] drm/ttm: Allow drivers to specify maximum beneficial TTM pool size

2025-09-19 Thread Tvrtko Ursulin
GPUs typically benefit from contiguous memory via reduced TLB pressure and improved caching performance, where the maximum size of contiguous block which adds a performance benefit is related to hardware design. TTM pool allocator by default tries (hard) to allocate up to the system MAX_PAGE_ORDER

[RFC 2/2] drm/amdgpu: Configure max beneficial TTM pool allocation order

2025-09-19 Thread Tvrtko Ursulin
Let the TTM pool allocator know that we can afford for it to expend less effort for satisfying contiguous allocations larger than 2MiB. The latter is the maximum relevant PTE entry size and the driver and hardware are happy to get larger blocks only opportunistically. Signed-off-by: Tvrtko Ursulin

[RFC 0/2] ttm+amd: Reduce worst case latency when allocating large buffers

2025-09-19 Thread Tvrtko Ursulin
Following the discussion from: https://lore.kernel.org/dri-devel/7c6a3aa0-c1eb-4726-988a-460c4895f...@amd.com/T/#m32a0260769a0ffb2f114d00066ef3bfda91f9fd6 Idea being that we can afford with no performance benefit to try less hard when allocating contiguous backing store larger than the size whi

Re: [PATCH v3] drm/amdgpu: Enable MES lr_compute_wa by default

2025-09-19 Thread Alex Deucher
On Thu, Sep 18, 2025 at 9:04 PM Mario Limonciello (AMD) wrote: > > From: Mario Limonciello > > The MES set resources packet has an optional bit 'lr_compute_wa' > which can be used for preventing MES hangs on long compute jobs. > > Set this bit by default. > > Co-developed-by: Yifan Zhang > Signe

Re: [PATCH V11 14/47] drm/vkms: Add enumerated 1D curve colorop

2025-09-19 Thread Louis Chauvet
Le 18/09/2025 à 02:45, Alex Hung a écrit : On 9/17/25 08:47, Nícolas F. R. A. Prado wrote: On Tue, 2025-09-16 at 19:54 -0600, Alex Hung wrote: On 9/5/25 11:12, Louis Chauvet wrote: Le 15/08/2025 à 05:50, Alex Hung a écrit : From: Harry Wentland This patch introduces a VKMS color pi

Re: [PATCH V11 02/47] drm/vkms: Add kunit tests for VKMS LUT handling

2025-09-19 Thread Louis Chauvet
With this modification it builds: diff --git a/drivers/gpu/drm/vkms/vkms_composer.c b/drivers/gpu/drm/vkms/vkms_composer.c index a375f4a65acf..a0ca28a253d2 100644 --- a/drivers/gpu/drm/vkms/vkms_composer.c +++ b/drivers/gpu/drm/vkms/vkms_composer.c @@ -13,7 +13,6 @@ #include #include "vkm

[PATCH 2/2] drm/amdgpu: revert "rework reserved VMID handling"

2025-09-19 Thread Christian König
This reverts commit e44a0fe630c58b0a87d8281f5c1077a3479e5fce. Initially we used VMID reservation to enforce isolation between processes. That has now been replaced by proper fence handling. Both OpenGL, RADV and ROCm developers requested a way to reserve a VMID for SPM, so restore that approach b

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Christian König
On 19.09.25 12:42, Tvrtko Ursulin wrote: > > On 19/09/2025 11:17, Christian König wrote: >> On 19.09.25 10:46, Tvrtko Ursulin wrote: >>> >>> On 19/09/2025 09:01, Christian König wrote: On 19.09.25 09:43, Tvrtko Ursulin wrote: > On 19/09/2025 07:46, Christian König wrote: >> On 18.09.2

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Tvrtko Ursulin
On 19/09/2025 11:17, Christian König wrote: On 19.09.25 10:46, Tvrtko Ursulin wrote: On 19/09/2025 09:01, Christian König wrote: On 19.09.25 09:43, Tvrtko Ursulin wrote: On 19/09/2025 07:46, Christian König wrote: On 18.09.25 22:09, Thadeu Lima de Souza Cascardo wrote: On certain workload

[PATCH 14/20] drm/amd/display: Remove wm_optimized_required

2025-09-19 Thread IVAN.LIPSKI
From: Dillon Varone [WHY&HOW] This is a redundant field that is identically to optimized_required, so just replace it. Reviewed-by: Nicholas Kazlauskas Reviewed-by: Aurabindo Pillai Signed-off-by: Dillon Varone Signed-off-by: Ivan Lipski --- drivers/gpu/drm/amd/display/dc/core/dc.c

[PATCH 2/7] drm: writeback: Modify writeback init helpers

2025-09-19 Thread Suraj Kandpal
Now with drm_writeback_connector moved to drm_connector it makes more sense use drm_connector as an argument rather than drm_connector. The writeback connector can easily be derived from drm_connector. Signed-off-by: Suraj Kandpal --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c | 2 +- ...

Re: [PATCH 1/9] drm/amdgpu: add UAPI for user queue query status

2025-09-19 Thread Alex Deucher
On Wed, Sep 10, 2025 at 7:37 AM Prike Liang wrote: > > From: Alex Deucher > > Add an API to query queue status such as whether the > queue is hung or whether vram is lost. > We need mesa code before we can land this new interface. Alex > Reviewed-by: Christian König > Reviewed-by: Sunil Khatr

RE: [PATCH] drm/amd/pm: Avoid interface mismatch messaging

2025-09-19 Thread Lazar, Lijo
[Public] > Hiding this information seems unreasonable unless there is another strong > reason This interface version is not used anywhere. Driver ensures backward compatibility by PMFW version checks and shows the exact PMFW version in dmesg log. PMFW version is a more authentic way to identif

[PATCH 1/5] drm/amdgpu: Remove volatile from CSB functions

2025-09-19 Thread Rodrigo Siqueira
The CSB buffer manipulation occurs in memory where the BO is mapped during initialization, and some references to this buffer are handled with volatile, which is incorrect in this scenario. There are a few cases where the use of volatile is accepted, but none of them align with CSB operations. Ther

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Christian König
On 19.09.25 13:13, Thadeu Lima de Souza Cascardo wrote: >>> The alternative I can offer is to disable the fallback which in your case would trigger the OOM killer. > > Warning could be as simple as removing __GFP_NOWARN. But I don't think we > want either a warning or to trigger th

[PATCH v2 05/11] PCI: Add pci_rebar_size_supported() helper

2025-09-19 Thread Ilpo Järvinen
Many callers of pci_rebar_get_possible_sizes() are interested in finding out if a particular BAR Size (PCIe r6.2 sec. 7.8.6.3) is supported by the particular BAR. Add pci_rebar_size_supported() into PCI core to make it easy for the drivers to determine if the BAR Size is supported or not. Use the

Re: [PATCH 2/3] drm/amdgpu: Set SDMA v3 copy_max_bytes to 0x3fff00

2025-09-19 Thread Christian König
On 09.09.25 16:49, Timur Kristóf wrote: > SDMA v3-v5 can copy almost 4 MiB in a single copy operation. > Use the same value as PAL and Mesa for copy_max_bytes. > > For reference, see oss2DmaCmdBuffer.cpp in PAL: > "Due to HW limitation, the maximum count may not be 2^n-1, > can only be

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Christian König
On 19.09.25 10:46, Tvrtko Ursulin wrote: > > On 19/09/2025 09:01, Christian König wrote: >> On 19.09.25 09:43, Tvrtko Ursulin wrote: >>> On 19/09/2025 07:46, Christian König wrote: On 18.09.25 22:09, Thadeu Lima de Souza Cascardo wrote: > On certain workloads, like on ChromeOS when openin

[PATCH v7 10/12] drm/amd: Avoid evicting resources at S5

2025-09-19 Thread Mario Limonciello (AMD)
Normally resources are evicted on dGPUs at suspend or hibernate and on APUs at hibernate. These steps are unnecessary when using the S4 callbacks to put the system into S5. Cc: AceLan Kao Cc: Kai-Heng Feng Cc: Mark Pearson Cc: Denis Benato Cc: Merthan Karakaş Tested-by: Eric Naim Acked-by:

[PATCH 3/5] drm/amdgpu/sdma5.2: adjust SDMA limits

2025-09-19 Thread Alex Deucher
SDMA 5.2.x has increased transfer limits. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c index a8e39df29f343..da19d9384

Re: [v2 1/2] drm/amdgpu: Simplify user queue locking with global device mutex

2025-09-19 Thread Christian König
On 12.09.25 16:08, Alex Deucher wrote: > On Fri, Sep 12, 2025 at 10:06 AM Christian König > wrote: >> >> On 12.09.25 15:02, Alex Deucher wrote: >>> On Fri, Sep 12, 2025 at 7:17 AM Christian König >>> wrote: On 12.09.25 11:31, Jesse.Zhang wrote: > The current user queue implementatio

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Tvrtko Ursulin
On 19/09/2025 07:46, Christian König wrote: On 18.09.25 22:09, Thadeu Lima de Souza Cascardo wrote: On certain workloads, like on ChromeOS when opening multiple tabs and windows, and switching desktops, memory pressure can build up and latency is observed as high order allocations result in me

Re: [PATCH v4 02/10] drm/amdgpu: add userq object va track helpers

2025-09-19 Thread Christian König
On 19.09.25 10:11, Prike Liang wrote: > Add the userq object virtual address list_add(),mapped() > and list_del() helpers for tracking the userq obj va address > usage. > > Signed-off-by: Prike Liang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 + > drivers/gpu/drm/amd/amdgpu/amdgp

[PATCH] drm/amd/display: Reject YUV422 encoding over DP on DCE

2025-09-19 Thread Timur Kristóf
Mark YUV422 unsupported over DP on DCE to work around a regression caused by the recent YUV422 fallback patch. See https://gitlab.freedesktop.org/drm/amd/-/issues/4585 The recent YUV422 fallback breaks DisplayPort on DCE6-10 because it can select a high refresh rate mode with YUV422 and 6 BPC, wh

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Tvrtko Ursulin
On 19/09/2025 09:01, Christian König wrote: On 19.09.25 09:43, Tvrtko Ursulin wrote: On 19/09/2025 07:46, Christian König wrote: On 18.09.25 22:09, Thadeu Lima de Souza Cascardo wrote: On certain workloads, like on ChromeOS when opening multiple tabs and windows, and switching desktops, memo

[PATCH v2 2/3] drm/amdgpu/dma-buf: Add helpers to map/unmap BAR I/O with dma_map_resource()

2025-09-19 Thread Srinivasan Shanmugam
Add helpers to map/unmap a hardware MMIO register window (PCI BAR) as a 1-entry sg_table using dma_map_resource()/dma_unmap_resource(). This will be used by MMIO_REMAP. Cc: Christian König Cc: Alex Deucher Signed-off-by: Srinivasan Shanmugam --- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 51

[PATCH v4 05/10] drm/amdgpu: validate the queue va for resuming the queue

2025-09-19 Thread Prike Liang
It requires validating the userq VA whether is mapped before trying to resume the queue. Signed-off-by: Prike Liang Reviewed-by: Christian König Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 29 ++- 1 file changed, 28 insertions(+), 1 deletion(-)

[PATCH v4 03/10] drm/amdgpu: track the userq bo va for its obj management

2025-09-19 Thread Prike Liang
Track the userq obj for its life time, and reference and dereference the buffer flag at its creating and destroying period. Suggested-by: Alex Deucher Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 28 +++ 1 file changed, 28 insertions(+) diff --

Re: [PATCH v5 1/3] drm/buddy: Optimize free block management with RB tree

2025-09-19 Thread Arunpravin Paneer Selvam
Hi Matthew, I have added a new performance test case in this version, Could you please take a look and provide RB. It is important to get these patches upstream soon. Thanks, Arun. On 9/9/2025 3:26 PM, Arunpravin Paneer Selvam wrote: Replace the freelist (O(n)) used for free block management

[PATCH v4 06/10] drm/amdgpu: validate userq va for GEM unmap

2025-09-19 Thread Prike Liang
When a user unmaps a userq VA, the driver must ensure the queue has no in-flight jobs. If there is pending work, the kernel should wait for the attached eviction (bookkeeping) fence to signal before deleting the mapping. Suggested-by: Christian König Signed-off-by: Prike Liang --- drivers/gpu/d

[PATCH v4 09/10] drm/amdgpu/userq: extend queue flags for user queue query status

2025-09-19 Thread Prike Liang
Add the userq flag to identify the invalid userq cases. Signed-off-by: Prike Liang --- include/uapi/drm/amdgpu_drm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index 871e0f56d61e..100ccee37d5c 100644 --- a/include/uapi/drm/

[PATCH v4 10/10] drm/amdgpu: add userq invalid VA query

2025-09-19 Thread Prike Liang
Add the userq invalid VA query interface. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c index 8ac7236091fa..a5e7e279b78e 100644

[PATCH v4 08/10] drm/amdgpu/userq: implement support for query status

2025-09-19 Thread Prike Liang
From: Alex Deucher Query the status of the user queue, currently whether the queue is hung and whether or not VRAM is lost. v2: Misc cleanups Reviewed-by: Sunil Khatri Signed-off-by: Alex Deucher Reviewed-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 35 +++

[PATCH v4 07/10] drm/amdgpu: add UAPI for user queue query status

2025-09-19 Thread Prike Liang
From: Alex Deucher Add an API to query queue status such as whether the queue is hung or whether vram is lost. Reviewed-by: Christian König Reviewed-by: Sunil Khatri Signed-off-by: Alex Deucher Reviewed-by: Prike Liang --- include/uapi/drm/amdgpu_drm.h | 14 ++ 1 file changed, 1

[PATCH v4 04/10] drm/amdgpu: keeping waiting userq fence infinitely

2025-09-19 Thread Prike Liang
Keeping waiting the userq fence infinitely until hang detection, and then suspend the hang queue and set the fence error. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/a

[PATCH v4 02/10] drm/amdgpu: add userq object va track helpers

2025-09-19 Thread Prike Liang
Add the userq object virtual address list_add(),mapped() and list_del() helpers for tracking the userq obj va address usage. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 71 +++--- drivers/gpu/drm/a

[PATCH v4 01/10] drm/amdgpu/userq: extend userq state

2025-09-19 Thread Prike Liang
Extend the userq state for identifying the userq invalid cases. Signed-off-by: Prike Liang Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_u

Re: [PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped

2025-09-19 Thread Christian König
On 19.09.25 09:43, Tvrtko Ursulin wrote: > On 19/09/2025 07:46, Christian König wrote: >> On 18.09.25 22:09, Thadeu Lima de Souza Cascardo wrote: >>> On certain workloads, like on ChromeOS when opening multiple tabs and >>> windows, and switching desktops, memory pressure can build up and latency >

RE: [PATCH] drm/amd/pm: Avoid interface mismatch messaging

2025-09-19 Thread Lazar, Lijo
[Public] > This information was originally intended for developer use and problem > identification; this change was made specifically for 13.0.6/13.0.12 but did > not provide any benefit. The mismatch messaging is there across smu11/12/14. This change suppresses the message only for SMU v13.0.

RE: [PATCH] drm/amd/pm: Avoid interface mismatch messaging

2025-09-19 Thread Kamal, Asad
[Public] The message is really confusing during debug, and I remember getting stuck with pmfw team , to explain them its not error just a message. As Lijo pointed out we have not updated interface version for 13.0.6 and 13.0.12 from long time because we are not using it. I only use this message