Release 4.7 drivers/gpu/drm/sti/sti_cursor.h
/*
* Copyright (C) STMicroelectronics SA 2013
* Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/
#ifndef _STI_CURSOR_H_
#define _STI_CURSOR_H_
struct drm_plane *sti_cursor_create(struct drm_device *drm_dev,
struct device *dev, int desc,
void __iomem *baseaddr,
unsigned int possible_crtcs);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
benjamin gaignard | benjamin gaignard | 19 | 51.35% | 1 | 33.33% |
vincent abriou | vincent abriou | 18 | 48.65% | 2 | 66.67% |
| Total | 37 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.