tree: git://anongit.freedesktop.org/drm-intel topic/drm-misc head: 6c4d6f9f997c5dafccb54b52167f0c4d0ea37874 commit: 6c4d6f9f997c5dafccb54b52167f0c4d0ea37874 [3/3] drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_ops reproduce: make htmldocs All warnings (new ones prefixed by >>): >> include/drm/drm_fb_helper.h:222: warning: Cannot understand * @DRM_FB_HELPER_DEFAULT_OPS: on line 222 - I thought it was a doc line vim +222 include/drm/drm_fb_helper.h 206 * Entry on the global kernel_fb_helper_list, used for kgdb entry/exit. 207 */ 208 struct list_head kernel_fb_list; 209 210 /** 211 * @delayed_hotplug: 212 * 213 * A hotplug was received while fbdev wasn't in control of the DRM 214 * device, i.e. another KMS master was active. The output configuration 215 * needs to be reprobe when fbdev is in control again. 216 */ 217 bool delayed_hotplug; 218 }; 219 220 /** 221 * @DRM_FB_HELPER_DEFAULT_OPS: > 222 * 223 * Helper define to register default implementations of drm_fb_helper 224 * functions. To be used in struct fb_ops of drm drivers. 225 */ 226 #define DRM_FB_HELPER_DEFAULT_OPS \ 227 .fb_check_var = drm_fb_helper_check_var, \ 228 .fb_set_par = drm_fb_helper_set_par, \ 229 .fb_setcmap = drm_fb_helper_setcmap, \ 230 .fb_blank = drm_fb_helper_blank, \ --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx