mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
drm/exynos: introduce exynos_drm_plane_config structure
This patch adds common structure for keeping plane configuration and capabilities data. This patch is inspired by similar code developed by Tobias Jakobi. Changelog v2: - fix vidi_win_types(i) call. vidi_win_types is not a function. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
committed by
Inki Dae
parent
ab14420125
commit
fd2d2fc2db
@@ -9,10 +9,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
enum drm_plane_type exynos_plane_get_type(unsigned int zpos,
|
||||
unsigned int cursor_win);
|
||||
int exynos_plane_init(struct drm_device *dev,
|
||||
struct exynos_drm_plane *exynos_plane,
|
||||
unsigned long possible_crtcs, enum drm_plane_type type,
|
||||
const uint32_t *formats, unsigned int fcount,
|
||||
unsigned int zpos);
|
||||
unsigned long possible_crtcs,
|
||||
const struct exynos_drm_plane_config *config);
|
||||
|
||||
Reference in New Issue
Block a user