[Bug 22146] New: DRI2 frontbuffer rendering broken on mesa 7_5 branch, but works on master

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22146 Summary: DRI2 frontbuffer rendering broken on mesa 7_5 branch, but works on master Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All)

[Bug 10561] SecondLife client hangs at startup with r300

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10561 --- Comment #31 from Michel Dänzer mic...@daenzer.net 2009-06-08 03:16:24 PST --- (In reply to comment #29) Can you reproduce it with current master or radeon-rewrite branch of mesa? Mesa doesn't matter for this... Looking at

[Bug 13485] New: Console uses less than full resolution

2009-06-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13485 Summary: Console uses less than full resolution Product: Drivers Version: 2.5 Kernel Version: v2.6.30-rc8-5-gc9fb15f Platform: All OS/Version: Linux Tree: Mainline

[Resend3] [Intel-gfx][Patch_v2] DRM/I915: Sync the LVDS panel fitting property with 2D driver

2009-06-08 Thread yakui_zhao
This covers: a. create the scaling mode property and attach it to LVDS b. add the support of panel fitting property for LVDS c. update the display mode according to the panel fitting mode v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based on Eric's

Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-08 Thread yakui_zhao
On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote: On Fri, 2009-06-05 at 15:45 +0800, yakui_zhao wrote: It is useful to get the register snapshot. Add a debugfs I/F named i915_reg to dump the I915 register snapshot. And this is created under the dri/0/ of debugfs. The output

[Resend2][Intel-gfx] [PATCH 1/3] Add the private data for the LVDS connector

2009-06-08 Thread yakui_zhao
Add the private data when the connector type is LVDS. We can use the private_data to store the LVDS panel limit. For example: Hdisplay, Vdisplay Signed-off-by: Zhao Yakui yakui.z...@intel.com --- src/drmmode_display.c | 24 +++- 1 file changed, 23 insertions(+), 1

[Resend2][Intel-gfx] [PATCH 0/3] Add the default mode for LVDS in KMS mode

2009-06-08 Thread yakui_zhao
Hi, All the following is the patch set that adds the default modes for LVDS in KMS mode. It is to solve the following bugs: http://bugs.freedesktop.org/show_bug.cgi?id=20801 http://bugs.freedesktop.org/show_bug.cgi?id=21094

[Resend] [Intel-gfx] [PATCH 2/3] parse general definition block to get the SDVO device info

2009-06-08 Thread yakui_zhao
The general definition block contains the child device tables, which include the child device info. For example: device slave address, device dvo port, device type. We will get the info of SDVO device by parsing the general definition blocks. Only when a valid slave address is found, it is

[Resend2][Intel-gfx] [PATCH 3/3] Fix EDID for LVDS output device to add the default modes

2009-06-08 Thread yakui_zhao
Fix the EDID for the LVDS output device to add the default modes.This is similar to what we have done in UMS mode. a. When there exists the EDID, either find the DS_RANGES block or replace a DS_VENDOR block, smashing it into a DS_RANGES block with open refresh to match all the defaults modes. b.

[Resend] [Intel-gfx] [PATCH 0/3] use the sdvo device info parsed from VBT to initialize SDVO device

2009-06-08 Thread yakui_zhao
Hi, The following is the patch set that use the SDVO device info parsed from general definition block to initialize the SDVO device. It is to fix the following bug: http://bugs.freedesktop.org/show_bug.cgi?id=20429 By parsing the general definition block of VBT

[Resend] [Intel-gfx] [PATCH 3/3] Initialize the SDVO device based on the sdvo info parsed from VBT

2009-06-08 Thread yakui_zhao
Subject: GFX: Initialize the SDVO device based on the valid slave address From: Zhao Yakui yakui.z...@intel.com When the slave address is found for the SDVO port, the SDVO device will be initialzied. When the slave address is not found for the SDVO port, it will return the slave address by using

[Resend][Intel-gfx] [PATCH 1/3] Dynamically get the number of child device in general definition block

2009-06-08 Thread yakui_zhao
The size of general definition block varies on different platform/machines. In such case the number of child device is also different. And it will be better to get the number of child device in general definition block dynamically. The number of child device can be calculated by the following

[Resend2] [Intel-gfx] [PATCH 2/3] Get the LVDS panel limit and check whether the given modeline is valid

2009-06-08 Thread yakui_zhao
When the connector type is LVDS, it will traverse the mode list returned by KMS kernel to get the LVDS panel limit. Then it will use the panel limit to check whether the given modeline is valid. If the given modeline exceeds the LVDS panel limit, it will be invalid. Signed-off-by: Zhao Yakui

[Resend3] [Intel-gfx] [PATCH 0/3] Add the default mode for LVDS in KMS mode

2009-06-08 Thread yakui_zhao
Hi, All the following is the patch set that adds the default modes for LVDS in KMS mode. Patch 1/3: Add a private data for LVDS When the connector type is LVDS, it will add a private data that can be used to store the LVDS panel limit. For example: hdisplay,

