Release 4.10 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* | petr vandrovec* | 7 | 63.64% | 1 | 50.00% |
jean delvare | 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* | petr vandrovec* | 7 | 63.64% | 1 | 50.00% |
jean delvare | 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* | petr vandrovec* | 33 | 54.10% | 1 | 25.00% |
jean delvare | jean delvare | 16 | 26.23% | 1 | 25.00% |
pre-git | pre-git | 11 | 18.03% | 1 | 25.00% |
antonino daplas | antonino 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.