Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Andi Shyti
Hi, > > >> >> > Commit 67b7836d4458 ("drm/shmem-helper: Switch to reservation > > >> >> > lock") removes the drm_gem_shmem_get_pages_locked() and > > >> >> > drm_gem_shmem_put_pages_locked(). > > >> >> > > > >> >> > But then commit edaa0db9 ("drm/shmem-helper: Fix locking for > > >> >> > drm_g

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Dmitry Osipenko
On 2/28/23 17:40, Jani Nikula wrote: ... >>> And the build is indeed currently broken. >>> >>> Moreover, when the build was fine for a while, apparently the changes in >>> shmem broke a bunch of machines in Intel CI. And due to this, we aren't >>> getting any CI results for incoming patches right n

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Saarinen, Jani
Hi, > -Original Message- > From: Nikula, Jani > Sent: tiistai 28. helmikuuta 2023 16.40 > To: Andi Shyti > Cc: Andi Shyti ; Dmitry Osipenko > ; dri-de...@lists.freedesktop.org; Maarten > Lankhorst ; Maxime Ripard > ; Thomas Zimmermann ; David > Airlie ; Daniel Vetter ; Javier Martinez >

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Jani Nikula
On Tue, 28 Feb 2023, Andi Shyti wrote: > Hi, > >> >> > Commit 67b7836d4458 ("drm/shmem-helper: Switch to reservation >> >> > lock") removes the drm_gem_shmem_get_pages_locked() and >> >> > drm_gem_shmem_put_pages_locked(). >> >> > >> >> > But then commit edaa0db9 ("drm/shmem-helper: Fix locki

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Andi Shyti
Hi, > >> > Commit 67b7836d4458 ("drm/shmem-helper: Switch to reservation > >> > lock") removes the drm_gem_shmem_get_pages_locked() and > >> > drm_gem_shmem_put_pages_locked(). > >> > > >> > But then commit edaa0db9 ("drm/shmem-helper: Fix locking for > >> > drm_gem_shmem_get_pages_sgt()") re

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Jani Nikula
On Tue, 28 Feb 2023, Andi Shyti wrote: > Hi Dmitry, > > On Tue, Feb 28, 2023 at 04:15:28PM +0300, Dmitry Osipenko wrote: >> Hi, >> >> On 2/28/23 15:50, Andi Shyti wrote: >> > Commit 67b7836d4458 ("drm/shmem-helper: Switch to reservation >> > lock") removes the drm_gem_shmem_get_pages_locked() and

Re: [Intel-gfx] [PATCH] drm/shmem-helper: Fix compile error

2023-02-28 Thread Andi Shyti
Hi Dmitry, On Tue, Feb 28, 2023 at 04:15:28PM +0300, Dmitry Osipenko wrote: > Hi, > > On 2/28/23 15:50, Andi Shyti wrote: > > Commit 67b7836d4458 ("drm/shmem-helper: Switch to reservation > > lock") removes the drm_gem_shmem_get_pages_locked() and > > drm_gem_shmem_put_pages_locked(). > > > > Bu