Re: [PATCH 55/86] drm/hyperv_drm: Run DRM default client setup

2024-08-19 Thread Deepak Rawat
Reviewed-by: Deepak Rawat On Fri, Aug 16, 2024 at 5:54 AM Thomas Zimmermann wrote: > > Call drm_client_setup() to run the kernel's default client setup > for DRM. Set fbdev_probe in struct drm_driver, so that the client > setup can start the common fbdev client. > >

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

2024-10-01 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 Zimmerm