Re: [Intel-gfx] [PATCH 03/20] drm/i915: skylake scaler structure definitions

2015-04-02 Thread Matt Roper
On Wed, Apr 01, 2015 at 07:59:32PM -0700, Chandra Konduru wrote: > skylake scaler structure definitions. scalers live in crtc_state as > they are pipe resources. They can be used either as plane scaler or > panel fitter. > > scaler assigned to either plane (for plane scaling) or crtc (for panel >

[Intel-gfx] [PATCH 03/20] drm/i915: skylake scaler structure definitions

2015-04-01 Thread Chandra Konduru
skylake scaler structure definitions. scalers live in crtc_state as they are pipe resources. They can be used either as plane scaler or panel fitter. scaler assigned to either plane (for plane scaling) or crtc (for panel fitting) is saved in scaler_id in plane_state or crtc_state respectively. sc