[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 --- Comment #6 from Michal Krenek (Mikos) 2010-06-18 22:44:28 --- Created an attachment (id=26857) --> (https://bugzilla.kernel.org/attachment.cgi?id=26857) xrandr --verbose output on RS780G based desktop (for comparison) (output from desk

[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 --- Comment #5 from Michal Krenek (Mikos) 2010-06-18 22:39:06 --- Created an attachment (id=26856) --> (https://bugzilla.kernel.org/attachment.cgi?id=26856) xrandr --verbose output on RS690M based laptop (output after connecting HDMI cable

[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 Michal Krenek (Mikos) changed: What|Removed |Added Attachment #26853|0 |1 is obsolete|

[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 --- Comment #3 from Michal Krenek (Mikos) 2010-06-18 22:16:18 --- Created an attachment (id=26853) --> (https://bugzilla.kernel.org/attachment.cgi?id=26853) dmesg | egrep "drm|radeon" output on incriminated laptop -- Configure bugmail: ht

[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 --- Comment #2 from Michal Krenek (Mikos) 2010-06-18 22:09:46 --- Created an attachment (id=26852) --> (https://bugzilla.kernel.org/attachment.cgi?id=26852) First patch attempt by glisse (this doesn't work) I have already discussed this is

[Bug 16249] HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 Rafał Miłecki changed: What|Removed |Added CC||[email protected] --- Comment #1 from

[Bug 16249] New: HDMI doesn't work on Radeon RS690M

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16249 Summary: HDMI doesn't work on Radeon RS690M Product: Drivers Version: 2.5 Kernel Version: 2.6.35-rc3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

Re: How to clear WC buffer, or is it needs to clear WC buffer

2010-06-18 Thread Eric Anholt
On Fri, 18 Jun 2010 16:51:02 +0800, april wrote: > Hi all: > > I have a problem. I want to make a command buffer in PCIE memory, and > make Engine execute those commands. > First set PCIE memory to be WC, copy command to command buffer in PCIE > memory, and make HW to execute those commands. > so

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

2010-06-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=13294 Rafael J. Wysocki changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #15 from Rafae

How to clear WC buffer, or is it needs to clear WC buffer

2010-06-18 Thread april
Hi all: I have a problem. I want to make a command buffer in PCIE memory, and make Engine execute those commands. First set PCIE memory to be WC, copy command to command buffer in PCIE memory, and make HW to execute those commands. sometimes, the Graphic engine will hang. I try to use mb() to cle