Re: [PATCH] drm: fix regression in fb blank handling

2010-01-19 Thread Zhenyu Wang
On 2010.01.19 16:17:56 +, James Simmons wrote: > Sorry I meant the backlight power management state seperate from the > encoder state. > > > drm_fb_helper_off() will find fb's crtc and attached encoders, then > > call encoder_funcs->dpms() and turn off crtc, so for your DRM_MODE_DPMS_ON > >

[PATCHES] radeon drm pll clean up

2010-01-19 Thread Alex Deucher
The attached patches clean up the radeon kms pll code. The first one cleans up the pll struct and the second cleans up the atombios pll code. Alex From 2eb809ca1bdd6ba52334142d09cbce18ba05d832 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 19 Jan 2010 17:16:10 -0500 Subject: [PATCH] drm/

[Bug 25597] SIGSEGV in _radeon_bo_unref

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25597 David Ronis changed: What|Removed |Added Severity|major |critical --- Comment #1 from David Roni

[Bug 26123] Rendering to offscreen depth-texture fails

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26123 Alex Deucher changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/DRI/r300 -- Configure bugmail

[Bug 26123] New: Rendering to offscreen depth-texture fails

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26123 Summary: Rendering to offscreen depth-texture fails Product: Mesa Version: git Platform: Other URL: http://fabiensanglard.net/shadowmapping/index.php OS/Version: All Stat

[Bug 10319] MacBookPro1, 1: on resume (from console) s2ram -f -p does not anymore give me my display back - 2.6.25 regression

