Home
last modified time | relevance | path

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

/linux-5.19.10/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);
/linux-5.19.10/include/drm/
Ddrm_crtc.h1292 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
/linux-5.19.10/drivers/gpu/drm/gma500/
Dpsb_irq.c126 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe); in gma_pipe_event_handler()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_crtc.c43 return to_intel_crtc(drm_crtc_from_index(&i915->drm, 0)); in intel_first_crtc()
/linux-5.19.10/drivers/gpu/drm/ingenic/
Dingenic-ipu.c759 struct drm_crtc *crtc = drm_crtc_from_index(ipu->drm, 0); in ingenic_ipu_irq_handler()
/linux-5.19.10/drivers/gpu/drm/stm/
Dltdc.c701 struct drm_crtc *crtc = drm_crtc_from_index(ddev, 0); in ltdc_irq_thread()