commit | afd245dd7fd85cf3ffd3e6d5fe9711252aa2ed7f | [log] [tgz] |
---|---|---|
author | Carl Worth <cworth@cworth.org> | Wed Apr 29 14:43:55 2009 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu May 14 15:32:54 2009 -0700 |
tree | d5b5b914e2f8d55f9f2e4d6b7294ee33a612b32d | |
parent | 8b8e20e0f9900fae23baee55a91533a739c1a3ec [diff] |
Add new drm_intel_get_pipe_from_crtc_id function. This wraps the new DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID ioctl, allowing applications to discover the pipe number corresponding to a given CRTC ID. This is necessary for doing pipe-specific operations such as waiting for vblank on a given CRTC.