cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/exynos/exynos_drm_fbdev.h

/*
 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
 *
 * Authors:
 *      Inki Dae <inki.dae@samsung.com>
 *      Joonyoung Shim <jy0922.shim@samsung.com>
 *      Seung-Woo Kim <sw0312.kim@samsung.com>
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

#ifndef _EXYNOS_DRM_FBDEV_H_

#define _EXYNOS_DRM_FBDEV_H_

#ifdef CONFIG_DRM_FBDEV_EMULATION

int exynos_drm_fbdev_init(struct drm_device *dev);
void exynos_drm_fbdev_fini(struct drm_device *dev);
void exynos_drm_fbdev_suspend(struct drm_device *drm);
void exynos_drm_fbdev_resume(struct drm_device *drm);

#else


static inline int exynos_drm_fbdev_init(struct drm_device *dev) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda15100.00%1100.00%
Total15100.00%1100.00%


static inline void exynos_drm_fbdev_fini(struct drm_device *dev) { }

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda11100.00%1100.00%
Total11100.00%1100.00%


static inline void exynos_drm_fbdev_restore_mode(struct drm_device *dev) { }

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda11100.00%1100.00%
Total11100.00%1100.00%

#define exynos_drm_output_poll_changed (NULL)
static inline void exynos_drm_fbdev_suspend(struct drm_device *drm) { }

Contributors

PersonTokensPropCommitsCommitProp
Marek Szyprowski11100.00%1100.00%
Total11100.00%1100.00%


static inline void exynos_drm_fbdev_resume(struct drm_device *drm) { }

Contributors

PersonTokensPropCommitsCommitProp
Marek Szyprowski11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda5043.48%125.00%
Marek Szyprowski4034.78%125.00%
Inki Dae2521.74%250.00%
Total115100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.