update DRM sysfs support
authorJesse Barnes <jesse.barnes@intel.com>
Fri, 26 Oct 2007 23:08:54 +0000 (16:08 -0700)
committerJesse Barnes <jesse.barnes@intel.com>
Fri, 26 Oct 2007 23:08:54 +0000 (16:08 -0700)
commit6707ab862656d766a4c78b85e5584a29d2434126
tree565a8ef64722945afec3d2dc7d8b62f38500e841
parentb9d8ddd3ca587e87474d37637096b9ebd0a927e9
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.
linux-core/drmP.h
linux-core/drm_drv.c
linux-core/drm_stub.c
linux-core/drm_sysfs.c