cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVKM_SW_NV50_H__

#define __NVKM_SW_NV50_H__

#define nv50_sw_chan(p) container_of((p), struct nv50_sw_chan, base)
#include "priv.h"
#include "chan.h"
#include "nvsw.h"
#include <core/notify.h>


struct nv50_sw_chan {
	
struct nvkm_sw_chan base;
	
struct {
		
struct nvkm_notify notify[4];
		
u32 ctxdma;
		
u64 offset;
		
u32 value;
	
} vblank;
};

void *nv50_sw_chan_dtor(struct nvkm_sw_chan *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs6698.51%1090.91%
Greg Kroah-Hartman11.49%19.09%
Total67100.00%11100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.