|
@@ -22,6 +22,8 @@
|
|
|
#ifndef _GMA_DISPLAY_H_
|
|
#ifndef _GMA_DISPLAY_H_
|
|
|
#define _GMA_DISPLAY_H_
|
|
#define _GMA_DISPLAY_H_
|
|
|
|
|
|
|
|
|
|
+#include <linux/pm_runtime.h>
|
|
|
|
|
+
|
|
|
struct gma_clock_t {
|
|
struct gma_clock_t {
|
|
|
/* given values */
|
|
/* given values */
|
|
|
int n;
|
|
int n;
|
|
@@ -80,6 +82,7 @@ extern void gma_crtc_prepare(struct drm_crtc *crtc);
|
|
|
extern void gma_crtc_commit(struct drm_crtc *crtc);
|
|
extern void gma_crtc_commit(struct drm_crtc *crtc);
|
|
|
extern void gma_crtc_disable(struct drm_crtc *crtc);
|
|
extern void gma_crtc_disable(struct drm_crtc *crtc);
|
|
|
extern void gma_crtc_destroy(struct drm_crtc *crtc);
|
|
extern void gma_crtc_destroy(struct drm_crtc *crtc);
|
|
|
|
|
+extern int gma_crtc_set_config(struct drm_mode_set *set);
|
|
|
|
|
|
|
|
extern void gma_crtc_save(struct drm_crtc *crtc);
|
|
extern void gma_crtc_save(struct drm_crtc *crtc);
|
|
|
extern void gma_crtc_restore(struct drm_crtc *crtc);
|
|
extern void gma_crtc_restore(struct drm_crtc *crtc);
|