commit | e8b962b6df50b74afed14af7f7a7d569b3ba70ac | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jesse.barnes@intel.com> | Thu Nov 22 14:02:38 2007 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 07 15:09:38 2008 +1000 |
tree | 4b40becefb49018a4b02a217673e44637040f4f6 | |
parent | 8b40958032fd236194de57d29be9cf2c1f2643ee [diff] |
drm: update DRM sysfs support Make DRM devices use real Linux devices instead of class devices, which are going away. While we're at it, clean up some of the interfaces to take struct drm_device * or struct device * and use the global drm_class where needed instead of passing it around. Signed-off-by: Dave Airlie <airlied@linux.ie>