Release 4.17 drivers/gpu/drm/sti/sti_cursor.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) STMicroelectronics SA 2013
* Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
*/
#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 | 20 | 52.63% | 2 | 50.00% |
Vincent Abriou | 18 | 47.37% | 2 | 50.00% |
Total | 38 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.