Age | Commit message (Collapse) | Author |
|
passing drm_device_t* as first parameter, like in the BSD version.
|
|
|
|
|
|
drm_debug=1
|
|
bring DRM into conformance with normal poll().
|
|
|
|
reflects the personality name.
|
|
on via
|
|
functions are not identical.
|
|
|
|
weren't Lindent's because their comments didn't convert very well. A
bunch of other minor clean up with no code implact included.
|
|
get_order from drm_order.
|
|
functions
|
|
driver doesn't release it on unload since an AGP driver may also be
loaded.
|
|
|
|
it back later if needed. Checked DRM on both 2.4 and
2.6 to ensure that it builds and runs.
|
|
customization
2) compiles again on 2.4, but doesn't work
|
|
VGA driver when it gets written.
|
|
numbers if a card is hotplugged in/out instead of just having them
increase.
|
|
|
|
device is hotplugged in/out of the system
|
|
|
|
suggested by Arjan..
Signed-off-by: Dave Airlie <airlied@linux.ie>
|
|
|
|
|
|
|
|
|
|
sets up the DRM to have the ability to have permanent maps while the driver
is loaded...
|
|
|
|
|
|
|
|
|
|
hotplug event plus the addition of one requesting RESET. Put your
scripts in /etc/hotplug.d/drm to run. kernel class_simple generates the
ADD/REMOVE events. No cards currently request RESET, the flag is there
to stop you from resetting your boot display.
|
|
|
|
|
|
to 2.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel
|
|
|
|
|
|
|
|
allows the mesa drivers to use a single definition of the DRM
sarea/IOCTLS located in the drm driver directory. Adjustments were made
to the 2D drivers to not include these changes. Changes to the mesa
copy of DRM were copied to the DRI copy. XFree86 bug: Reported by:
Submitted by: Reviewed by: Obtained from:
|
|
|
|
versions that don't have it.
|