Re: [Intel-gfx] [PATCH 3/5] drm/i915: use compute_config in set_config

2014-10-23 Thread Jesse Barnes
On Thu, 23 Oct 2014 19:28:18 +0100 Chris Wilson wrote: > On Thu, Oct 23, 2014 at 06:59:14PM +0200, Jesse Barnes wrote: > > This will allow us to consult more info before deciding whether to flip > > or do a full mode set. > > > > Signed-off-by: Jesse Barnes > > --- > > drivers/gpu/drm/i915/int

Re: [Intel-gfx] [PATCH 3/5] drm/i915: use compute_config in set_config

2014-10-23 Thread Chris Wilson
On Thu, Oct 23, 2014 at 06:59:14PM +0200, Jesse Barnes wrote: > This will allow us to consult more info before deciding whether to flip > or do a full mode set. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/intel_display.c | 36 > ++-- > 1 file cha

[Intel-gfx] [PATCH 3/5] drm/i915: use compute_config in set_config

2014-10-23 Thread Jesse Barnes
This will allow us to consult more info before deciding whether to flip or do a full mode set. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 36 ++-- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel