Home
last modified time | relevance | path

Searched defs:scrtc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c50 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_check() local
63 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_begin() local
84 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_flush() local
107 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_disable() local
128 struct sun4i_crtc *scrtc in sun4i_crtc_atomic_enable() local
141 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_mode_set_nofb() local
157 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_enable_vblank() local
168 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_disable_vblank() local
190 struct sun4i_crtc *scrtc; sun4i_crtc_init() local
[all...]
H A Dsun4i_tcon.c750 struct sun4i_crtc *scrtc = tcon->crtc; in sun4i_tcon_handler() local
732 sun4i_tcon_finish_page_flip(struct drm_device *dev, struct sun4i_crtc *scrtc) sun4i_tcon_finish_page_flip() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c53 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_check() local
68 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_begin() local
89 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_flush() local
112 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); in sun4i_crtc_atomic_disable() local
133 struct sun4i_crtc *scrtc in sun4i_crtc_atomic_enable() local
146 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_mode_set_nofb() local
163 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_enable_vblank() local
174 struct sun4i_crtc *scrtc = drm_crtc_to_sun4i_crtc(crtc); sun4i_crtc_disable_vblank() local
196 struct sun4i_crtc *scrtc; sun4i_crtc_init() local
[all...]
H A Dsun4i_tcon.c757 struct sun4i_crtc *scrtc = tcon->crtc; in sun4i_tcon_handler() local
739 sun4i_tcon_finish_page_flip(struct drm_device *dev, struct sun4i_crtc *scrtc) sun4i_tcon_finish_page_flip() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c61 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_setup_geometry() argument
119 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start) in shmob_drm_crtc_start_stop() argument
152 static void shmob_drm_crtc_start(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_start() argument
253 shmob_drm_crtc_stop(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_stop() argument
273 shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_suspend() argument
278 shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_resume() argument
286 shmob_drm_crtc_compute_base(struct shmob_drm_crtc *scrtc, int x, int y) shmob_drm_crtc_compute_base() argument
308 shmob_drm_crtc_update_base(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_update_base() argument
326 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_dpms() local
350 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_mode_set() local
390 shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_finish_page_flip() argument
412 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_page_flip() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c64 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_setup_geometry() argument
122 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start) in shmob_drm_crtc_start_stop() argument
155 static void shmob_drm_crtc_start(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_start() argument
257 shmob_drm_crtc_stop(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_stop() argument
277 shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_suspend() argument
282 shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_resume() argument
290 shmob_drm_crtc_compute_base(struct shmob_drm_crtc *scrtc, int x, int y) shmob_drm_crtc_compute_base() argument
312 shmob_drm_crtc_update_base(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_update_base() argument
330 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_dpms() local
354 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_mode_set() local
394 shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc) shmob_drm_crtc_finish_page_flip() argument
416 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); shmob_drm_crtc_page_flip() local
[all...]

Completed in 5 milliseconds