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

2010-07-22 Thread Jesse Barnes
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

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

2010-07-21 Thread Sergio Monteiro Basto
Hi!, so what is the state of this ? From: Adam Jackson To: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] [PATCH 1/6] drm/i915/dp: Rename has_edp to is_pch_edp to reflect its real meaning Date: Fri, 16 Jul 2010 14:46:27 -0400 (07/16/2010 07:46:27 PM) seems that have something related to t

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