Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:17:30 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drmP.h
src/sys/external/bsd/drm2/include/linux: dma-mapping.h mutex.h sched.h
spinlock.h
Log Message:
begin fixing -Werror build:
Provide missing declarations from older drm
provide more definitions used by code
no idea what might_lock is, but it might be some error-checking
lockdep thing.
Author: coypu <[email protected]>
Committer: Taylor R Campbell <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/dist/include/drm/drmP.h
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/include/linux/dma-mapping.h
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/include/linux/mutex.h
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/include/linux/sched.h
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/spinlock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.