cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/include/nvif/if0003.h

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

#define __NVIF_IF0003_H__


struct nvif_perfdom_v0 {
	
__u8  version;
	
__u8  domain;
	
__u8  mode;
	
__u8  pad03[1];
	
struct {
		
__u8  signal[4];
		
__u64 source[4][8];
		
__u16 logic_op;
	
} ctr[4];
};


#define NVIF_PERFDOM_V0_INIT                                               0x00

#define NVIF_PERFDOM_V0_SAMPLE                                             0x01

#define NVIF_PERFDOM_V0_READ                                               0x02


struct nvif_perfdom_init {
};


struct nvif_perfdom_sample {
};


struct nvif_perfdom_read_v0 {
	
__u8  version;
	
__u8  pad01[7];
	
__u32 ctr[4];
	
__u32 clk;
	
__u8  pad04[4];
};
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs10399.04%150.00%
Greg Kroah-Hartman10.96%150.00%
Total104100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.