cregit-Linux how code gets into the kernel

Release 4.11 drivers/video/fbdev/matrox/matroxfb_misc.h

#ifndef __MATROXFB_MISC_H__

#define __MATROXFB_MISC_H__

#include "matroxfb_base.h"

/* also for modules */
int matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int fmax,
	unsigned int* in, unsigned int* feed, unsigned int* post);

static inline int PLL_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) { return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)4985.96%133.33%
Jean Delvare814.04%266.67%
Total57100.00%3100.00%

int matroxfb_vgaHWinit(struct matrox_fb_info *minfo, struct my_timming* m); void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo); void matroxfb_read_pins(struct matrox_fb_info *minfo); #endif /* __MATROXFB_MISC_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)11081.48%125.00%
Jean Delvare2115.56%250.00%
Petr Vandrovec42.96%125.00%
Total135100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.