Re: [Intel-gfx] [PATCH] i915: Modify for pineview clock source

2010-12-15 Thread Dave Airlie
> Chris, > > I am happy to use the ssc frequency setting code and expand beyond pineview > (although I can't really test those configurations), but Im not sure what to > do about the high_speed flag. This would normally come from the BDB general > features ssc_freq flag. Since the code is to set de

Re: [Intel-gfx] [PATCH] i915: Modify for pineview clock source

2010-12-15 Thread Mark Hayter
[Again using correct address to get to list, sorry about that] > Chris, > I am happy to use the ssc frequency setting code and expand beyond pineview (although I can't really test those configurations), but Im not sure what to do about the high_speed flag. This would normally come from the BDB ge

Re: [Intel-gfx] [PATCH] i915: Modify for pineview clock source

2010-12-15 Thread Chris Wilson
On Tue, 14 Dec 2010 11:40:30 -0800, bfr...@chromium.org wrote: > The i915 driver normally assumes the video bios has configured several > of the LVDS panel registers, and it just inherits the values. If the > vbios has not run, several of these will need to be setup. I'm having problems applyin

[Intel-gfx] [PATCH] i915: Modify for pineview clock source

2010-12-14 Thread bfreed
The i915 driver normally assumes the video bios has configured several of the LVDS panel registers, and it just inherits the values. If the vbios has not run, several of these will need to be setup. intel_bios.c: default clock source selection on pineview to use the SSC source. If these are no

Re: [Intel-gfx] [PATCH] i915: Modify for pineview clock source and lvds sync polarity

2010-12-08 Thread Chris Wilson
On Wed, 8 Dec 2010 13:46:38 -0800, Bryan Freed wrote: > The i915 driver normally assumes the video bios has configured several > of the LVDS panel registers, and it just inherits the values. If the > vbios has not run, several of these will need to be setup. > > intel_bios.c: default clock source

[Intel-gfx] [PATCH] i915: Modify for pineview clock source and lvds sync polarity

2010-12-08 Thread Bryan Freed
The i915 driver normally assumes the video bios has configured several of the LVDS panel registers, and it just inherits the values. If the vbios has not run, several of these will need to be setup. intel_bios.c: default clock source selection on pineview to use the SSC source intel_display.c: ens