Re: [Freedreno] (subset) [PATCH v6 1/2] dt-bindings: display/msm: mdss-common: add memory-region property

2023-08-18 Thread Bjorn Andersson
On Wed, 26 Jul 2023 18:57:18 +0530, Amit Pundir wrote: > Add and document the reserved memory region property in the > mdss-common schema. > > For now (sdm845-db845c), it points to a framebuffer memory > region reserved by the bootloader for splash screen. > > > [...] Applied, thanks! [2/2]

Re: [Freedreno] [PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()

2023-08-18 Thread Mark Brown
On Fri, Aug 18, 2023 at 06:32:28PM -0300, Jason Gunthorpe wrote: > It turns out several drivers are calling of_dma_configure() outside the > expected bus_type.dma_configure op. This ends up being mis-locked and > triggers a lockdep assertion, or instance: Acked-by: Mark Brown signature.asc

[Freedreno] [PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()

2023-08-18 Thread Jason Gunthorpe
It turns out several drivers are calling of_dma_configure() outside the expected bus_type.dma_configure op. This ends up being mis-locked and triggers a lockdep assertion, or instance: iommu_probe_device_locked+0xd4/0xe4 of_iommu_configure+0x10c/0x200 of_dma_configure_id+0x104/0x3b8

Re: [Freedreno] [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-18 Thread Pekka Paalanen
On Fri, 18 Aug 2023 14:03:14 +0300 Dmitry Baryshkov wrote: > On 18/08/2023 13:51, Pekka Paalanen wrote: > > On Fri, 4 Aug 2023 16:59:00 +0300 > > Dmitry Baryshkov wrote: > > > >> On Fri, 4 Aug 2023 at 16:44, Sebastian Wick > >> wrote: > >>> > >>> On Fri, Aug 4, 2023 at 3:27 PM Dmitry

Re: [Freedreno] [PATCH -next] drm/msm/adreno: adreno_gpu: Switch to memdup_user_nul() helper

2023-08-18 Thread Dmitry Baryshkov
On 10/08/2023 15:04, Ruan Jinjie wrote: Use memdup_user_nul() helper instead of open-coding to simplify the code. Signed-off-by: Ruan Jinjie --- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) Reviewed-by: Dmitry Baryshkov --

Re: [Freedreno] [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-18 Thread Dmitry Baryshkov
On 18/08/2023 13:51, Pekka Paalanen wrote: On Fri, 4 Aug 2023 16:59:00 +0300 Dmitry Baryshkov wrote: On Fri, 4 Aug 2023 at 16:44, Sebastian Wick wrote: On Fri, Aug 4, 2023 at 3:27 PM Dmitry Baryshkov wrote: On Fri, 28 Jul 2023 at 20:03, Jessica Zhang wrote: Document and add support

Re: [Freedreno] [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-18 Thread Pekka Paalanen
On Fri, 4 Aug 2023 16:59:00 +0300 Dmitry Baryshkov wrote: > On Fri, 4 Aug 2023 at 16:44, Sebastian Wick wrote: > > > > On Fri, Aug 4, 2023 at 3:27 PM Dmitry Baryshkov > > wrote: > > > > > > On Fri, 28 Jul 2023 at 20:03, Jessica Zhang > > > wrote: > > > > > > > > Document and add support