Searched refs:drm_crtc_from_index (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_vblank.c | 133 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()
|
| D | drm_crtc.c | 84 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/ |
| D | drm_crtc.h | 1177 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_display.c | 62 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/ |
| D | vc4_crtc.c | 93 struct drm_crtc *crtc = drm_crtc_from_index(dev, crtc_id); in vc4_crtc_get_scanoutpos()
|
| /Linux-v5.4/drivers/gpu/drm/stm/ |
| D | ltdc.c | 371 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()
|