cregit-Linux how code gets into the kernel

Release 4.11 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 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 Ślusarz1493.33%150.00%
Karol Herbst16.67%150.00%
Total15100.00%2100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Marcin Ślusarz1090.91%150.00%
Karol Herbst19.09%150.00%
Total11100.00%2100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Karol Herbst1493.33%150.00%
Arnd Bergmann16.67%150.00%
Total15100.00%2100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Karol Herbst1090.91%150.00%
Arnd Bergmann19.09%150.00%
Total11100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Karol Herbst7955.24%240.00%
Marcin Ślusarz6142.66%120.00%
Arnd Bergmann21.40%120.00%
Ben 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.
Created with cregit.