Searched refs:shmob_drm_crtc (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.h2 * shmob_drm_crtc.h -- SH Mobile DRM CRTCs
23 struct shmob_drm_crtc { struct
50 void shmob_drm_crtc_cancel_page_flip(struct shmob_drm_crtc *scrtc,
52 void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc);
53 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc);
54 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc);
H A DMakefile2 shmob_drm_crtc.o \
H A Dshmob_drm_drv.h21 #include "shmob_drm_crtc.h"
42 struct shmob_drm_crtc crtc;
H A Dshmob_drm_crtc.c2 * shmob_drm_crtc.c -- SH Mobile DRM CRTCs
26 #include "shmob_drm_crtc.h"
71 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc)
129 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start)
162 static void shmob_drm_crtc_start(struct shmob_drm_crtc *scrtc)
263 static void shmob_drm_crtc_stop(struct shmob_drm_crtc *scrtc)
289 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc)
294 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc)
302 static void shmob_drm_crtc_compute_base(struct shmob_drm_crtc *scrtc,
330 static void shmob_drm_crtc_update_base(struct shmob_drm_crtc *scrt
[all...]

Completed in 60 milliseconds