Re: [Freedreno] [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa

2023-02-13 Thread Yassine Oudjana
rivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 +++--- > drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > -- > 2.30.2 Thanks for the fix! For the whole series, on MSM8996: Tested-by: Yassine Oudjana

Re: [Freedreno] [PATCH] drm/msm/mdp5: fix cursor-related warnings

2021-09-26 Thread Yassine Oudjana
p = drm_crtc_vblank_helper_get_vblank_timestamp, > +}; > + > static const struct drm_crtc_funcs mdp5_crtc_funcs = { > .set_config = drm_atomic_helper_set_config, > .destroy = mdp5_crtc_destroy, > @@ -1313,6 +1327,8 @@ struct drm_crtc *mdp5_crtc_init(struct drm_device *dev, > mdp5_crtc->lm_cursor_enabled = cursor_plane ? false : true; > > drm_crtc_init_with_planes(dev, crtc, plane, cursor_plane, > + cursor_plane ? > + &mdp5_crtc_no_lm_cursor_funcs : > &mdp5_crtc_funcs, NULL); > > drm_flip_work_init(&mdp5_crtc->unref_cursor_work, On msm8996-xiaomi-scorpio: Tested-by: Yassine Oudjana

Re: [Freedreno] [PATCH] drm/msm: Fix display fault handling

2021-07-09 Thread Yassine Oudjana
faults (and in fact was all we had prior to > f8f934c180f629bb927a04fd90d) > > Reported-by: Dmitry Baryshkov > Reported-by: Yassine Oudjana > Fixes: 2a574cc05d38 ("drm/msm: Improve the a6xx page fault handler") > Signed-off-by: Rob Clark > Tested-by: John Stultz > --- >

Re: [Freedreno] [PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler

2021-07-06 Thread Yassine Oudjana
In-Reply-To: <20210610214431.539029-4-robdcl...@gmail.com> On Thu 10 Jun 16:44 CDT 2021, Rob Clark wrote: > From: Jordan Crouse > > Use the new adreno-smmu-priv fault info function to get more SMMU > debug registers and print the current TTBR0 to debug per-instance > pagetables and figure out wh