cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/include/nvif/cl0046.h

#ifndef __NVIF_CL0046_H__

#define __NVIF_CL0046_H__


#define NV04_DISP_NTFY_VBLANK                                              0x00

#define NV04_DISP_NTFY_CONN                                                0x01


struct nv04_disp_mthd_v0 {
	
__u8  version;

#define NV04_DISP_SCANOUTPOS                                               0x00
	
__u8  method;
	
__u8  head;
	
__u8  pad03[5];
};


struct nv04_disp_scanoutpos_v0 {
	
__u8  version;
	
__u8  pad01[7];
	
__s64 time[2];
	
__u16 vblanks;
	
__u16 vblanke;
	
__u16 vtotal;
	
__u16 vline;
	
__u16 hblanks;
	
__u16 hblanke;
	
__u16 htotal;
	
__u16 hline;
};
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs84100.00%1100.00%
Total84100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.