Searched refs:drm_crtc_from_index (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/ |
D | drm_vblank.c | 205 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __get_vblank_counter() 428 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __disable_vblank() 871 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_get_last_vbltimestamp() 879 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_get_last_vbltimestamp() 1105 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in __enable_vblank() 1641 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_queue_vblank_event() 1893 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in drm_handle_vblank_events()
|
D | drm_crtc.c | 85 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx) in drm_crtc_from_index() function 95 EXPORT_SYMBOL(drm_crtc_from_index);
|
/drivers/gpu/drm/gma500/ |
D | psb_irq.c | 144 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in mid_pipe_event_handler()
|
/drivers/gpu/drm/ingenic/ |
D | ingenic-ipu.c | 685 struct drm_crtc *crtc = drm_crtc_from_index(ipu->drm, 0); in ingenic_ipu_irq_handler()
|
/drivers/gpu/drm/i915/display/ |
D | intel_display_types.h | 1770 return to_intel_crtc(drm_crtc_from_index(&dev_priv->drm, 0)); in intel_get_first_crtc()
|
/drivers/gpu/drm/stm/ |
D | ltdc.c | 371 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()
|