Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation

2025-05-12 Thread Jiri Slaby
On 06. 05. 25, 15:41, Thomas Gleixner wrote: On Wed, Mar 19 2025 at 10:28, Jiri Slaby wrote: Hi, tl;dr if patches are agreed upon, I ask subsys maintainers to take the respective ones via their trees (as they are split per subsys), so that the IRQ tree can take only the rest. That would

Re: [PATCH v2 18/57] irqdomain: gpu: Switch to irq_domain_create_linear()

2025-03-19 Thread Jiri Slaby
On 19. 03. 25, 14:31, Alex Deucher wrote: On Wed, Mar 19, 2025 at 5:44 AM Jiri Slaby (SUSE) wrote: irq_domain_add_linear() is going away as being obsolete now. Switch to the preferred irq_domain_create_linear(). That differs in the first parameter: It takes more generic struct fwnode_handle

Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation

2025-03-19 Thread Jiri Slaby
On 19. 03. 25, 11:21, Andy Shevchenko wrote: I am all to support the idea, but in some cases I would think of a bit more work to be done to get rid of the of_fwnode_handle(np) in favour of dev_fwnode(dev). Note, this is based on a brief look, I haven't any example at hand right now. Aah, that's

[PATCH v2 18/57] irqdomain: gpu: Switch to irq_domain_create_linear()

2025-03-19 Thread Jiri Slaby (SUSE)
the users can likely use dev->fwnode directly instead of indirect of_fwnode_handle(dev->of_node). But dev->fwnode is not guaranteed to be set for all, so this has to be investigated on case to case basis (by people who can actually test with the HW). Signed-off-by: Jiri Slaby (SUSE)

Re: [PATCH 0/2] Fix for lightup issue on Lenovo 4k60 HDMI

2024-08-23 Thread Jiri Slaby
in "drm/amd/display: Fix Synaptics Cascaded DSC Determination" Please apply the two patches on https://gitlab.freedesktop.org/agd5f/linux/-/commits/amd-staging-drm-next, and give a sanity test on 4k60 over Lenovo HDMI output. For both of them: Tested-by: Jiri Slaby thanks, -- js suse labs

Re: [PATCH 12/13] drm/amd/display: Fix a typo in revert commit

2024-08-20 Thread Jiri Slaby
On 20. 08. 24, 20:28, Zuo, Jerry wrote: [AMD Official Use Only - AMD Internal Distribution Only] Hi Jiri: Please kindly let me know the kernel branch you are using to validate the fix. I'll provide with two additional patches on top of ("drm/amd/display: Fix MST BW calculation Regressio

Re: [PATCH 12/13] drm/amd/display: Fix a typo in revert commit

2024-08-19 Thread Jiri Slaby
On 19. 08. 24, 16:29, Li, Roman wrote: Thank you, Jiri, for your feedback. I've dropped this patch from DC v.3.2.297. We will follow-up on this separately and merge it after you do confirm the issue you reported is fixed. The patch is all fine and very welcome to be upstream as soon as possi

Re: [PATCH 6.10 090/263] drm/amdgpu/pm: Fix the param type of set_power_profile_mode

2024-08-19 Thread Jiri Slaby
On 19. 08. 24, 22:12, Deucher, Alexander wrote: [Public] -Original Message- From: Jiri Slaby Sent: Monday, August 19, 2024 3:54 AM To: Greg Kroah-Hartman ; sta...@vger.kernel.org Cc: patc...@lists.linux.dev; Deucher, Alexander ; Sasha Levin ; Koenig, Christian ; Pan, Xinhui ; amd-gfx

Re: RE: [PATCH 12/13] drm/amd/display: Fix a typo in revert commit

2024-08-19 Thread Jiri Slaby
On 16. 08. 24, 21:30, Li, Roman wrote: [Public] Wiil update commit message as: - drm/amd/display: Fix MST DSC lightup [Why] Secondary monitor does not come up due to MST DSC bw calculation regression. This patch is only related to this. It does not fix that issue on its own at a

Re: [PATCH 6.10 090/263] drm/amdgpu/pm: Fix the param type of set_power_profile_mode

2024-08-19 Thread Jiri Slaby
FTR: Delivery has failed to these recipients or groups: Ma Jun (jun@amd.com) The email address you entered couldn't be found So the author of the patch CANNOT respond. Anyone else? On 19. 08. 24, 9:49, Jiri Slaby wrote: On 12. 08. 24, 18:01, Greg Kroah-Hartman wrote: 6.10-stable r

Re: [PATCH 08/43] drm/amd/display: FEC overhead should be checked once for mst slot nums

2024-07-30 Thread Jiri Slaby
On 30. 07. 24, 8:00, Lin, Wayne wrote: Thanks for the report! We're going to revert it and cc to stable. There is a fix btw: https://gitlab.freedesktop.org/drm/amd/-/issues/3495#note_2501831 -- js suse labs

Re: [PATCH 08/43] drm/amd/display: FEC overhead should be checked once for mst slot nums

2024-07-18 Thread Jiri Slaby
On 28. 03. 24, 20:50, roman...@amd.com wrote: From: Hersen Wu [Why] Mst slot nums equals to pbn / pbn_div. Today, pbn_div refers to dm_mst_get_pbn_divider -> dc_link_bandwidth_kbps. In dp_link_bandwidth_kbps, which includes effect of FEC overhead already. As result, we should not include effec

[PATCH] drm/amd/display (gcc13): fix enum mismatch

2022-10-31 Thread Jiri Slaby (SUSE)
; Cc: "Pan, Xinhui" Cc: David Airlie Cc: Daniel Vetter Cc: amd-gfx@lists.freedesktop.org Cc: dri-de...@lists.freedesktop.org Signed-off-by: Jiri Slaby (SUSE) --- .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)