No subject


Tue Feb 17 16:17:18 PST 2009


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