[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
On Fri, Apr 30, 2010 at 12:06 PM, Alex Deucher wrote: > On Fri, Apr 30, 2010 at 11:16 AM, Alex Deucher > wrote: >> On Fri, Apr 30, 2010 at 6:08 AM, Jerome Glisse wrote: >>> From: John Doe >>> >>> Compute downscaled mode timing like DDX does on legacy hw. >>> With this patch it's now possible t

[Bug 27866] d-r-t crashes at radeon_bo_unref() with dynpm=1

2010-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27866 --- Comment #8 from Alex Deucher 2010-04-30 16:32:52 PDT --- (In reply to comment #7) > yes the crash appears gone thank you, however I am seeing a new issue after > the > pull. every now and again there is screen flicker. it is extremely fast

[Bug 27866] d-r-t crashes at radeon_bo_unref() with dynpm=1

2010-04-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27866 --- Comment #8 from Alex Deucher 2010-04-30 16:32:52 PDT --- (In reply to comment #7) > yes the crash appears gone thank you, however I am seeing a new issue after > the > pull. every now and again there is screen flicker. it is extremely fas

[Bug 27866] d-r-t crashes at radeon_bo_unref() with dynpm=1

2010-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27866 --- Comment #7 from Aidan Marks 2010-04-30 16:24:38 PDT --- yes the crash appears gone thank you, however I am seeing a new issue after the pull. every now and again there is screen flicker. it is extremely fast, if you blink you will miss it.

[Bug 27866] d-r-t crashes at radeon_bo_unref() with dynpm=1

2010-04-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27866 --- Comment #7 from Aidan Marks 2010-04-30 16:24:38 PDT --- yes the crash appears gone thank you, however I am seeing a new issue after the pull. every now and again there is screen flicker. it is extremely fast, if you blink you will miss it.

Re: [PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
On Fri, Apr 30, 2010 at 12:06 PM, Alex Deucher wrote: > On Fri, Apr 30, 2010 at 11:16 AM, Alex Deucher wrote: >> On Fri, Apr 30, 2010 at 6:08 AM, Jerome Glisse wrote: >>> From: John Doe >>> >>> Compute downscaled mode timing like DDX does on legacy hw. >>> With this patch it's now possible to u

[patch] i915: take struct_mutex lock in intel_setup_overlay()

2010-04-30 Thread Dan Carpenter
This is more of RFC than a proper patch. I was looking at https://bugzilla.kernel.org/show_bug.cgi?id=15673 and I wrote a script to show where we call drm_gem_object_unreference() without holding struct_mutex and it showed these two places. There call tree to here is: i915_load_modeset_init()

[PATCH] drm/radeon/kms/legacy: only enable load detection property on DVI-I

2010-04-30 Thread Alex Deucher

[PATCH] drm/radeon/kms/legacy: only enable load detection

2010-04-30 Thread Alex Deucher
property on DVI-I DVI-D doesn't have analog. This matches the avivo behavior. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_connectors.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu/drm/radeon

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Jerome Glisse
Compute downscaled mode timing like DDX does on legacy hw. With this patch it's now possible to use non native laptop panel resolution. Tested on M7 (7500) laptop. Cc: Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 23 ++- 1 files change

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Jerome Glisse
From: John Doe Compute downscaled mode timing like DDX does on legacy hw. With this patch it's now possible to use non native laptop panel resolution. Tested on M7 (7500) laptop. Cc: Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 23 ++

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
htotal; >> + ? ? ? ? ? ? ? adjusted_mode->vsync_start = adjusted_mode->crtc_vsync_start; >> + ? ? ? ? ? ? ? adjusted_mode->vsync_end = adjusted_mode->crtc_vsync_end; >> + ? ? ? ? ? ? ? adjusted_mode->vtotal = adjusted_mode->crtc_vtotal; >> ? ? ? ?} >> - >> ? ? ? ?return true; >> ?} >> >> -- >> 1.7.0.1 >> >> ___ >> dri-devel mailing list >> dri-devel at lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/dri-devel >> > -- next part -- A non-text attachment was scrubbed... Name: 0001-drm-radeon-kms-fix-panel-scaling-adjusted-mode-setu.patch Type: application/mbox Size: 5726 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100430/54be4e43/attachment.bin>

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
> dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- A non-text attachment was scrubbed... Name: 0001-drm-radeon-kms-fix-reversed-logic-in-panel-scaling.patch Type: application/mbox Size: 2029 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100430/1305e4e2/attachment.bin>