Re: [Intel-gfx] [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-08 Thread Simon Farnsworth
yakui_zhao wrote: Sometimes we can see the register snapshot without using the intel-gpu-tools. For example: in UMS mode we often get the register snapshot several times in starting X. It will be good that we expose the raw register values and then they are parsed by intel-gpu-tools if we

[Bug 22153] New: X Locks Hard on Totem Transitions between Windowed and Full Screen

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22153 Summary: X Locks Hard on Totem Transitions between Windowed and Full Screen Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 22153] X Locks Hard on Totem Transitions between Windowed and Full Screen

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22153 cakristof cakris...@gmail.com changed: What|Removed |Added Attachment #26547|/var/log/messages |/var/log/messages.bz2

[Bug 22153] X Locks Hard on Totem Transitions between Windowed and Full Screen

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22153 cakristof cakris...@gmail.com changed: What|Removed |Added Attachment #26546|Xorg.0.log |Xorg.0.log.bz2

[Bug 22017] Incorrect Colours Radeon 9200 - Mesa 7.4-1

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #9 from Michel Dänzer mic...@daenzer.net 2009-06-08 06:59:59 PST --- (In reply to comment #8) bisecting the radeon driver may be tricky though: IIRC it has a dependency on the new X server. There should only be an ABI

[Bug 22153] X Locks Hard on Totem Transitions between Windowed and Full Screen

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22153 --- Comment #1 from cakristof cakris...@gmail.com 2009-06-08 06:49:06 PST --- Created an attachment (id=26547) -- (http://bugs.freedesktop.org/attachment.cgi?id=26547) /var/log/messages -- Configure bugmail:

[Bug 22017] Incorrect Colours Radeon 9200 - Mesa 7.4-1

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #10 from Phil Armstrong p...@kantaka.co.uk 2009-06-08 07:25:18 PST --- I've been using 3D hardware acceleration (with correct colours ;) on various PowerMacs for almost a decade, and fixing bugs as I was aware of them. It's hard

RE: [Intel-gfx] [PATCH] drm: remove mode from list and destroy it in order

2009-06-08 Thread Ma, Ling
Any comments ? Thanks Ma Ling -Original Message- From: intel-gfx-boun...@lists.freedesktop.org [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of Ma Ling Sent: Friday, June 05, 2009 5:16 PM To: dri-devel@lists.sourceforge.net Cc: intel-...@lists.freedesktop.org Subject:

[Bug 13294] i915: drm: xorg leaks drm objects massively

2009-06-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13294 --- Comment #9 from Sergei Trofimovich sly...@gmail.com 2009-06-08 19:47:18 --- All problems disappear when I enable i915 KMS. Xorg VSIZE reduces from 500M to 200M, VT switch does not cause any warnings. So, bug only appears in non-KMS mode.

[Bug 13490] New: after some time of inactivity display turns black - requires hard restart

2009-06-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13490 Summary: after some time of inactivity display turns black - requires hard restart Product: Drivers Version: 2.5 Kernel Version: 2.6.30-rc8 Platform: All OS/Version: Linux

[Bug 22164] New: PATCH: Fix DRM_MAJOR for NetBSD in libdrm

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22164 Summary: PATCH: Fix DRM_MAJOR for NetBSD in libdrm Product: DRI Version: XOrg CVS Platform: All OS/Version: NetBSD Status: NEW Severity: major Priority: medium

[Bug 13490] after some time of inactivity display turns black - requires hard restart

2009-06-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13490 Ben Gamari bgam...@gmail.com changed: What|Removed |Added CC||bgam...@gmail.com ---

[Bug 22167] New: [855GM] corrupted fonts with xf86-video-intel from git

2009-06-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22167 Summary: [855GM] corrupted fonts with xf86-video-intel from git Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

Plumbers Conference X Window System track submissions

2009-06-08 Thread Keith Packard
Paul McKenney reminds me that submissions for the X track at Plumbers are due shortly (Monday, 15 June 2009 PDT); I'd love to hear from anyone interested in helping with a presentation or other content for our slot. I'm interested in hearing about presentations, demonstrations and topics for

Re: Plumbers Conference X Window System track submissions

2009-06-08 Thread Corbin Simpson
Keith Packard wrote: Paul McKenney reminds me that submissions for the X track at Plumbers are due shortly (Monday, 15 June 2009 PDT); I'd love to hear from anyone interested in helping with a presentation or other content for our slot. I'm interested in hearing about presentations,

Re: Plumbers Conference X Window System track submissions

2009-06-08 Thread Keith Packard
On Mon, 2009-06-08 at 22:26 -0700, Corbin Simpson wrote: As somebody who can't keep his mouth shut, would any of the following be interesting/Oh hey, you'll talk about it? Then I don't have to!: I'm supposed to be emceeing this event, not doing a solo... - omapfb, DSS/DSS2, and why embedded