[PATCH] drm/etnaviv: Drop the 'len' parameter of etnaviv_iommu_map() function

2023-10-07 Thread Sui Jingfeng
The 'len' parameter is the 4th argument, because it is not get used, so drop it. No functional change. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_mmu.c b/drivers/gp

Re: [PATCH 0/2] Add support for inlined documentation for kunit and kselftests

2023-10-07 Thread Mauro Carvalho Chehab
Em Tue, 03 Oct 2023 11:00:20 -0600 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > This is a follow-up of the discussions taken here: > > > > > > https://lore.kernel.org/linux-doc/20230704132812.02ba97ba@maurocar-mobl2/T/#t > > > > I sent a previous version as RFC. This is b

Re: [PATCH AUTOSEL 5.10 13/22] drm/amdgpu: install stub fence into potential unused fence pointers

2023-10-07 Thread Greg KH
On Sun, Sep 10, 2023 at 03:43:01PM -0500, Bryan Jennings wrote: > This is also causing log spam on 5.15. It was included in 5.15.128 as > commit 4921792e04f2125b5eadef9dbe9417a8354c7eff. I encountered this and > found https://gitlab.freedesktop.org/drm/amd/-/issues/2820 while researching > the pr

Re: [PATCH v7 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-10-07 Thread Dmitry Baryshkov
On Sat, 7 Oct 2023 at 01:55, Kuogee Hsieh wrote: > > Currently DP driver is executed independent of PM runtime framework. > This leads msm eDP panel can not being detected by edp_panel driver > during generic_edp_panel_probe() due to AUX DPCD read failed at > edp panel driver. Incorporate PM runti

Re: [PATCH v7 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe

2023-10-07 Thread Dmitry Baryshkov
On Sat, 7 Oct 2023 at 01:55, Kuogee Hsieh wrote: > > Original both parser->parse() and dp_power_client_init() are done at > dp_display_bind() since eDP population is done at binding time. > In the preparation of having eDP population done at probe() time, > move both function from dp_display_bind(

Re: [PATCH v4 0/7] drm: Reuse temporary memory for format conversion

2023-10-07 Thread Noralf Trønnes
On 10/5/23 11:04, Thomas Zimmermann wrote: > DRM's format-conversion helpers require temporary memory. Pass the > buffer from the caller and keep it allocated over several calls. Allow > the caller to preallocate the buffer memory. > > The motivation for this patchset is the recent work on a DR

Re: [PATCH v4 2/4] drm/panic: Add a drm panic handler

2023-10-07 Thread Noralf Trønnes
On 10/3/23 16:22, Jocelyn Falempe wrote: > This module displays a user friendly message when a kernel panic > occurs. It currently doesn't contain any debug information, > but that can be added later. > > v2 > * Use get_scanout_buffer() instead of the drm client API. > (Thomas Zimmermann) >

Re: [PATCH 0/2] Add support for inlined documentation for kunit and kselftests

2023-10-07 Thread Jonathan Corbet
Mauro Carvalho Chehab writes: > Should I wait for you to take a look at patch 1/2 before sending > a new version? Go ahead and resend whenever...I'm still digging out from the last few weeks. Thanks, jon

Re: [PATCH v4 4/4] drm/mgag200: Add drm_panic support

2023-10-07 Thread Noralf Trønnes
On 10/3/23 16:22, Jocelyn Falempe wrote: > Add support for the drm_panic module, which displays a message to > the screen when a kernel panic occurs. > > Signed-off-by: Jocelyn Falempe > --- > drivers/gpu/drm/mgag200/mgag200_drv.c | 24 > 1 file changed, 24 insertions

[pull] drm/msm: drm-msm-fixes-2023-10-07 for v6.6-rc5

2023-10-07 Thread Rob Clark
Hi Dave, Late fixes for v6.6, description below. The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70: Linux 6.6-rc2 (2023-09-17 14:40:24 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-fixes-2023-10-07 for you

[RFC PATCH v1 0/1] Support passing VirtIO-GPU fences to host for waiting

2023-10-07 Thread Dmitry Osipenko
Today's VirtIO-GPU driver always has to wait for in-fences on the guest side, creating bottleneck for workloads that produce lots of job submissions or require lower submission latency. This bottleneck is caused by a need to do extra round trips between host and guest for the fence signalling. The

[RFC PATCH v1 1/1] drm/virtio: Support fence-passing feature

2023-10-07 Thread Dmitry Osipenko
Support extended version of VIRTIO_GPU_CMD_SUBMIT_3D command that allows passing in-fence IDs to host for waiting, removing need to do expensive host-guest roundtrips in a case of waiting for fences on a guest side. Guest userspace must enable new VIRTGPU_CONTEXT_PARAM_FENCE_PASSING flag and host

Re: [Intel-gfx] [PATCH] drm/i915/guc: Update 'recommended' version to 70.12.1 for DG2/ADL-S/ADL-P/MTL

2023-10-07 Thread Andi Shyti
Hi John, > The latest GuC has new features and new workarounds that we wish to > enable. So let the universe know that it is useful to update their > firmware. > > Signed-off-by: John Harrison CI is green, the patch is reviewed... I took the freedom to push it to drm-intel-gt-next... hope it's

[PATCH AUTOSEL 6.5 14/18] accel/ivpu: Don't flood dmesg with VPU ready message

2023-10-07 Thread Sasha Levin
From: Jacek Lawrynowicz [ Upstream commit 002652555022728c42b5517c6c11265b8c3ab827 ] Use ivpu_dbg() to print the VPU ready message so it doesn't pollute the dmesg. Signed-off-by: Jacek Lawrynowicz Reviewed-by: Stanislaw Gruszka Reviewed-by: Jeffrey Hugo Signed-off-by: Stanislaw Gruszka Link