http://bugs.freedesktop.org/show_bug.cgi?id=22743
--- Comment #12 from Tobias Hain 2009-10-13 01:03:50 PST
---
I'm on latest intel with a X3100 graphics:
OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20090712 2009Q2 RC3
OpenGL version string: 2.1 Mesa 7.6
. gl_mesh_drawrangeelements
>>> Thomas Schlichter 12.10.09 20:32 >>>
>@@ -268,11 +269,14 @@ EXPORT_SYMBOL(ioremap_nocache);
> */
> void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size)
> {
>- if (pat_enabled)
>- return __ioremap_caller(phys_addr, size, _PAGE_CACHE_WC,
>-
http://bugs.freedesktop.org/show_bug.cgi?id=22743
Tobias Hain changed:
What|Removed |Added
CC||tobias.h...@gmx.de
--- Comment #13 from
Hi,
when I first sent this E-Mail on Saturday, I unfortunately forgot to CC many
people. Now I used get_maintainer.pl to get the list of people that may want
to contribute to this topic.
Because of this topic, there is already a patch from Arjan in the -tip tree to
make PAT and MTRR options on
http://bugs.freedesktop.org/show_bug.cgi?id=22743
--- Comment #14 from Fabio 2009-10-13 01:34:50 PST ---
> Is this a different issue then or the same and has been fixed in latest svn,
> but didn't make it into 2.5.2?
I built an updated nexuiz intel 32 bit binary just after the fix, which yo
Thomas Hellstrom wrote:
> Hi!
>
> One problem with this patch is that it conflicts with the way graphics
> drivers traditionally handles
> the situation, namely
>
> 1) Set up mtrr
> 2) Map. If fallback to uncached minus we will still have write-combined
> access.
>
> I think mtrr-add used in thi
>>> Thomas Schlichter 12.10.09 20:32 >>>
>@@ -268,11 +269,14 @@ EXPORT_SYMBOL(ioremap_nocache);
> */
> void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size)
> {
>- if (pat_enabled)
>- return __ioremap_caller(phys_addr, size, _PAGE_CACHE_WC,
>-
http://bugs.freedesktop.org/show_bug.cgi?id=22743
--- Comment #15 from Tobias Hain 2009-10-13 02:19:01 PST
---
I tried it although on x86_64 platform.
Results are:
. Fabio's built still has artifacts and doesn't render characters, nor weapons.
But walls are textured now, whilst 2.5.1/2.5.
http://bugs.freedesktop.org/show_bug.cgi?id=22743
--- Comment #16 from Forest Hale 2009-10-13 02:46:01
PST ---
If it is a regression it is not necessarily the same one, it could be a shader
compile error or other silent problems.
Please provide a log of running the game with these extra co
http://bugs.freedesktop.org/show_bug.cgi?id=24496
Summary: kms + xv + xv_vsync + TV cl...@1280x1024 = soft lockup.
Product: DRI
Version: XOrg CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
On Thu, Oct 08, 2009 at 10:11:40AM -0700, Eric Anholt wrote:
> On Sun, 2009-10-04 at 15:00 +0200, Daniel Vetter wrote:
> > I've simply overlooked one case in the conversion to interruptible
> > sleeps. Rectify this.
> >
> > Also delete a leftover debug printk.
>
> OK, I'm confused about what this
http://bugs.freedesktop.org/show_bug.cgi?id=22743
--- Comment #17 from Fabio 2009-10-13 06:49:30 PST ---
Created an attachment (id=30342)
--> (http://bugs.freedesktop.org/attachment.cgi?id=30342)
nexuiz 2.5.2 ~/.nexuiz/data/qconsole.log taken after a "rm -rf ~/.nexuiz" with
current r300 mas
http://bugs.freedesktop.org/show_bug.cgi?id=24496
--- Comment #1 from Alex Deucher 2009-10-13 07:32:04 PST ---
Does it still happen if you force the DIN to a lower res like 1024x768 or
800x600 or something smaller?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
http://bugs.freedesktop.org/show_bug.cgi?id=24501
Summary: Make of gallium radeon fails on platforms where 'make'
!= GNU make
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: FreeBSD
Status: NEW
http://bugs.freedesktop.org/show_bug.cgi?id=24496
--- Comment #2 from Andy Furniss 2009-10-13
09:38:36 PST ---
(In reply to comment #1)
> Does it still happen if you force the DIN to a lower res like 1024x768 or
> 800x600 or something smaller?
>
No, it's OK if DIN is <= 1024x768.
--
Co
http://bugs.freedesktop.org/show_bug.cgi?id=24496
--- Comment #3 from Alex Deucher 2009-10-13 09:55:31 PST ---
Created an attachment (id=30349)
--> (http://bugs.freedesktop.org/attachment.cgi?id=30349)
limit default tv modes
This patch should take care of it.
--
Configure bugmail: http:
http://bugs.freedesktop.org/show_bug.cgi?id=24508
Summary: glxgears freezes X on Radeon Mobility X1600 (git
bisected)
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Se
http://bugs.freedesktop.org/show_bug.cgi?id=24496
--- Comment #4 from Andy Furniss 2009-10-13
12:21:23 PST ---
(In reply to comment #3)
> Created an attachment (id=30349)
--> (http://bugs.freedesktop.org/attachment.cgi?id=30349) [details]
> limit default tv modes
>
> This patch should tak
http://bugs.freedesktop.org/show_bug.cgi?id=24131
Alex Deucher changed:
What|Removed |Added
CC||andrea_...@yahoo.it
--- Comment #11 fr
http://bugs.freedesktop.org/show_bug.cgi?id=24508
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Rafael J. Wysocki wrote:
> On Saturday 10 October 2009, Thomas Hellstrom wrote:
>
>> Hi!
>>
>> I'm trying to port a graphics DRM device driver over to the new power
>> management hooks in
>>
>> struct dev_pm_ops.
>>
>> During the "prepare" call, Video RAM contents may be copied either to
>> sh
http://bugs.freedesktop.org/show_bug.cgi?id=24414
--- Comment #14 from Bryce Harrington 2009-10-13
13:30:00 PST ---
Created an attachment (id=30360)
--> (http://bugs.freedesktop.org/attachment.cgi?id=30360)
ThreadStacktrace.txt
backtrace from a test with no xorg.conf, to eliminate any of
On Tuesday 13 October 2009, Thomas Hellstrom wrote:
> Rafael J. Wysocki wrote:
> > On Saturday 10 October 2009, Thomas Hellstrom wrote:
> >
> >> Hi!
> >>
> >> I'm trying to port a graphics DRM device driver over to the new power
> >> management hooks in
> >>
> >> struct dev_pm_ops.
> >>
> >> Du
http://bugs.freedesktop.org/show_bug.cgi?id=7128
David R. Hedges changed:
What|Removed |Added
CC||da...@thelittleman.net
--- Comment #
AMD has released a updated version of the R5xx 3D programming guide.
The new version offers expanded coverage on texture memory layouts,
some notes on implementing anti-aliased lines/points/polys, and some
additional registers. The new version of the document is available
here:
http://www.x.org/do
http://bugs.freedesktop.org/show_bug.cgi?id=23992
Lukasz Krotowski changed:
What|Removed |Added
Component|Drivers/DRI/Radeon |Drivers/DRI/r300
--
Configure bug
http://bugs.freedesktop.org/show_bug.cgi?id=24400
Droste changed:
What|Removed |Added
Severity|major |critical
Version|XOrg CVS
http://bugzilla.kernel.org/show_bug.cgi?id=14331
Andrew Morton changed:
What|Removed |Added
CC||a...@linux-foundation.org
--- Comment
On Sun, Oct 11, 2009 at 6:01 PM, Christian König
wrote:
> Am Mittwoch, den 07.10.2009, 19:01 -0400 schrieb Alex Deucher:
>> FYI, I've committed this patch to my local drm tree as well as several
>> others to clean up and clarify things (and hopefully fix some bugs).
>> Just waiting for approval to
Signed-off-by: Matt Turner
---
drivers/gpu/drm/radeon/r100.c |2 +-
drivers/gpu/drm/radeon/r300.c |2 +-
drivers/gpu/drm/radeon/r600.c | 10 +-
drivers/gpu/drm/radeon/radeon.h |2 ++
drivers/gpu/drm/radeon/radeon_benchmark.c |
A couple more patches to fix up some issues with tv-out.
Alex
On Fri, Oct 9, 2009 at 6:45 PM, Alex Deucher wrote:
> One more patch to address a possible case of systems with bad native
> mode info for lvds, but a valid edid.
>
> Alex
>
> On Fri, Oct 9, 2009 at 5:53 PM, Alex Deucher wrote:
>> At
And one more for to fix the active_device setup.
Alex
On Wed, Oct 14, 2009 at 12:45 AM, Alex Deucher wrote:
> A couple more patches to fix up some issues with tv-out.
>
> Alex
>
> On Fri, Oct 9, 2009 at 6:45 PM, Alex Deucher wrote:
>> One more patch to address a possible case of systems with ba
32 matches
Mail list logo