Re: [PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-08 Thread Eric Anholt
On Fri, 4 Dec 2009 23:22:51 +0100, Rafał Miłecki wrote: > 2009/12/4 Dave Airlie : > > On Fri, 2009-12-04 at 20:05 +0800, yakui.z...@intel.com wrote: > >> From: Zhao Yakui > >> > >> Disable all the possible outputs/crtcs before entering KMS mode. > > > > We need a bit more info than this for such

Re: [PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-05 Thread ykzhao
On Sat, 2009-12-05 at 06:22 +0800, Rafał Miłecki wrote: > 2009/12/4 Dave Airlie : > > On Fri, 2009-12-04 at 20:05 +0800, yakui.z...@intel.com wrote: > >> From: Zhao Yakui > >> > >> Disable all the possible outputs/crtcs before entering KMS mode. > > > > We need a bit more info than this for such a

Re: [PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-05 Thread ykzhao
On Sat, 2009-12-05 at 04:40 +0800, Dave Airlie wrote: > On Fri, 2009-12-04 at 20:05 +0800, yakui.z...@intel.com wrote: > > From: Zhao Yakui > > > > Disable all the possible outputs/crtcs before entering KMS mode. > > We need a bit more info than this for such a large change? The BIOS will selec

Re: [PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-04 Thread Rafał Miłecki
2009/12/4 Dave Airlie : > On Fri, 2009-12-04 at 20:05 +0800, yakui.z...@intel.com wrote: >> From: Zhao Yakui >> >> Disable all the possible outputs/crtcs before entering KMS mode. > > We need a bit more info than this for such a large change? > > At one point we wanted to do smooth startup for LVD

Re: [PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-04 Thread Dave Airlie
On Fri, 2009-12-04 at 20:05 +0800, yakui.z...@intel.com wrote: > From: Zhao Yakui > > Disable all the possible outputs/crtcs before entering KMS mode. We need a bit more info than this for such a large change? At one point we wanted to do smooth startup for LVDS panels, so that we read back the

[PATCH] drm: Disable all the possibles output/crtcs before entering KMS mode

2009-12-04 Thread yakui . zhao
From: Zhao Yakui Disable all the possible outputs/crtcs before entering KMS mode. Signed-off-by: Zhao Yakui --- drivers/gpu/drm/drm_crtc_helper.c | 32 include/drm/drm_crtc_helper.h |2 ++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git