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
> >
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/
http://bugs.freedesktop.org/show_bug.cgi?id=25597
David Ronis changed:
What|Removed |Added
Severity|major |critical
--- Comment #1 from David Roni
http://bugs.freedesktop.org/show_bug.cgi?id=26123
Alex Deucher changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/DRI/r300
--
Configure bugmail
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
http://bugzilla.kernel.org/show_bug.cgi?id=10319
Alan changed:
What|Removed |Added
CC||[email protected]
Component|Video(
>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
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
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
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
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?
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
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
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
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
>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/
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
> 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
> > > 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.
>
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"
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
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
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
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
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
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.
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
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:
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
> 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
30 matches
Mail list logo