[PATCH 3/9] drv/i915: Pull display_clock_mode out of VBT table

2011-09-27 Thread Chris Wilson
On Mon, 26 Sep 2011 23:11:40 -0700, Keith Packard wrote: > This tells the driver whether a CK505 clock source is available on > pre-PCH hardware. If so, it should be used as the non-SSC source, > leaving the internal clock for use as the SSC source. > > Signed-off-by: Keith Packard Reviewed-by:

[PATCH 3/9] drv/i915: Pull display_clock_mode out of VBT table

2011-09-27 Thread Keith Packard
This tells the driver whether a CK505 clock source is available on pre-PCH hardware. If so, it should be used as the non-SSC source, leaving the internal clock for use as the SSC source. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/i915_drv.h |1 +

[PATCH 3/9] drv/i915: Pull display_clock_mode out of VBT table

2011-09-27 Thread Keith Packard
This tells the driver whether a CK505 clock source is available on pre-PCH hardware. If so, it should be used as the non-SSC source, leaving the internal clock for use as the SSC source. Signed-off-by: Keith Packard kei...@keithp.com --- drivers/gpu/drm/i915/i915_drv.h |1 +

Re: [PATCH 3/9] drv/i915: Pull display_clock_mode out of VBT table

2011-09-27 Thread Chris Wilson
On Mon, 26 Sep 2011 23:11:40 -0700, Keith Packard kei...@keithp.com wrote: This tells the driver whether a CK505 clock source is available on pre-PCH hardware. If so, it should be used as the non-SSC source, leaving the internal clock for use as the SSC source. Signed-off-by: Keith Packard