Re: [Intel-gfx] [SPAM Header] - Re: funny lines in X applications and /dev/agpgart missing - Email found in subject

2010-07-14 Thread Huaxin Xu
Thanks for the info! A follow-up question: is G41 support in every kernel after 2.6.27-stable? In particular, is it in 2.6.31.5-127? Cheers, hxu -Original Message- From: Adam Jackson [mailto:a...@redhat.com] Sent: Wednesday, 14 July 2010 12:15 AM To: Julien Cristau Cc: Huaxin Xu; intel-

Re: [Intel-gfx] [PATCH] drm/i915: be sure panel is powered up in eDP configs

2010-07-14 Thread Zhenyu Wang
On 2010.07.14 15:40:56 -0700, Jesse Barnes wrote: > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=28739. We need to > enable power to the panel with the AUX VDD bit in order to properly > detect the eDP attached panel, and we also need to turn the panel on in > case it was off when we started

Re: [Intel-gfx] [PATCH] drm/i915: be sure panel is powered up in eDP configs

2010-07-14 Thread Keith Packard
On Wed, 14 Jul 2010 15:40:56 -0700, Jesse Barnes wrote: > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=28739. We need to > enable power to the panel with the AUX VDD bit in order to properly > detect the eDP attached panel, and we also need to turn the panel on in > case it was off when we

[Intel-gfx] [PATCH] drm/i915: be sure panel is powered up in eDP configs

2010-07-14 Thread Jesse Barnes
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=28739. We need to enable power to the panel with the AUX VDD bit in order to properly detect the eDP attached panel, and we also need to turn the panel on in case it was off when we started (as happens at resume time). But this patch raises a cou