[BACK]Return to sunxi_drm.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / sunxi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/sunxi/sunxi_drm.c between version 1.14 and 1.15

version 1.14, 2021/04/24 23:36:28 version 1.15, 2021/08/07 16:18:45
Line 409  sunxi_drm_fb_probe(struct drm_fb_helper 
Line 409  sunxi_drm_fb_probe(struct drm_fb_helper 
         sfa.sfa_fb_linebytes = helper->fb->pitches[0];          sfa.sfa_fb_linebytes = helper->fb->pitches[0];
   
         helper->fbdev = config_found(ddev->dev, &sfa, NULL,          helper->fbdev = config_found(ddev->dev, &sfa, NULL,
             CFARG_IATTR, "sunxifbbus",              CFARGS(.iattr = "sunxifbbus"));
             CFARG_EOL);  
         if (helper->fbdev == NULL) {          if (helper->fbdev == NULL) {
                 DRM_ERROR("unable to attach framebuffer\n");                  DRM_ERROR("unable to attach framebuffer\n");
                 return -ENXIO;                  return -ENXIO;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>