cregit-Linux how code gets into the kernel

Release 4.11 drivers/video/fbdev/wmt_ge_rops.h

#ifdef CONFIG_FB_WMT_GE_ROPS

extern void wmt_ge_fillrect(struct fb_info *info,
			    const struct fb_fillrect *rect);
extern void wmt_ge_copyarea(struct fb_info *info,
			    const struct fb_copyarea *area);
extern int wmt_ge_sync(struct fb_info *info);

#else


static inline int wmt_ge_sync(struct fb_info *p) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Tony Prisk15100.00%1100.00%
Total15100.00%1100.00%


static inline void wmt_ge_fillrect(struct fb_info *p, const struct fb_fillrect *rect) { sys_fillrect(p, rect); }

Contributors

PersonTokensPropCommitsCommitProp
Tony Prisk25100.00%1100.00%
Total25100.00%1100.00%


static inline void wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area) { sys_copyarea(p, area); }

Contributors

PersonTokensPropCommitsCommitProp
Tony Prisk25100.00%1100.00%
Total25100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Tony Prisk7263.16%150.00%
Alexey Charkov4236.84%150.00%
Total114100.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.