Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
valgrind.
|
|
changes.
|
|
|
|
|
|
|
|
|
|
|
|
when it really wanted to live in drm_device_is_agp.
|
|
|
|
|
|
Submitted by: Adam K Kirchhoff <adamk@voicenet.com>
|
|
Submitted by: Alexey Popov <llp@iteranet.com>
|
|
DRM_DEBUG kernel option. It remains controlled by hw.dri.*.debug no
matter what.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that particular file. Its contents have changed a good bit since the
original sis code, and the original sis code didn't care much about
attribution since it routinely disclaims Precision Insight/VA Linux
from responsibility. Also, adjust formatting around license headers
(have a comment open immediately before the "Copyright" line, not as a
runon of any previous comments) for automatic processing into FreeBSD,
where /*- is used to signal the beginning of license headers for
automatic compilation of license lists.
|
|
|
|
driver as Linux uses, and actually use the driver's device_is_agp if
available (hopefully fixing i915).
|
|
|
|
patchlevel.
|
|
sceen size for EXA.
|
|
|
|
mapped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since the last sweep; converted to proc_mkdir().
From: Al Viro (via kernel)
|
|
|
|
|
|
|
|
|
|
|
|
single DRM_COPY_FROM_USER rather than DRM_VERIFYAREA_READ followed by
tons of DRM_COPY_FROM_USER_UNCHECKED. I don't like the look of the
temporary space allocation, but I like the simplification in the rest
of the file. Tested with glxgears, tuxracer, and q3 on a savage4.
|