Go to file
Eric Anholt 6ef79263b6 Add DRMFILE definitions and supply filp for BSD in the
post-drm-filp-0-1-branch world. The filp is a void * cast from the
    current pid. This is a temporary solution which maintains the status
    quo until a proper solution is implemented.
What is really needed is a unique pointer per open, hopefully with a device
    private area. This can be done in FreeBSD for all entry points except
    mmap, but is difficult (sys/dev/streams/streams.c is an example). I
    have partially completed code for this but have not had time to debug,
    so this is a temporary fix.
2003-03-29 03:38:47 +00:00
bsd Add DRMFILE definitions and supply filp for BSD in the 2003-03-29 03:38:47 +00:00
bsd-core Add DRMFILE definitions and supply filp for BSD in the 2003-03-29 03:38:47 +00:00
libdrm linux merge for drm 2003-03-25 11:36:43 +00:00
linux merged drm-filp-0-1-branch 2003-03-28 14:27:37 +00:00
linux-core merged drm-filp-0-1-branch 2003-03-28 14:27:37 +00:00
shared buf->filp is a pointer, so make printf format args be %p not %d 2003-03-29 03:30:21 +00:00
shared-core buf->filp is a pointer, so make printf format args be %p not %d 2003-03-29 03:30:21 +00:00
tests Implement drmOpen* without /proc dependence (Fallback to /proc is included 2001-02-28 09:27:44 +00:00