cregit-Linux how code gets into the kernel

Release 4.7 drivers/gpu/drm/nouveau/nouveau_debugfs.h

#ifndef __NOUVEAU_DEBUGFS_H__

#define __NOUVEAU_DEBUGFS_H__

#include <drm/drmP.h>

#if defined(CONFIG_DEBUG_FS)

#include "nouveau_drv.h"


struct nouveau_debugfs {
	
struct nvif_object ctrl;
};


static inline struct nouveau_debugfs * nouveau_debugfs(struct drm_device *dev) { return nouveau_drm(dev)->debugfs; }

Contributors

PersonTokensPropCommitsCommitProp
karol herbstkarol herbst22100.00%1100.00%
Total22100.00%1100.00%

extern int nouveau_drm_debugfs_init(struct drm_minor *); extern void nouveau_drm_debugfs_cleanup(struct drm_minor *); extern int nouveau_debugfs_init(struct nouveau_drm *); extern void nouveau_debugfs_fini(struct nouveau_drm *); #else
static inline int nouveau_drm_debugfs_init(struct drm_minor *minor) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
marcin slusarzmarcin slusarz1493.33%150.00%
karol herbstkarol herbst16.67%150.00%
Total15100.00%2100.00%


static inline void nouveau_drm_debugfs_cleanup(struct drm_minor *minor) { }

Contributors

PersonTokensPropCommitsCommitProp
marcin slusarzmarcin slusarz1090.91%150.00%
karol herbstkarol herbst19.09%150.00%
Total11100.00%2100.00%


static inline int nouveau_debugfs_init(struct nouveau_drm *drm) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
karol herbstkarol herbst1493.33%150.00%
arnd bergmannarnd bergmann16.67%150.00%
Total15100.00%2100.00%


static inline void nouveau_debugfs_fini(struct nouveau_drm *drm) { }

Contributors

PersonTokensPropCommitsCommitProp
karol herbstkarol herbst1090.91%150.00%
arnd bergmannarnd bergmann19.09%150.00%
Total11100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
karol herbstkarol herbst7955.24%240.00%
marcin slusarzmarcin slusarz6142.66%120.00%
arnd bergmannarnd bergmann21.40%120.00%
ben skeggsben skeggs10.70%120.00%
Total143100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}