[Freedreno] [PATCH] drm/msm/dsi: Move static keyword to the front of declarations

2019-09-04 Thread Krzysztof Wilczynski
Move the static keyword to the front of declarations of msm_dsi_v2_host_ops, msm_dsi_6g_host_ops and msm_dsi_6g_v2_host_ops, and resolve the following compiler warnings that can be seen when building with warnings enabled (W=1): drivers/gpu/drm/msm/dsi/dsi_cfg.c:150:1: warning: ‘static’ is not a

[Freedreno] drm-lease: sharing planes between DRM lessees

2019-09-04 Thread wxiaowen
There is a use case to share h/w pipe resources between lessee masters. Two planes are created and allocated to two masters, but internally they share the same h/w pipe: masterA masterB planeA planeB || \--- same H/W ---/ A seamless handoff between the sh

[Freedreno] [PATCH] drm/msm: Use the correct dma_sync calls harder

2019-09-04 Thread Rob Clark
From: Rob Clark Looks like the dma_sync calls don't do what we want on armv7 either. Fixes: Unable to handle kernel paging request at virtual address 50001000 pgd = (ptrval) [50001000] *pgd= Internal error: Oops: 805 [#1] SMP ARM Modules linked in: CPU: 0 PID: 1 Comm: swapper

Re: [Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-04 Thread Josh Boyer
On Wed, Sep 4, 2019 at 8:09 AM Nicolas Dechesne wrote: > > hi Fabio, > > On Wed, Sep 4, 2019 at 1:27 PM Fabio Estevam wrote: > > > > Add firmware files for Adreno A200. > > > > These firmware files are needed for running the adreno kernel > > driver on i.MX51 and i.MX53 SoCs. > > > > Signed-off-b

Re: [Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-04 Thread Rob Clark
On Wed, Sep 4, 2019 at 5:09 AM Nicolas Dechesne wrote: > > hi Fabio, > > On Wed, Sep 4, 2019 at 1:27 PM Fabio Estevam wrote: > > > > Add firmware files for Adreno A200. > > > > These firmware files are needed for running the adreno kernel > > driver on i.MX51 and i.MX53 SoCs. > > > > Signed-off-b

Re: [Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-04 Thread Nicolas Dechesne
hi Fabio, On Wed, Sep 4, 2019 at 1:27 PM Fabio Estevam wrote: > > Add firmware files for Adreno A200. > > These firmware files are needed for running the adreno kernel > driver on i.MX51 and i.MX53 SoCs. > > Signed-off-by: Fabio Estevam > --- > WHENCE | 2 ++ > qcom/yamato_pfp.fw

[Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-04 Thread Fabio Estevam
Add firmware files for Adreno A200. These firmware files are needed for running the adreno kernel driver on i.MX51 and i.MX53 SoCs. Signed-off-by: Fabio Estevam --- WHENCE | 2 ++ qcom/yamato_pfp.fw | Bin 0 -> 1156 bytes qcom/yamato_pm4.fw | Bin 0 -> 9220 bytes 3 files changed,