Re: [Lima] [PATCH v4 0/3] drm/lima: simplify driver by using more drm helpers

2019-10-17 Thread Qiang Yu
Thanks, applied to drm-misc-next. Regards, Qiang On Mon, Oct 14, 2019 at 12:21 PM Vasily Khoruzhick wrote: > > On Thu, Oct 10, 2019 at 7:02 AM Qiang Yu wrote: > > > > By using shared drm helpers: > > 1. drm_gem_(un)lock_reservations > > 2. drm_gem_shmem_helpers > > we can simplify lima driver

Re: [Lima] [PATCH v4 0/3] drm/lima: simplify driver by using more drm helpers

2019-10-13 Thread Vasily Khoruzhick
On Thu, Oct 10, 2019 at 7:02 AM Qiang Yu wrote: > > By using shared drm helpers: > 1. drm_gem_(un)lock_reservations > 2. drm_gem_shmem_helpers > we can simplify lima driver a lot and benifit from updates to > these functions. > > Patch series is based on drm-misc-next branch > > v2: > Add

[PATCH v4 0/3] drm/lima: simplify driver by using more drm helpers

2019-10-10 Thread Qiang Yu
By using shared drm helpers: 1. drm_gem_(un)lock_reservations 2. drm_gem_shmem_helpers we can simplify lima driver a lot and benifit from updates to these functions. Patch series is based on drm-misc-next branch v2: Add drm_gem_objects_lookup_user and use it for driver which pass user GEM