Re: [Intel-gfx] [PATCH 3/7] drm/i915: Clarify sprite plane function names

2014-11-13 Thread Bob Paauwe
On Thu, 13 Nov 2014 10:43:22 -0800 Matt Roper wrote: > A few of the sprite-related function names in i915 are very similar > (intel_plane_disable() vs intel_disable_plane() or > intel_enable_planes() vs intel_crtc_enable_planes()) and don't make it > clear whether they only operate on sprite plan

[Intel-gfx] [PATCH 3/7] drm/i915: Clarify sprite plane function names

2014-11-13 Thread Matt Roper
A few of the sprite-related function names in i915 are very similar (intel_plane_disable() vs intel_disable_plane() or intel_enable_planes() vs intel_crtc_enable_planes()) and don't make it clear whether they only operate on sprite planes, or whether they also apply to all universal plane types. R