Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_vblank.c121 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __get_vblank_counter()
322 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __disable_vblank()
597 crtc = drm_crtc_from_index(dev, pipe); in drm_calc_vbltimestamp_from_scanoutpos()
927 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __enable_vblank()
1426 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_queue_vblank_event()
Ddrm_crtc.c81 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx) in drm_crtc_from_index() function
91 EXPORT_SYMBOL(drm_crtc_from_index);
/Linux-v4.19/include/drm/
Ddrm_crtc.h1110 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_display.c64 crtc = drm_crtc_from_index(dev, pipe); in nouveau_display_vblank_enable()
80 crtc = drm_crtc_from_index(dev, pipe); in nouveau_display_vblank_disable()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_crtc.c129 struct drm_crtc *crtc = drm_crtc_from_index(dev, crtc_id); in vc4_crtc_get_scanoutpos()
/Linux-v4.19/drivers/gpu/drm/stm/
Dltdc.c355 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()