cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Skeggs4957.65%466.67%
Ilia Mirkin3541.18%116.67%
Greg Kroah-Hartman11.18%116.67%
Total85100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.