Release 4.16 drivers/video/fbdev/matrox/matroxfb_g450.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 53.23% | 1 | 20.00% |
Jean Delvare | 16 | 25.81% | 1 | 20.00% |
Linus Torvalds (pre-git) | 11 | 17.74% | 1 | 20.00% |
Antonino A. Daplas | 1 | 1.61% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 1.61% | 1 | 20.00% |
Total | 62 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.