Re: [Freedreno] [PATCH] drm/msm/mdp5: enable autocommit

2019-11-13 Thread Brian Masney
On Tue, Nov 12, 2019 at 08:38:27AM -0700, Jeffrey Hugo wrote: > On Tue, Nov 12, 2019 at 3:49 AM Brian Masney wrote: > > > > Since the introduction of commit 2d99ced787e3 ("drm/msm: async commit > > support"), command-mode panels began throwing the following errors: > > > > msm fd90.mdss: p

[Freedreno] [v1] msm: disp: dpu1: add support to access hw irqs regs depending on revision

2019-11-13 Thread Shubhashree Dhar
Current code assumes that all the irqs registers offsets can be accessed in all the hw revisions; this is not the case for some targets that should not access some of the irq registers. This change adds the support to selectively remove the irqs that are not supported in some of the hw revisions.

[Freedreno] [v2] msm: disp: dpu1: add support to access hw irqs regs depending on revision

2019-11-13 Thread Shubhashree Dhar
Current code assumes that all the irqs registers offsets can be accessed in all the hw revisions; this is not the case for some targets that should not access some of the irq registers. This change adds the support to selectively remove the irqs that are not supported in some of the hw revisions.