Lines Matching defs:crtc
74 struct drm_crtc *crtc = &scrtc->crtc; in shmob_drm_crtc_setup_geometry() local
165 struct drm_crtc *crtc = &scrtc->crtc; in shmob_drm_crtc_start() local
266 struct drm_crtc *crtc = &scrtc->crtc; in shmob_drm_crtc_stop() local
306 struct drm_crtc *crtc = &scrtc->crtc; in shmob_drm_crtc_compute_base() local
333 struct drm_crtc *crtc = &scrtc->crtc; in shmob_drm_crtc_update_base() local
347 static void shmob_drm_crtc_dpms(struct drm_crtc *crtc, int mode) in shmob_drm_crtc_dpms()
362 static bool shmob_drm_crtc_mode_fixup(struct drm_crtc *crtc, in shmob_drm_crtc_mode_fixup()
369 static void shmob_drm_crtc_mode_prepare(struct drm_crtc *crtc) in shmob_drm_crtc_mode_prepare()
374 static int shmob_drm_crtc_mode_set(struct drm_crtc *crtc, in shmob_drm_crtc_mode_set()
419 static void shmob_drm_crtc_mode_commit(struct drm_crtc *crtc) in shmob_drm_crtc_mode_commit()
424 static int shmob_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in shmob_drm_crtc_mode_set_base()
477 static int shmob_drm_crtc_page_flip(struct drm_crtc *crtc, in shmob_drm_crtc_page_flip()
515 struct drm_crtc *crtc = &sdev->crtc.crtc; in shmob_drm_crtc_create() local