View | Details | Raw Unified | Return to bug 220444
Collapse All | Expand All

(-)src/gbm/backends/dri/gbm_dri.c (+4 lines)
Lines 993-996 Link Here
993
      fourcc = gbm_format_canonicalize(fd_data->format);
993
      fourcc = gbm_format_canonicalize(fd_data->format);
994
994
995
      if (dri->image->createImageFromFds == NULL) {
996
         errno = ENOSYS;
997
         return NULL;
998
      }
995
      image = dri->image->createImageFromFds(dri->screen,
999
      image = dri->image->createImageFromFds(dri->screen,
996
                                             fd_data->width,
1000
                                             fd_data->width,

Return to bug 220444