Re: [Intel-gfx] [PATCH 2/3] drm/i915: move PCH pfit controls into pipe_config

2013-05-03 Thread Daniel Vetter
On Fri, May 3, 2013 at 12:02 AM, Paulo Zanoni wrote: >> static void valleyview_crtc_enable(struct drm_crtc *crtc) >> @@ -5800,6 +5798,9 @@ static void haswell_modeset_global_resources(struct >> drm_device *dev) >> /* XXX: Should check for edp transcoder here, but thanks to >> in

Re: [Intel-gfx] [PATCH 2/3] drm/i915: move PCH pfit controls into pipe_config

2013-05-02 Thread Paulo Zanoni
Hi 2013/4/25 Jesse Barnes : > And put the pfit stuff into substructs while we're at it. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_drv.h |2 -- > drivers/gpu/drm/i915/intel_ddi.c |2 +- > drivers/gpu/drm/i915/intel_display.c | 65 > -

[Intel-gfx] [PATCH 2/3] drm/i915: move PCH pfit controls into pipe_config

2013-04-25 Thread Jesse Barnes
And put the pfit stuff into substructs while we're at it. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.h |2 -- drivers/gpu/drm/i915/intel_ddi.c |2 +- drivers/gpu/drm/i915/intel_display.c | 65 -- drivers/gpu/drm/i915/intel_dp.