Re: [PATCH 2/2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()

2020-07-08 Thread Chris Wilson
Quoting Daniel Vetter (2020-07-08 10:56:19) > On Tue, Jul 07, 2020 at 05:00:12PM +0100, Chris Wilson wrote: > > drm_gem_dumb_map_offset() now exists and does everything > > vgem_gem_dump_map does and *ought* to do. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/vgem/vgem_drv.c |

Re: [PATCH 2/2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()

2020-07-08 Thread Daniel Vetter
On Tue, Jul 07, 2020 at 05:00:12PM +0100, Chris Wilson wrote: > drm_gem_dumb_map_offset() now exists and does everything > vgem_gem_dump_map does and *ought* to do. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/vgem/vgem_drv.c | 28 +--- > 1 file changed, 1 inse

[PATCH 2/2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()

2020-07-07 Thread Chris Wilson
drm_gem_dumb_map_offset() now exists and does everything vgem_gem_dump_map does and *ought* to do. Signed-off-by: Chris Wilson --- drivers/gpu/drm/vgem/vgem_drv.c | 28 +--- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/drivers/gpu/drm/vgem/vgem_drv.c b/dr