[Intel-gfx] [PATCH final] DRM proc file handling rework

Ben Gamari bgamari at gmail.com
Wed Feb 18 02:08:48 CET 2009


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(-)



More information about the Intel-gfx mailing list