Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c47 void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_finish_page_flip()
64 static bool shmob_drm_crtc_page_flip_pending(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_page_flip_pending()
77 static void shmob_drm_crtc_wait_page_flip(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_wait_page_flip()
110 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_setup_geometry()
169 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start) in shmob_drm_crtc_start_stop()
195 static inline struct shmob_drm_crtc *to_shmob_crtc(struct drm_crtc *crtc) in to_shmob_crtc()
197 return container_of(crtc, struct shmob_drm_crtc, base); in to_shmob_crtc()
203 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); in shmob_drm_crtc_atomic_enable()
261 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); in shmob_drm_crtc_atomic_disable()
309 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); in shmob_drm_crtc_page_flip()
H A Dshmob_drm_crtc.h25 struct shmob_drm_crtc { struct
40 void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc); argument
H A DMakefile2 shmob-drm-y := shmob_drm_crtc.o \
H A Dshmob_drm_drv.h42 struct shmob_drm_crtc crtc;