Re: [PATCH 1/2] drm/shmem: Add madvise state and purge helpers

2019-10-16 Thread Sean Paul
On Mon, Aug 05, 2019 at 08:33:57AM -0600, Rob Herring wrote: > Add support to the shmem GEM helpers for tracking madvise state and > purging pages. This is based on the msm implementation. > > The BO provides a list_head, but the list management is handled outside > of the shmem helpers as there a

Re: [PATCH 1/2] drm/shmem: Add madvise state and purge helpers

2019-08-05 Thread Rob Herring
On Mon, Aug 5, 2019 at 11:47 AM Rob Clark wrote: > > On Mon, Aug 5, 2019 at 9:35 AM Daniel Vetter wrote: > > > > On Mon, Aug 05, 2019 at 08:33:57AM -0600, Rob Herring wrote: > > > Add support to the shmem GEM helpers for tracking madvise state and > > > purging pages. This is based on the msm imp

Re: [PATCH 1/2] drm/shmem: Add madvise state and purge helpers

2019-08-05 Thread Rob Clark
On Mon, Aug 5, 2019 at 9:35 AM Daniel Vetter wrote: > > On Mon, Aug 05, 2019 at 08:33:57AM -0600, Rob Herring wrote: > > Add support to the shmem GEM helpers for tracking madvise state and > > purging pages. This is based on the msm implementation. > > > > The BO provides a list_head, but the list

Re: [PATCH 1/2] drm/shmem: Add madvise state and purge helpers

2019-08-05 Thread Daniel Vetter
On Mon, Aug 05, 2019 at 08:33:57AM -0600, Rob Herring wrote: > Add support to the shmem GEM helpers for tracking madvise state and > purging pages. This is based on the msm implementation. > > The BO provides a list_head, but the list management is handled outside > of the shmem helpers as there a