-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace all "sti_drm_" occurences by "sti_" Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
- Loading branch information
Vincent Abriou
authored and
Benjamin Gaignard
committed
Aug 3, 2015
1 parent
871bcdf
commit 9e1f05b
Showing
16 changed files
with
182 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* Copyright (C) STMicroelectronics SA 2014 | ||
* Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics. | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#ifndef _STI_CRTC_H_ | ||
#define _STI_CRTC_H_ | ||
|
||
#include <drm/drmP.h> | ||
|
||
struct sti_mixer; | ||
|
||
int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, | ||
struct drm_plane *primary, struct drm_plane *cursor); | ||
int sti_crtc_enable_vblank(struct drm_device *dev, int crtc); | ||
void sti_crtc_disable_vblank(struct drm_device *dev, int crtc); | ||
int sti_crtc_vblank_cb(struct notifier_block *nb, | ||
unsigned long event, void *data); | ||
bool sti_crtc_is_main(struct drm_crtc *drm_crtc); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.