CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2016/04/05 14:46:45

Modified files:
        sys/dev/pci/drm: drmP.h drm_gem.c 
        sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
Now that we the "idr" API, we can get rid of a lot of

#ifdef __linux__
...
#else
...
#endif

code in the generic drm GEM code.

Reply via email to