Re: [PATCH 2/3] arch: Remove struct fb_info from video helpers

2024-02-22 Thread kernel test robot
tip/x86/core patch link: https://lore.kernel.org/r/20240221161431.8245-3-tzimmermann%40suse.de patch subject: [PATCH 2/3] arch: Remove struct fb_info from video helpers config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20240223/202402230941.jzdvhhex-...@intel.com/config) compil

[PATCH 2/3] arch: Remove struct fb_info from video helpers

2024-02-21 Thread Thomas Zimmermann
The per-architecture video helpers do not depend on struct fb_info or anything else from fbdev. Remove it from the interface and replace fb_is_primary_device() with video_is_primary_device(). The new helper is similar in functionality, but can operate on non-fbdev devices. Signed-off-by: Thomas Zi