cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/include/nvkm/engine/xtensa.h

#ifndef __NVKM_XTENSA_H__

#define __NVKM_XTENSA_H__

#define nvkm_xtensa(p) container_of((p), struct nvkm_xtensa, engine)
#include <core/engine.h>


struct nvkm_xtensa {
	
const struct nvkm_xtensa_func *func;
	
u32 addr;
	
struct nvkm_engine engine;

	
struct nvkm_memory *gpu_fw;
};

int nvkm_xtensa_new_(const struct nvkm_xtensa_func *, struct nvkm_device *,
		     int index, bool enable, u32 addr, struct nvkm_engine **);


struct nvkm_xtensa_func {
	
u32 fifo_val;
	
u32 unkd28;
	
struct nvkm_sclass sclass[];
};
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs4958.33%480.00%
Ilia Mirkin3541.67%120.00%
Total84100.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.