HomeSort by: relevance | last modified time | path
    Searched refs:drm_crtc_from_index (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 1181 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 141 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe);
366 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe);
657 crtc = drm_crtc_from_index(dev, pipe);
1003 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe);
1577 struct drm_crtc *crtc = drm_crtc_from_index(dev, pipe);
drm_crtc.c 80 * drm_crtc_from_index - find the registered CRTC at an index
90 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx) function in typeref:struct:drm_crtc *
100 EXPORT_SYMBOL(drm_crtc_from_index);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.c 72 crtc = drm_crtc_from_index(dev, pipe);
88 crtc = drm_crtc_from_index(dev, pipe);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 776 struct intel_crtc *crtc = to_intel_crtc(drm_crtc_from_index(dev, index));

Completed in 17 milliseconds