Re: [PATCH 5/5] drm/vboxvideo: Use managed interfaces for framebuffer write combining

2021-09-17 Thread Daniel Vetter
On Thu, Sep 16, 2021 at 09:28:53PM +0200, Hans de Goede wrote: > Hi, > > On 9/16/21 8:16 PM, Thomas Zimmermann wrote: > > Replace arch_phys_wc_add() with the rsp managed function. Allows for > > removing the cleanup code for memory management > > > > Signed-off-by: Thomas Zimmermann > > Thanks,

Re: [PATCH 5/5] drm/vboxvideo: Use managed interfaces for framebuffer write combining

2021-09-16 Thread Hans de Goede
Hi, On 9/16/21 8:16 PM, Thomas Zimmermann wrote: > Replace arch_phys_wc_add() with the rsp managed function. Allows for > removing the cleanup code for memory management > > Signed-off-by: Thomas Zimmermann Thanks, patch looks good to me: Reviewed-by: Hans de Goede Regards, Hans > --- >

[PATCH 5/5] drm/vboxvideo: Use managed interfaces for framebuffer write combining

2021-09-16 Thread Thomas Zimmermann
Replace arch_phys_wc_add() with the rsp managed function. Allows for removing the cleanup code for memory management Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/vboxvideo/vbox_drv.c | 5 + drivers/gpu/drm/vboxvideo/vbox_drv.h | 1 - drivers/gpu/drm/vboxvideo/vbox_ttm.c | 17 ++