[PATCH] drm/radeon/kms/legacy: only enable load detection property on DVI-I

2010-04-30 Thread Alex Deucher
>From fe6f8ca21f904883be8c33d0f7e11df2c7165809 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 30 Apr 2010 12:37:31 -0400 Subject: [PATCH] drm/radeon/kms/legacy: only enable load detection property on DVI-I DVI-D doesn't have analog. This matches the avivo behavior. Signed-off-by: Alex D

Re: [PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
On Fri, Apr 30, 2010 at 11:16 AM, Alex Deucher wrote: > On Fri, Apr 30, 2010 at 6:08 AM, Jerome Glisse wrote: >> From: John Doe >> >> Compute downscaled mode timing like DDX does on legacy hw. >> With this patch it's now possible to use non native laptop >> panel resolution. Tested on M7 (7500)

Re: [PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Alex Deucher
On Fri, Apr 30, 2010 at 6:08 AM, Jerome Glisse wrote: > From: John Doe > > Compute downscaled mode timing like DDX does on legacy hw. > With this patch it's now possible to use non native laptop > panel resolution. Tested on M7 (7500) laptop. I think I just had the logic reversed previously. Do

[Bug 27822] [REGR] Soft lockup with "[TTM] Buffer eviction failed" on resume

2010-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27822 --- Comment #7 from Christian Schmidt 2010-04-30 06:53:20 PDT --- Created an attachment (id=35344) --> (https://bugs.freedesktop.org/attachment.cgi?id=35344) dmesg of kernel where resume fails -- Configure bugmail: https://bugs.freedesktop.or

[Bug 27822] [REGR] Soft lockup with "[TTM] Buffer eviction failed" on resume

2010-04-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27822 --- Comment #7 from Christian Schmidt 2010-04-30 06:53:20 PDT --- Created an attachment (id=35344) --> (https://bugs.freedesktop.org/attachment.cgi?id=35344) dmesg of kernel where resume fails -- Configure bugmail: https://bugs.freedesktop.or

[Bug 27822] [REGR] Soft lockup with "[TTM] Buffer eviction failed" on resume

2010-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27822 --- Comment #6 from Christian Schmidt 2010-04-30 06:51:54 PDT --- Hi RafaƂ, Can you eleborate on what you see if resume fails? I do have some issues on my RV635, and testing with various kernels has shown me: == rc5 resume failure 10fd883ce384

[Bug 27822] [REGR] Soft lockup with "[TTM] Buffer eviction failed" on resume

2010-04-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27822 --- Comment #6 from Christian Schmidt 2010-04-30 06:51:54 PDT --- Hi Rafa?, Can you eleborate on what you see if resume fails? I do have some issues on my RV635, and testing with various kernels has shown me: == rc5 resume failure 10fd883ce384

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Jerome Glisse
Compute downscaled mode timing like DDX does on legacy hw. With this patch it's now possible to use non native laptop panel resolution. Tested on M7 (7500) laptop. Cc: Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 23 ++- 1 files change

[PATCH] drm/radeon/kms: fix legacy LVDS mode computation

2010-04-30 Thread Jerome Glisse
From: John Doe Compute downscaled mode timing like DDX does on legacy hw. With this patch it's now possible to use non native laptop panel resolution. Tested on M7 (7500) laptop. Cc: Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 23 ++