Re: [Intel-gfx] [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v7)

2014-05-19 Thread Matt Roper
On Sun, May 18, 2014 at 11:53:13PM +0800, Lee, Chon Ming wrote: > On 05/15 12:21, Matt Roper wrote: > > Intel hardware allows the primary plane to be disabled independently of > > the CRTC. Provide custom primary plane handling to allow this. > > > > v7: > > - Clip primary plane to invisible whe

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v7)

2014-05-18 Thread Lee, Chon Ming
On 05/15 12:21, Matt Roper wrote: > Intel hardware allows the primary plane to be disabled independently of > the CRTC. Provide custom primary plane handling to allow this. > > v7: > - Clip primary plane to invisible when crtc is disabled since >intel_crtc->config.pipe_src_{w,h} may be garba

[Intel-gfx] [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v7)

2014-05-15 Thread Matt Roper
Intel hardware allows the primary plane to be disabled independently of the CRTC. Provide custom primary plane handling to allow this. v7: - Clip primary plane to invisible when crtc is disabled since intel_crtc->config.pipe_src_{w,h} may be garbage otherwise. - Unpin old fb before pinning n