Re: [Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2014-01-07 Thread Daniel Vetter
On Tue, Jan 7, 2014 at 7:52 PM, Jesse Barnes wrote: >> >> index 4d1357a..7e46d75 100644 >> >> --- a/drivers/gpu/drm/i915/intel_display.c >> >> +++ b/drivers/gpu/drm/i915/intel_display.c >> >> @@ -2382,6 +2382,8 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, >> >> int y, >> >>

Re: [Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2014-01-07 Thread Jesse Barnes
On Tue, 7 Jan 2014 08:07:13 +0100 Daniel Vetter wrote: > On Tue, Jan 7, 2014 at 12:31 AM, Jesse Barnes > wrote: > > On Thu, 19 Dec 2013 10:48:01 -0800 > > Jesse Barnes wrote: > > > >> When fastbooting, we read out the pipe timings early on, and then in a > >> panel fitted config, disable the f

Re: [Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2014-01-07 Thread Jesse Barnes
On Tue, 7 Jan 2014 08:07:13 +0100 Daniel Vetter wrote: > On Tue, Jan 7, 2014 at 12:31 AM, Jesse Barnes > wrote: > > On Thu, 19 Dec 2013 10:48:01 -0800 > > Jesse Barnes wrote: > > > >> When fastbooting, we read out the pipe timings early on, and then in a > >> panel fitted config, disable the f

Re: [Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2014-01-06 Thread Daniel Vetter
On Tue, Jan 7, 2014 at 12:31 AM, Jesse Barnes wrote: > On Thu, 19 Dec 2013 10:48:01 -0800 > Jesse Barnes wrote: > >> When fastbooting, we read out the pipe timings early on, and then in a >> panel fitted config, disable the fitter later. But we weren't updating >> the pipe src h/w, which meant t

Re: [Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2014-01-06 Thread Jesse Barnes
On Thu, 19 Dec 2013 10:48:01 -0800 Jesse Barnes wrote: > When fastbooting, we read out the pipe timings early on, and then in a > panel fitted config, disable the fitter later. But we weren't updating > the pipe src h/w, which meant the mouse cursor was clipped to the > pfitted size rather than

[Intel-gfx] [PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h

2013-12-19 Thread Jesse Barnes
When fastbooting, we read out the pipe timings early on, and then in a panel fitted config, disable the fitter later. But we weren't updating the pipe src h/w, which meant the mouse cursor was clipped to the pfitted size rather than the native size set later. Fix that up so the cursor is visible