Re: [Dual-LVDS Acer Iconia laptop] i915/DRM issue: one screen stays off [3.2-rc4+]

2011-12-04 Thread joeyli
Add Cc. to platform-driver-x86 and linux-acpi Hi Baptiste 於 日,2011-12-04 於 17:07 +0100,Baptiste Jonglez 提到: > Hi, > > I've got a lot of troubles with a dual-LVDS Acer laptop (it doesn't > have a keyboard, but two displays with touchscreens) > > The Intel GPU is integrated into the Core i5-480M

i915: eDP regression

2011-12-04 Thread Kirill A. Shutemov
Hi, Commit dc22ee6 introduces regression on my laptop HP EliteBook 8440p. I see nothing on the panel after mode setting. Reverting the commit fixes the issue. $ sudo lspci -vv - -s 00:02.0 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (re

[PATCH] drm/i915: Use kcalloc instead of kzalloc to allocate array

2011-12-04 Thread Thomas Meyer
The advantage of kcalloc is, that will prevent integer overflows which could result from the multiplication of number of elements and size and it is also a bit nicer to read. The semantic patch that makes this change is available in https://lkml.org/lkml/2011/11/25/107 Signed-off-by: Thomas Meyer

[PATCH] vmwgfx: Use kcalloc instead of kzalloc to allocate array

2011-12-04 Thread Thomas Meyer
The advantage of kcalloc is, that will prevent integer overflows which could result from the multiplication of number of elements and size and it is also a bit nicer to read. The semantic patch that makes this change is available in https://lkml.org/lkml/2011/11/25/107 Signed-off-by: Thomas Meyer

[PATCH] drm/radeon: Use kcalloc instead of kzalloc to allocate array

2011-12-04 Thread Thomas Meyer
The advantage of kcalloc is, that will prevent integer overflows which could result from the multiplication of number of elements and size and it is also a bit nicer to read. The semantic patch that makes this change is available in https://lkml.org/lkml/2011/11/25/107 Signed-off-by: Thomas Meyer

[PATCH] drm: Use kcalloc instead of kzalloc to allocate array

2011-12-04 Thread Thomas Meyer
The advantage of kcalloc is, that will prevent integer overflows which could result from the multiplication of number of elements and size and it is also a bit nicer to read. The semantic patch that makes this change is available in https://lkml.org/lkml/2011/11/25/107 Signed-off-by: Thomas Meyer

[Bug 43522] New: matrixview segfaults because of _tnl_emit_vertices_to_buffer heap corruption

2011-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43522 Bug #: 43522 Summary: matrixview segfaults because of _tnl_emit_vertices_to_buffer heap corruption Classification: Unclassified Product: Mesa Version: 7.11 Platform: x

[Dual-LVDS Acer Iconia laptop] i915/DRM issue: one screen stays off [3.2-rc4+]

2011-12-04 Thread Baptiste Jonglez
- next part -- A non-text attachment was scrubbed... Name: dsdt Type: application/octet-stream Size: 60508 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20111204/d638f592/attachment-0001.obj>

[Bug 43522] New: matrixview segfaults because of _tnl_emit_vertices_to_buffer heap corruption

2011-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43522 Bug #: 43522 Summary: matrixview segfaults because of _tnl_emit_vertices_to_buffer heap corruption Classification: Unclassified Product: Mesa Version: 7.11 Platform: x

[HACK][TESTING ONLY][PATCH] drm/radeon/kms: workaround broken atombios_get_encoder_mode (see FIXMEs)

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/atombios_encoders.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios_encoders.c b/drivers/gpu/drm/radeon/atombios_encoders.c index 39c04c1..6bb967d 100644 --- a/drivers/gpu/drm/radeon/atombios_encoders.c +++ b/dri

[RFC][PATCH 2/2] drm/radeon/kms: enable HDMI on Evergreen encoders

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/evergreen_reg.h |3 +++ drivers/gpu/drm/radeon/r600_hdmi.c | 16 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_reg.h b/drivers/gpu/drm/radeon/evergreen_reg.h index b883911..2dc1365 100644 ---

[RFC][PATCH 1/2] drm/radeon/kms: support for audio on Evergreen

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/evergreen.c | 14 ++ drivers/gpu/drm/radeon/evergreen_reg.h |7 +++ drivers/gpu/drm/radeon/r600_audio.c| 17 ++--- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gp

WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413

2011-12-04 Thread Jerome Glisse
On Sat, Dec 3, 2011 at 8:02 PM, Markus Trippelsdorf wrote: > On 2011.12.03 at 14:31 -0500, Jerome Glisse wrote: >> On Sat, Dec 3, 2011 at 7:29 AM, Markus Trippelsdorf >> wrote: >> > On 2011.12.03 at 12:20 +, Dave Airlie wrote: >> >> >> > > > > FIX idr_layer_cache: Marking all objects used >>

[PATCH] drm/radeon/kms: minor HDMI audio cleanups

2011-12-04 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/r600_audio.c | 37 +++--- drivers/gpu/drm/radeon/r600_hdmi.c | 14 ++-- 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_audio.c b/drivers/gpu/drm/radeon/

Re: WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413

2011-12-04 Thread Jerome Glisse
On Sat, Dec 3, 2011 at 8:02 PM, Markus Trippelsdorf wrote: > On 2011.12.03 at 14:31 -0500, Jerome Glisse wrote: >> On Sat, Dec 3, 2011 at 7:29 AM, Markus Trippelsdorf >> wrote: >> > On 2011.12.03 at 12:20 +, Dave Airlie wrote: >> >> >> > > > > FIX idr_layer_cache: Marking all objects used >>

[Bug 43504] render to texture artifacts (tiling related?) on AMD RV670

2011-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43504 Micael Dias changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43504] render to texture artifacts (tiling related?) on AMD RV670

