Re: [PATCH 08/28] drm/loongson: Use video aperture helpers

2024-10-04 Thread Sui Jingfeng
Hi, On 2024/9/30 21:03, 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. Okay! Sometimes the aperture_remove_conflicting_devices() is more easier to

[PATCH 08/28] drm/loongson: 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: Sui Jingfeng --- drivers/gpu/drm/loongson/lsdc_drv.c | 8 1 file changed, 4 inser