Release 4.11 drivers/video/fbdev/matrox/matroxfb_g450.h
#ifndef __MATROXFB_G450_H__
#define __MATROXFB_G450_H__
#include "matroxfb_base.h"
#ifdef CONFIG_FB_MATROX_G
void matroxfb_g450_connect(struct matrox_fb_info *minfo);
void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
#else
static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Petr Vandrovec | 7 | 63.64% | 1 | 50.00% |
Jean Delvare | 4 | 36.36% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
;
static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Petr Vandrovec | 7 | 63.64% | 1 | 50.00% |
Jean Delvare | 4 | 36.36% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
;
#endif
#endif /* __MATROXFB_G450_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Petr Vandrovec | 33 | 54.10% | 1 | 25.00% |
Jean Delvare | 16 | 26.23% | 1 | 25.00% |
Linus Torvalds (pre-git) | 11 | 18.03% | 1 | 25.00% |
Antonino A. Daplas | 1 | 1.64% | 1 | 25.00% |
Total | 61 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.