mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Snapshot of SDE driver. This includes DRM SDE, DP, and DSI drivers, v4l2 rotator driver, and clk driver for display plls. Upstream changes to drm/msm have been merged but require further fixes and validation before enabling this driver. Snapshot was taken from msm-4.9 as of: commit f54b6540b397 ("wil6210: add proper locking in cfg suspend") Change-Id: Ied16c0c33d1321c96f080bc7dafe0ab302657861 Signed-off-by: Steve Cohen <cohens@codeaurora.org>
18 lines
664 B
C
18 lines
664 B
C
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
#ifndef __MSM_SDE_ROTATOR__
|
|
#define __MSM_SDE_ROTATOR__
|
|
|
|
#include <uapi/media/msm_sde_rotator.h>
|
|
|
|
#endif /* __MSM_SDE_ROTATOR__ */
|