Release 4.11 drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.h
#include "priv.h"
#if defined(CONFIG_AGP) || (defined(CONFIG_AGP_MODULE) && defined(MODULE))
#ifndef __NVKM_PCI_AGP_H__
#define __NVKM_PCI_AGP_H__
void nvkm_agp_ctor(struct nvkm_pci *);
void nvkm_agp_dtor(struct nvkm_pci *);
void nvkm_agp_preinit(struct nvkm_pci *);
int nvkm_agp_init(struct nvkm_pci *);
void nvkm_agp_fini(struct nvkm_pci *);
#endif
#else
static inline void nvkm_agp_ctor(struct nvkm_pci *pci) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void nvkm_agp_dtor(struct nvkm_pci *pci) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void nvkm_agp_preinit(struct nvkm_pci *pci) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline int nvkm_agp_init(struct nvkm_pci *pci) { return -ENOSYS; }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
static inline void nvkm_agp_fini(struct nvkm_pci *pci) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 133 | 100.00% | 1 | 100.00% |
Total | 133 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.