Hey all, 

Hopefully this will be the last time I pollute the lists with this patchset.
>From the look of the diffstat, this cleanup went pretty well. We managed to
introduce support for debugfs while both eliminating large portions of code and
standardizing the interface for drm proc/debugfs file management. I have had no
stability issues in my testing and everything should now have the appropriate
signed-off-by tags. Thanks again to everyone who has helped with review and
feedback on this code,

- Ben


 drivers/gpu/drm/Makefile                |    3 +-
 drivers/gpu/drm/drm_debugfs.c           |  242 +++++++++++
 drivers/gpu/drm/drm_drv.c               |   12 +-
 drivers/gpu/drm/drm_info.c              |  325 ++++++++++++++
 drivers/gpu/drm/drm_proc.c              |  719 +++++--------------------------
 drivers/gpu/drm/drm_stub.c              |   15 +-
 drivers/gpu/drm/i915/Makefile           |    2 +-
 drivers/gpu/drm/i915/i915_drv.c         |    6 +-
 drivers/gpu/drm/i915/i915_drv.h         |    6 +-
 drivers/gpu/drm/i915/i915_gem_debugfs.c |  170 ++++++++
 drivers/gpu/drm/i915/i915_gem_proc.c    |  334 --------------
 include/drm/drmP.h                      |   77 ++++-
 12 files changed, 956 insertions(+), 955 deletions(-)

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to