Re: [PATCH 06/28] drm/hyperv-drm: Use video aperture helpers

2024-09-30 Thread Deepak Rawat
On Mon, Sep 30, 2024 at 6:09 AM Thomas Zimmermann wrote: > > DRM's aperture functions have long been implemented as helpers > under drivers/video/ for use with fbdev. Avoid the DRM wrappers by > calling the video functions directly. > > Signed-off-by: Thomas Zimmermann > Cc: Deepak Rawat > --- >

[PATCH 06/28] drm/hyperv-drm: Use video aperture helpers

2024-09-30 Thread Thomas Zimmermann
DRM's aperture functions have long been implemented as helpers under drivers/video/ for use with fbdev. Avoid the DRM wrappers by calling the video functions directly. Signed-off-by: Thomas Zimmermann Cc: Deepak Rawat --- drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 4 ++-- 1 file changed, 2 inser