[drm-tip:drm-tip 902/918] drivers/gpu/drm/drm_fb_cma_helper.c:312:20: error: 'struct drm_framebuffer' has no member named 'fomat'; did you mean 'format'?

kbuild test robot fengguang.wu at intel.com
Thu Dec 15 14:08:53 UTC 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 30762 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161215/d337150a/attachment-0001.gz>


More information about the dri-devel mailing list