Searched refs:drm_crtc_from_index (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 121 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()
|
D | drm_crtc.c | 81 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/ |
D | drm_crtc.h | 1110 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 64 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/ |
D | vc4_crtc.c | 129 struct drm_crtc *crtc = drm_crtc_from_index(dev, crtc_id); in vc4_crtc_get_scanoutpos()
|
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | ltdc.c | 355 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()
|