[PATCH 1/1] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread Thomas Reim
Dear Alex, > I think it would be better to add a quirk flag and only do the > extended probe on specific boards where it is required. E.g., > > if (radeon_connector->requires_extended_probe) > radeon_ddc_probe_extended(); > else > radeon_ddc_probe(); > > Alex Today, I updated the patch

How DRM differs from KGI?

2011-06-23 Thread PRASANNA KUMAR
I am wrong. I think this is the correct mailing list if not just direct me to the proper mailing list. Thanks, PrasannaKumar Muralidharan -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110623/

How DRM differs from KGI?

2011-06-23 Thread PRASANNA KUMAR
I came across something called as KGI - kernel graphics interface (http://www.kgi-project.org/). It seems it provides the same features as KMS. What is the difference between those two? Any specific reason for not choosing KGI? I don't know much about KGI so feel free to correct me if I am wrong

drm/i915: double unlock in intel_setup_overlay()

2011-06-23 Thread Dan Carpenter
Smatch complains about the recent locking changes in intel_setup_overlay() that it unlocks twice on an error path. I was also curious if we shouldn't call i915_gem_object_unpin() on that error path. I don't know the drm code well enough to know about unpinning so I'm sending this bug report inste

Re: [PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread Thomas Reim
Hi Alex, thank you for your feedback. > Thinking about it more, it might be cleaner to just make the extended > mode a flag, e.g., > dret = radeon_ddc_probe_extended(radeon_connector, > radeon_connector->requires_extended_probe); > and handle the extended fetch in the same probe function. > OK.

[git pull] drm radeon fixes

2011-06-23 Thread Dave Airlie
Two fixes from Alex, one fixes a possible hang on boot on some cards, the other fixes a fusion bug. Dave. The following changes since commit bccaeafd7c117acee36e90d37c7e05c19be9e7bf: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 (2011-06-22 21:49:

drm/i915: double unlock in intel_setup_overlay()

2011-06-23 Thread Chris Wilson
On Thu, 23 Jun 2011 21:06:16 +0300, Dan Carpenter wrote: > Smatch complains about the recent locking changes in > intel_setup_overlay() that it unlocks twice on an error path. I was > also curious if we shouldn't call i915_gem_object_unpin() on that > error path. I don't know the drm code well e

[PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread Alex Deucher
On Thu, Jun 23, 2011 at 6:05 PM, wrote: > From: Thomas Reim > > Some integrated ATI Radeon chipset implementations > (e. g. Asus M2A-VM HDMI, RS690) indicate the availability > of a DDC even when there's no monitor connected. > In this case, drm_get_edid() and drm_edid_block_valid() > periodical

Oops in i915 intel_init_clock_gating

2011-06-23 Thread Florian Mickler
On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) Alan Stern wrote: > On Wed, 22 Jun 2011, Keith Packard wrote: > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > virtuousgeek.org> wrote: > > > > I haven't seen any comments as to whether this patch needs to be merged > > into the kernel. Has anyo

[PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-06-23 Thread Geert Uytterhoeven
On Wed, Jun 22, 2011 at 07:45, Florian Tobias Schandinat wrote: > On 06/21/2011 10:31 PM, Laurent Pinchart wrote: >> On Tuesday 21 June 2011 22:49:14 Geert Uytterhoeven wrote: >>> On Tue, Jun 21, 2011 at 17:36, Laurent Pinchart wrote: +The FOURCC-based API replaces format descriptions by four

[Bug 38547] r600g fails shader, tries to run with failed shader, freezes.

2011-06-23 Thread David Lamparter
On Thu, Jun 23, 2011 at 06:22:47AM -0700, bugzilla-daemon at freedesktop.org wrote: > --- Comment #5 from Jerome Glisse 2011-06-23 > 06:22:47 PDT --- > The mesa dump shader should at least print the shader that you already pasted > here. Really need the glsl one Really need the shader dumping c

Re: [PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread Alex Deucher
On Thu, Jun 23, 2011 at 6:05 PM, wrote: > From: Thomas Reim > > Some integrated ATI Radeon chipset implementations > (e. g. Asus M2A-VM HDMI, RS690) indicate the availability > of a DDC even when there's no monitor connected. > In this case, drm_get_edid() and drm_edid_block_valid() > periodical

[PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread reimth
From: Thomas Reim Some integrated ATI Radeon chipset implementations (e. g. Asus M2A-VM HDMI, RS690) indicate the availability of a DDC even when there's no monitor connected. In this case, drm_get_edid() and drm_edid_block_valid() periodically dump data and kernel errors into system log files an

Re: [PATCH 1/1] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-23 Thread Thomas Reim
Dear Alex, > I think it would be better to add a quirk flag and only do the > extended probe on specific boards where it is required. E.g., > > if (radeon_connector->requires_extended_probe) > radeon_ddc_probe_extended(); > else > radeon_ddc_probe(); > > Alex Today, I updated the patch

[Bug 38440] ETQW: Model in team select rendering too bright

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38440 --- Comment #5 from Sven Arvidsson 2011-06-23 13:38:31 PDT --- I'm not sure what the procedure for this is, but it would be great if this patch would be merged in time for 7.11. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 38440] ETQW: Model in team select rendering too bright

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38440 --- Comment #5 from Sven Arvidsson 2011-06-23 13:38:31 PDT --- I'm not sure what the procedure for this is, but it would be great if this patch would be merged in time for 7.11. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 38452] ETQW: Renders garbage in some places

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38452 --- Comment #5 from Benjamin Bellec 2011-06-23 13:21:45 PDT --- Thanks for your work, Vadim, it's really appreciated. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 38452] ETQW: Renders garbage in some places

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38452 --- Comment #5 from Benjamin Bellec 2011-06-23 13:21:45 PDT --- Thanks for your work, Vadim, it's really appreciated. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

Oops in i915 intel_init_clock_gating

2011-06-23 Thread Alan Stern
On Thu, 23 Jun 2011, Florian Mickler wrote: > On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) > Alan Stern wrote: > > > On Wed, 22 Jun 2011, Keith Packard wrote: > > > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > > virtuousgeek.org> wrote: > > > > > > I haven't seen any comments as to whet

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #9 from Harald Judt 2011-06-23 12:55:28 PDT --- Yes, but it gets even stranger: Do hibernate & resume --> power_profile does not work, radeon_pm_info messed up. *Now* do suspend & resume --> power_profile works again, radeon_pm_info

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #9 from Harald Judt 2011-06-23 12:55:28 PDT --- Yes, but it gets even stranger: Do hibernate & resume --> power_profile does not work, radeon_pm_info messed up. *Now* do suspend & resume --> power_profile works again, radeon_pm_info

Re: drm/i915: double unlock in intel_setup_overlay()

2011-06-23 Thread Chris Wilson
On Thu, 23 Jun 2011 21:06:16 +0300, Dan Carpenter wrote: > Smatch complains about the recent locking changes in > intel_setup_overlay() that it unlocks twice on an error path. I was > also curious if we shouldn't call i915_gem_object_unpin() on that > error path. I don't know the drm code well e

[PATCH] drm/radeon/kms: handle special cases for vddc

2011-06-23 Thread Alex Deucher
A voltage value of 0xff01 requires that the driver look up the max voltage for the board based using the atom SetVoltage command table. Setting the proper voltage should fix stability on some newer asics. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h |1 + drivers

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #8 from Alex Deucher 2011-06-23 12:03:35 PDT --- (In reply to comment #7) > So suspend-to-ram seems to work correctly, while suspend-to-disk does not. Strange. The driver doesn't differentiate between the two. -- Configure bugmail

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #8 from Alex Deucher 2011-06-23 12:03:35 PDT --- (In reply to comment #7) > So suspend-to-ram seems to work correctly, while suspend-to-disk does not. Strange. The driver doesn't differentiate between the two. -- Configure bugmai

drm/i915: double unlock in intel_setup_overlay()

2011-06-23 Thread Dan Carpenter
Smatch complains about the recent locking changes in intel_setup_overlay() that it unlocks twice on an error path. I was also curious if we shouldn't call i915_gem_object_unpin() on that error path. I don't know the drm code well enough to know about unpinning so I'm sending this bug report inste

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #6 from Harald Judt 2011-06-23 11:18:38 PDT --- Created an attachment (id=48350) --> (https://bugs.freedesktop.org/attachment.cgi?id=48350) Sapphire Radeon HD6950 2GiB Video BIOS lspci: 01:00.0 VGA compatible controller: ATI Techno

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #7 from Harald Judt 2011-06-23 11:21:19 PDT --- A strange thing: Accidentally, I put the computer into suspend mode instead of hibernation. Resume was successful, and the power profile and clock readings were ok this time. So suspend

[Bug 33847] r600g hangs with WebGL

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33847 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33847] r600g hangs with WebGL

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33847 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #7 from Harald Judt 2011-06-23 11:21:19 PDT --- A strange thing: Accidentally, I put the computer into suspend mode instead of hibernation. Resume was successful, and the power profile and clock readings were ok this time. So suspend

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #6 from Harald Judt 2011-06-23 11:18:38 PDT --- Created an attachment (id=48350) --> (https://bugs.freedesktop.org/attachment.cgi?id=48350) Sapphire Radeon HD6950 2GiB Video BIOS lspci: 01:00.0 VGA compatible controller: ATI Techno

Some questions about DRM(Direct Rendering Manager)

2011-06-23 Thread daeinki
Hi Rob Clark, I'm sorry for that my mean didn't convey to you so I condensed that into brief again. I know drm_fb_helper_single_fb_probe() calls register_framebuffer(), My question is that it's right way to call only drm_fb_helper_set_par() if fb_helper->funcs->fb_probe() returns nonzero. In thi

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38581 --- Comment #6 from Roland Scheidegger 2011-06-23 10:14:19 PDT --- No idea what's going on then. In any case there certainly should be no more reports of the "too many varying components", though this never should have caused a crash neither, so

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38581 --- Comment #6 from Roland Scheidegger 2011-06-23 10:14:19 PDT --- No idea what's going on then. In any case there certainly should be no more reports of the "too many varying components", though this never should have caused a crash neither, so

[Bug 29226] on r600 and llvmpipe 3d applications are rendered in too bright colors

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29226 Michal Suchanek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 29226] on r600 and llvmpipe 3d applications are rendered in too bright colors

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29226 Michal Suchanek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: Oops in i915 intel_init_clock_gating

2011-06-23 Thread Alan Stern
On Thu, 23 Jun 2011, Florian Mickler wrote: > On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) > Alan Stern wrote: > > > On Wed, 22 Jun 2011, Keith Packard wrote: > > > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > > > wrote: > > > > > > I haven't seen any comments as to whether this patch

Re: Oops in i915 intel_init_clock_gating

2011-06-23 Thread Florian Mickler
On Wed, 22 Jun 2011 15:04:56 -0400 (EDT) Alan Stern wrote: > On Wed, 22 Jun 2011, Keith Packard wrote: > > > On Wed, 15 Jun 2011 13:32:56 -0700, Jesse Barnes > > wrote: > > > > I haven't seen any comments as to whether this patch needs to be merged > > into the kernel. Has anyone tested this?

[Bug 38072] i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38072 --- Comment #3 from Jure Repinc 2011-06-23 09:32:29 --- Created an attachment (id=63322) --> (https://bugzilla.kernel.org/attachment.cgi?id=63322) dmidecode -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 38072] i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38072 --- Comment #1 from Jure Repinc 2011-06-23 09:16:04 --- Created an attachment (id=63302) --> (https://bugzilla.kernel.org/attachment.cgi?id=63302) dmesg --- Comment #2 from Jure Repinc 2011-06-23 09:32:06 --- Created an attachment (id=633

[PATCH] drm/radeon/kms: handle special cases for vddc

2011-06-23 Thread Alex Deucher
A voltage value of 0xff01 requires that the driver look up the max voltage for the board based using the atom SetVoltage command table. Setting the proper voltage should fix stability on some newer asics. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h |1 + drivers

[Bug 38072] New: i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38072 Summary: i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750 Product: Drivers Version: 2.5 Kernel Version: 3.0-rc3 Platform: All OS/Version: Linux

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-06-23 Thread Geert Uytterhoeven
On Wed, Jun 22, 2011 at 07:45, Florian Tobias Schandinat wrote: > On 06/21/2011 10:31 PM, Laurent Pinchart wrote: >> On Tuesday 21 June 2011 22:49:14 Geert Uytterhoeven wrote: >>> On Tue, Jun 21, 2011 at 17:36, Laurent Pinchart wrote: +The FOURCC-based API replaces format descriptions by four

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Brian Paterni changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Brian Paterni changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #5 from Alex Deucher 2011-06-23 08:00:34 PDT --- Please attach a copy of your vbios. (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/ echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom -- Configure bugmail: https://b

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #5 from Alex Deucher 2011-06-23 08:00:34 PDT --- Please attach a copy of your vbios. (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/ echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom -- Configure bugmail: https://

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Roland Scheidegger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Roland Scheidegger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Bug 38547] r600g fails shader, tries to run with failed shader, freezes.

2011-06-23 Thread David Lamparter
On Thu, Jun 23, 2011 at 06:22:47AM -0700, bugzilla-dae...@freedesktop.org wrote: > --- Comment #5 from Jerome Glisse 2011-06-23 > 06:22:47 PDT --- > The mesa dump shader should at least print the shader that you already pasted > here. Really need the glsl one Really need the shader dumping code

[Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38089 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38089 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38089 --- Comment #3 from Alexandre Demers 2011-06-23 06:48:29 PDT --- I was not able to go deeper. But I'm sure it's related to the wrapper I use. So I'm closing it. If I ever find something different, I'll reopen it. -- Configure bugmail: https://

[Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38089 --- Comment #3 from Alexandre Demers 2011-06-23 06:48:29 PDT --- I was not able to go deeper. But I'm sure it's related to the wrapper I use. So I'm closing it. If I ever find something different, I'll reopen it. -- Configure bugmail: https://

[Bug 38547] r600g fails shader, tries to run with failed shader, freezes.

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38547 --- Comment #5 from Jerome Glisse 2011-06-23 06:22:47 PDT --- The mesa dump shader should at least print the shader that you already pasted here. Really need the glsl one -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 38547] r600g fails shader, tries to run with failed shader, freezes.

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38547 --- Comment #5 from Jerome Glisse 2011-06-23 06:22:47 PDT --- The mesa dump shader should at least print the shader that you already pasted here. Really need the glsl one -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 38270] Color Tiling unusable on NI

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #19 from Wojciech Pyczak 2011-06-23 05:41:12 PDT --- (In reply to comment #18) > (In reply to comment #16) > > As of 5ff22ab I no longer experience any problems with color tiling on 6850 > > (so > > far at least). > > I've just pul

[Bug 38270] Color Tiling unusable on NI

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #19 from Wojciech Pyczak 2011-06-23 05:41:12 PDT --- (In reply to comment #18) > (In reply to comment #16) > > As of 5ff22ab I no longer experience any problems with color tiling on 6850 > > (so > > far at least). > > I've just pul

[Bug 36435] [r600g] GPU lockup CP stall

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36435 ojab changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36435] [r600g] GPU lockup CP stall

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36435 ojab changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #3 from Sven A

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38581 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #3 from Sven

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38581 --- Comment #2 from Henri Verbeet 2011-06-23 02:47:59 PDT --- That's probably due to the driver reporting too few varyings. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 38581] [RADEON:KMS:R600G] wine, counter strike source crashes during gameplay

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38581 --- Comment #2 from Henri Verbeet 2011-06-23 02:47:59 PDT --- That's probably due to the driver reporting too few varyings. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 35051] [RADEON:KMS:R600G] wine Counter Strike Source Crashes at Startup

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #13 from Tobias Jakobi 2011-06-23 02:47:10 PDT --- I presume this was fixed by: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04554c7d3a3b28e8103e50ed54f1ac57c6c11017 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

[Bug 35051] [RADEON:KMS:R600G] wine Counter Strike Source Crashes at Startup

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #13 from Tobias Jakobi 2011-06-23 02:47:10 PDT --- I presume this was fixed by: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04554c7d3a3b28e8103e50ed54f1ac57c6c11017 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #4 from Harald Judt 2011-06-23 02:36:33 PDT --- > The funny voltage value isn't a real value it's a flag for the driver. > This patch should fix up that issue: [...] I had this patch already applied, but this seems to fix a different

[Bug 38488] AMD Radeon HD 6950 (Cayman): Clocks not restored after resume from hibernation

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38488 --- Comment #4 from Harald Judt 2011-06-23 02:36:33 PDT --- > The funny voltage value isn't a real value it's a flag for the driver. > This patch should fix up that issue: [...] I had this patch already applied, but this seems to fix a different

[Bug 38072] i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38072 --- Comment #3 from Jure Repinc 2011-06-23 09:32:29 --- Created an attachment (id=63322) --> (https://bugzilla.kernel.org/attachment.cgi?id=63322) dmidecode -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 38072] i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38072 --- Comment #1 from Jure Repinc 2011-06-23 09:16:04 --- Created an attachment (id=63302) --> (https://bugzilla.kernel.org/attachment.cgi?id=63302) dmesg --- Comment #2 from Jure Repinc 2011-06-23 09:32:06 --- Created an attachment (id=633

[Bug 38072] New: i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750

2011-06-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38072 Summary: i2c readbytes/sendbytes and EDID checksum errors on AMD Radeon HD 5750 Product: Drivers Version: 2.5 Kernel Version: 3.0-rc3 Platform: All OS/Version: Linux

[Bug 35095] [r300g] HiZ broken in WoW

2011-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #11 from Chris Rankin 2011-06-23 00:55:35 PDT --- I've just retested WoW with HiZ enabled on my M66GL and the 2.6.39.1 kernel, and my dmesg log now fills up with these messages: [drm:r100_cs_track_check] *ERROR* [drm] No buffer for

[Bug 35095] [r300g] HiZ broken in WoW

2011-06-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #11 from Chris Rankin 2011-06-23 00:55:35 PDT --- I've just retested WoW with HiZ enabled on my M66GL and the 2.6.39.1 kernel, and my dmesg log now fills up with these messages: [drm:r100_cs_track_check] *ERROR* [drm] No buffer for

[PATCH] drm/radeon/kms: fix num_banks tiling config for fusion

2011-06-23 Thread Alex Deucher
The field is encoded: 0 = 4 banks 1 = 8 banks 2 = 16 banks Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index 445af79..12d2fd