2011-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43504 --- Comment #1 from Micael Dias 2011-12-03 21:26:41 PST --- Created attachment 54102 --> https://bugs.freedesktop.org/attachment.cgi?id=54102 Contents of RTT After some more messing around I have proof that the problem is when rendering to th

[Bug 43504] render to texture artifacts (tiling related?) on AMD RV670

2011-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43504 Micael Dias changed: What|Removed |Added Summary|tex2D() artifacts (tiling |render to texture artifacts

[HACK][TESTING ONLY][PATCH] drm/radeon/kms: workaround broken atombios_get_encoder_mode (see FIXMEs)

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/atombios_encoders.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios_encoders.c b/drivers/gpu/drm/radeon/atombios_encoders.c index 39c04c1..6bb967d 100644 --- a/drivers/gpu/drm/radeon/atombios_encoders.c +++ b/dri

[RFC][PATCH 2/2] drm/radeon/kms: enable HDMI on Evergreen encoders

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/evergreen_reg.h |3 +++ drivers/gpu/drm/radeon/r600_hdmi.c | 16 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_reg.h b/drivers/gpu/drm/radeon/evergreen_reg.h index b883911..2dc1365 100644 ---

[RFC][PATCH 1/2] drm/radeon/kms: support for audio on Evergreen

2011-12-04 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/evergreen.c | 14 ++ drivers/gpu/drm/radeon/evergreen_reg.h |7 +++ drivers/gpu/drm/radeon/r600_audio.c| 17 ++--- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gp

[PATCH] drm/radeon/kms: minor HDMI audio cleanups

2011-12-04 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/r600_audio.c | 37 +++--- drivers/gpu/drm/radeon/r600_hdmi.c | 14 ++-- 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_audio.c b/drivers/gpu/drm/radeon/

WARNING: at mm/slub.c:3357, kernel BUG at mm/slub.c:3413

2011-12-04 Thread Markus Trippelsdorf
On 2011.12.03 at 14:31 -0500, Jerome Glisse wrote: > On Sat, Dec 3, 2011 at 7:29 AM, Markus Trippelsdorf > wrote: > > On 2011.12.03 at 12:20 +, Dave Airlie wrote: > >> >> > > > > FIX idr_layer_cache: Marking all objects used > >> >> > > > > >> >> > > > Yesterday I couldn't reproduce the issue