Re: [PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-30 Thread Dave Airlie
Signed-off-by: Maarten Maathuis madman2...@gmail.com -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie Linux kernel - DRI, VAX / pam_smb / ILUG On Thu, 27 Aug 2009, Maarten Maathuis wrote: - The previous system was not very transparent, nor flexible. -

[PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-27 Thread Maarten Maathuis
- The previous system was not very transparent, nor flexible. - This is needed to be able to fix a few bugs in the mechanism. Signed-off-by: Maarten Maathuis madman2...@gmail.com --- drivers/gpu/drm/drm_crtc_helper.c | 86 +++-- 1 files changed, 54

Re: [PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-26 Thread Dave Airlie
On Wed, 19 Aug 2009, Maarten Maathuis wrote: - The previous system was not very transparent, nor flexible. - This is needed to be able to fix a few bugs in the mechanism. This fails checkpatch.pl, please fix whitespace. ERROR: trailing whitespace #75: FILE:

Re: [PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-21 Thread Maarten Maathuis
@Dave: any word yet? On Wed, Aug 19, 2009 at 4:43 PM, Maarten Maathuismadman2...@gmail.com wrote: No complaints with this patch set? I just need plausible upstream-ability, when it happens is not a big issue for me. Maarten.

Re: [PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-19 Thread Maarten Maathuis
No complaints with this patch set? I just need plausible upstream-ability, when it happens is not a big issue for me. Maarten. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

[PATCH 1/3] drm/crtc_helper: replace modeset fail path with something simpler

2009-08-18 Thread Maarten Maathuis
- The previous system was not very transparent, nor flexible. - This is needed to be able to fix a few bugs in the mechanism. Signed-off-by: Maarten Maathuis madman2...@gmail.com --- drivers/gpu/drm/drm_crtc_helper.c | 86 +++-- 1 files changed, 54