Re: [Intel-gfx] [PATCH 0/3] remove crtc<->pipe mapping code

2015-09-08 Thread Thomas Wood
On 4 September 2015 at 19:22, Micah Fedke wrote: > This patchset removes the code that looks up a pipe number from a crtc ID. > The > pipe number is equivalent to the index of the crtc in the array of crtcs > returned by the kernel for a drmModeGetResources() call.

[Intel-gfx] [PATCH 0/3] remove crtc<->pipe mapping code

2015-09-04 Thread Micah Fedke
This patchset removes the code that looks up a pipe number from a crtc ID. The pipe number is equivalent to the index of the crtc in the array of crtcs returned by the kernel for a drmModeGetResources() call. This may not have been the case when these lookups were written, but it is the de facto