2010-01-19 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10319 Alan changed: What|Removed |Added CC||[email protected] Component|Video(

[PATCH] drm/radeon/kms: fix atombios_crtc_set_base

2010-01-19 Thread Alex Deucher
>From 41eecda0ec5659257af92be8c9b585157556502d Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 19 Jan 2010 16:34:01 -0500 Subject: [PATCH] drm/radeon/kms: fix atombios_crtc_set_base Make it call the proper backend depending on the GPU family. Right now r4xx cards with atombios modesetting

[Bug 26122] Unreadable fonts in The Sims 3

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26122 --- Comment #4 from Rafał Miłecki 2010-01-19 13:11:13 PST --- Created an attachment (id=32730) --> (http://bugs.freedesktop.org/attachment.cgi?id=32730) [r600] tips -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 26122] Unreadable fonts in The Sims 3

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26122 --- Comment #3 from Rafał Miłecki 2010-01-19 13:10:46 PST --- Created an attachment (id=32729) --> (http://bugs.freedesktop.org/attachment.cgi?id=32729) [swrast] tips -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

[Bug 26122] Unreadable fonts in The Sims 3

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26122 --- Comment #2 from Rafał Miłecki 2010-01-19 13:10:11 PST --- Created an attachment (id=32728) --> (http://bugs.freedesktop.org/attachment.cgi?id=32728) [r600] first menu -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 26122] Unreadable fonts in The Sims 3

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26122 --- Comment #1 from Rafał Miłecki 2010-01-19 13:09:34 PST --- Created an attachment (id=32727) --> (http://bugs.freedesktop.org/attachment.cgi?id=32727) [swrast] first menu -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?

[Bug 26122] New: Unreadable fonts in The Sims 3

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26122 Summary: Unreadable fonts in The Sims 3 Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Com

Re: RFC: xfree: dri2: libdrm as optional

2010-01-19 Thread Kristian Høgsberg
On Tue, Jan 19, 2010 at 2:18 PM, Tiago Vignatti wrote: > Some drivers use DRI2 protocol but implement their own kernel rendering > mananger. For these drivers, libdrm becomes useless. Yeah, I think this could be ok. The drm usage in DRI2 does stick out a bit, and should probably be pushed to the

[Bug 26051] Regression in 7.6, glxgears locks the machine (rv280)

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26051 --- Comment #7 from ken moffat 2010-01-19 11:44:54 PST --- Correction: there is more than one bug. The last version I tested was 'good' (i.e. I could run glxgears), so I left it in place. Tonight, the machine locked up when a screensaver w

[PATCHES] radeon drm atom parser updates

2010-01-19 Thread Alex Deucher
The attached patches fix some bugs in the kms atom parser (patch 0001) and update the atom parser to the latest upstream code (patch 0002). We should probably apply these to the stable kernel trees as well. These may fix some modesetting or s/r issues on some chips. Alex From c248eda050593f8e1c2cc

[PATCH] drm/radeon/kms: fix hardcoded mmio size in register functions

2010-01-19 Thread Alex Deucher
>From 79d6a7b8e1ab5fa2e7c87f47a152805d4c39b8ab Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 13 Jan 2010 19:09:12 -0500 Subject: [PATCH] drm/radeon/kms: fix hardcoded mmio size in register functions newer asics have large mmio apertures Signed-off-by: Alex Deucher --- drivers/gpu/drm/

[PATCH] drm/kms: fix spelling of "CLOCK"

2010-01-19 Thread Clemens Ladisch
From: Pavel Roskin Signed-off-by: Pavel Roskin [[email protected]: merged into drm_fb_helper] Signed-off-by: Clemens Ladisch --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -694,7 +694,7 @@ int drm_fb_helper_set_par(struct fb_info int i; if (va

Re: Font selection with i915

2010-01-19 Thread James Simmons
> When Fedora 12 loads i915 during initramfs probing on my system, the > driver automatically installs a tiny 160x64 font. How can I prevent it > from doing this, or tell it to use a larger 80x25 font instead? > > Is this documented anywhere? Not really. Here is how you enable larger fonts. Con

Re: [PATCH] drm: fix regression in fb blank handling

2010-01-19 Thread James Simmons
> > > uses DRM_MODE_DPMS_ON for FB_BLANK_NORMAL, but DRM_MODE_DPMS_ON > > > is actually for turning output on instead of blank. > > > > > > This makes fb blank broken on my T61, it put LVDS on but leave > > > pipe disabled which made screen totally white or caused some > > > 'burning' effect. >

[Bug 14535] Memory corruption detected in low memory

2010-01-19 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 --- Comment #15 from Gary 2010-01-19 16:01:48 --- Additional Comment to #14: Here's the relevant part of my xorg.conf Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName"Monitor Model"

[Bug 14535] Memory corruption detected in low memory

2010-01-19 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 --- Comment #14 from Gary 2010-01-19 15:42:27 --- Has anyone had success by reducing color depth to 16? I just did that, and I got rid of (when runnting glxgears): *WARN_ONCE* F

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26103 --- Comment #6 from darkbasic 2010-01-19 04:28:35 PST --- Even with the lowest settings? I have the same problems with nexuiz since the merging of glsl, but only with effects set to high or higher. What is ALWAYS white in nexuiz is the first

[Bug 26115] blit: lack of depth copies

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26115 --- Comment #1 from Rafał Miłecki 2010-01-19 04:18:22 PST --- Created an attachment (id=32711) --> (http://bugs.freedesktop.org/attachment.cgi?id=32711) Enable depth copies This patch makes The Sims 3 starting much faster. Unfortunately d

[Bug 26115] New: blit: lack of depth copies

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26115 Summary: blit: lack of depth copies Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Compone

[Bug 26114] New: Black screen on The Sims 3 beginning

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26114 Summary: Black screen on The Sims 3 beginning Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26103 --- Comment #5 from Nikolay Rysev 2010-01-19 04:18:34 PST --- I have the same problem with Nexuiz on rv630. kernel 2.6.33-rc4 libdrm-git mesa-git xf86-video-ati-git KMS is on. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.

[Bug 26116] New: The Sims 3 crash due to error in radeonChooseTextureFormat

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26116 Summary: The Sims 3 crash due to error in radeonChooseTextureFormat Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26103 --- Comment #4 from Rafał Miłecki 2010-01-19 02:56:09 PST --- Yeah, that was just a silly try, thanks for testing. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26103 --- Comment #3 from darkbasic 2010-01-19 02:53:52 PST --- I added theese lines to the patch: diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 4f92353..9c758ce 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/vers

Re: [PATCH] drm/ttm: Fix race condition in ttm_bo_delayed_delete

2010-01-19 Thread Luca Barbieri
> Would  nentry=list_first_entry(&entry->ddestroy, ) work? Yes, it seems a bit less intuitive, but if that's the accepted practice, let's do that instead. > Here nentry may have been removed from the list by another process, which > would trigger the unnecessary call, mentioned above. You are