Home
last modified time | relevance | path

Searched refs:drm_crtc_from_index (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_vblank.c133 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __get_vblank_counter()
339 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __disable_vblank()
614 crtc = drm_crtc_from_index(dev, pipe); in drm_calc_vbltimestamp_from_scanoutpos()
944 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __enable_vblank()
1474 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_queue_vblank_event()
Ddrm_crtc.c84 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx) in drm_crtc_from_index() function
94 EXPORT_SYMBOL(drm_crtc_from_index);
/Linux-v5.4/include/drm/
Ddrm_crtc.h1177 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_display.c62 crtc = drm_crtc_from_index(dev, pipe); in nouveau_display_vblank_enable()
78 crtc = drm_crtc_from_index(dev, pipe); in nouveau_display_vblank_disable()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_crtc.c93 struct drm_crtc *crtc = drm_crtc_from_index(dev, crtc_id); in vc4_crtc_get_scanoutpos()
/Linux-v5.4/drivers/gpu/drm/stm/
Dltdc.c371 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()