Re: [Intel-gfx] [PATCH 07/16] drm/i915: add PantherPoint PCH ID

2011-04-27 Thread Jesse Barnes
On Wed, 27 Apr 2011 08:05:37 -0700 Keith Packard wrote: > On Tue, 26 Apr 2011 16:38:45 -0700, Jesse Barnes > wrote: > > > We can treat PantherPoint as CougarPoint as far as display goes. > > I'll note in passing that pch_type is never set to PCH_IBX explicitly, > which only works because PCH_

Re: [Intel-gfx] [PATCH 07/16] drm/i915: add PantherPoint PCH ID

2011-04-27 Thread Keith Packard
On Tue, 26 Apr 2011 16:38:45 -0700, Jesse Barnes wrote: > We can treat PantherPoint as CougarPoint as far as display goes. I'll note in passing that pch_type is never set to PCH_IBX explicitly, which only works because PCH_IBX is zero. -- keith.pack...@intel.com pgpz4oSyZkoyH.pgp Descriptio

[Intel-gfx] [PATCH 07/16] drm/i915: add PantherPoint PCH ID

2011-04-26 Thread Jesse Barnes
We can treat PantherPoint as CougarPoint as far as display goes. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 016290e..53f4f14 10