Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_vblank.c205 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()
Ddrm_crtc.c85 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/
Dpsb_irq.c144 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in mid_pipe_event_handler()
/drivers/gpu/drm/ingenic/
Dingenic-ipu.c685 struct drm_crtc *crtc = drm_crtc_from_index(ipu->drm, 0); in ingenic_ipu_irq_handler()
/drivers/gpu/drm/i915/display/
Dintel_display_types.h1770 return to_intel_crtc(drm_crtc_from_index(&dev_priv->drm, 0)); in intel_get_first_crtc()
/drivers/gpu/drm/stm/
Dltdc.c371 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()