tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: 067324d26ea0a913b18737a702eded1db4b255d0 commit: ca984a998ad3a3b6bf8bf0d89861a6537551aaf2 [902/918] drm/fb_cma_helper: Replace drm_format_info() with fb->format config: i386-randconfig-s1-201650 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout ca984a998ad3a3b6bf8bf0d89861a6537551aaf2 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_describe': >> drivers/gpu/drm/drm_fb_cma_helper.c:312:20: error: 'struct drm_framebuffer' has no member named 'fomat'; did you mean 'format'? for (i = 0; i < fb->fomat->num_planes; i++) { ^~ vim +312 drivers/gpu/drm/drm_fb_cma_helper.c 306 struct drm_fb_cma *fb_cma = to_fb_cma(fb); 307 int i; 308 309 seq_printf(m, "fb: %dx%d@%4.4s\n", fb->width, fb->height, 310 (char *)&fb->pixel_format); 311 > 312 for (i = 0; i < fb->fomat->num_planes; i++) { 313 seq_printf(m, " %d: offset=%d pitch=%d, obj: ", 314 i, fb->offsets[i], fb->pitches[i]); 315 drm_gem_cma_describe(fb_cma->obj[i], m); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel