https://bugs.freedesktop.org/show_bug.cgi?id=41170
--- Comment #7 from Marco Albanese 2011-12-10 03:12:06 PST
---
Created attachment 54287
--> https://bugs.freedesktop.org/attachment.cgi?id=54287
Banshee crash with the patch in radeon_fbo.c
Sorry, it is the first time I rebuild a pkg on Debia
Thank you for your reply.
I found CP_RB_WPTR has changed when "ring test failed", so I think CP is
active, but what it get from ring buffer is wrong. Then, I want to know
whether there is a way to check the content that GPU get from ring buffer.
BTW, when I use "echo shutdown > /sys/power/disk; e
The commit e133e737 didn't correctly fix the overflow issue.
- unsigned int required_size;
+ u64 required_size;
...
required_size = mode_cmd->pitch * mode_cmd->height;
- if (unlikely(required_size > dev_priv->vram_size)) {
+ if (unlikely(required_size > (u64
On Tue, Dec 6, 2011 at 12:43 PM, Ben Widawsky wrote:
> On Tue, Dec 06, 2011 at 12:12:33PM +0100, Daniel Vetter wrote:
>> The recursion loop goes retire_requests->unbind->gpu_idle->retire_reqeusts.
>>
>> Every time we go through this we need a
>> - active object that can be retired
>> - and there a
On Thu, Dec 8, 2011 at 11:05 PM, Bobby Powers wrote:
> On Tue, Dec 6, 2011 at 12:43 PM, Ben Widawsky wrote:
>> On Tue, Dec 06, 2011 at 12:12:33PM +0100, Daniel Vetter wrote:
>>> The recursion loop goes retire_requests->unbind->gpu_idle->retire_reqeusts.
>>>
>>> Every time we go through this we ne
On Fri, Dec 9, 2011 at 6:32 AM, Bobby Powers wrote:
> On Thu, Dec 8, 2011 at 11:05 PM, Bobby Powers wrote:
>> On Tue, Dec 6, 2011 at 12:43 PM, Ben Widawsky wrote:
>>> On Tue, Dec 06, 2011 at 12:12:33PM +0100, Daniel Vetter wrote:
The recursion loop goes retire_requests->unbind->gpu_idle->re
This is first of the patches to enable reading the 3D capabilities of a
connected monitor on
HDMI. Similar functionality would also be implemented for other interface, eDP,
DP
The idea is to read the 3D capabilities via EDID and provide this to a user
space application
that would want to switch
On Mon, Dec 05, 2011 at 09:18:48AM -0800, Arnd Bergmann wrote:
> On Friday 02 December 2011, Sumit Semwal wrote:
> > This is the first step in defining a dma buffer sharing mechanism.
>
[...]
>
> > + return dmabuf;
> > +}
> > +EXPORT_SYMBOL(dma_buf_export);
>
> I agree with Konrad, this should
On 09-12-2011 20:50, Robert Morell wrote:
On Mon, Dec 05, 2011 at 09:18:48AM -0800, Arnd Bergmann wrote:
On Friday 02 December 2011, Sumit Semwal wrote:
This is the first step in defining a dma buffer sharing mechanism.
[...]
+ return dmabuf;
+}
+EXPORT_SYMBOL(dma_buf_export);
I a
https://bugs.freedesktop.org/show_bug.cgi?id=30227
--- Comment #10 from GhostlyDeath 2011-12-10 09:24:52
PST ---
Created attachment 54296
--> https://bugs.freedesktop.org/attachment.cgi?id=54296
Dmesg crash
This also occurs to me on my system, a PowerPC 7447A PowerMac G4 with an ATI
Radeon 98
https://bugs.freedesktop.org/show_bug.cgi?id=43698
Bug #: 43698
Summary: On PPC, OpenGL programs use incorrect texture colors.
Classification: Unclassified
Product: Mesa
Version: git
Platform: PowerPC
OS/Version: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #1 from GhostlyDeath 2011-12-10 10:14:25
PST ---
Created attachment 54299
--> https://bugs.freedesktop.org/attachment.cgi?id=54299
OpenArena
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #2 from GhostlyDeath 2011-12-10 10:14:51
PST ---
Created attachment 54300
--> https://bugs.freedesktop.org/attachment.cgi?id=54300
NeverBall
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #3 from GhostlyDeath 2011-12-10 10:15:12
PST ---
Created attachment 54301
--> https://bugs.freedesktop.org/attachment.cgi?id=54301
AdanaxisGPL
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #4 from GhostlyDeath 2011-12-10 10:15:34
PST ---
Created attachment 54302
--> https://bugs.freedesktop.org/attachment.cgi?id=54302
GLXInfo
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #5 from GhostlyDeath 2011-12-10 10:15:55
UTC ---
Created attachment 54303
--> https://bugs.freedesktop.org/attachment.cgi?id=54303
lspci
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are r
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #6 from GhostlyDeath 2011-12-10 10:16:11
PST ---
Created attachment 54304
--> https://bugs.freedesktop.org/attachment.cgi?id=54304
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You ar
https://bugs.freedesktop.org/show_bug.cgi?id=41086
--- Comment #9 from Andre Tomt 2011-12-10 19:35:59 PST ---
I'm seeing similar corruption with tvbrowser, however I cant make it 'stick'.
It corrupts only during the scrolling, and as mentioned, only when scolling
sideways to the right. I do howev
https://bugs.freedesktop.org/show_bug.cgi?id=41086
--- Comment #10 from Andre Tomt 2011-12-10 19:37:05 UTC ---
Created attachment 54311
--> https://bugs.freedesktop.org/attachment.cgi?id=54311
chromium and gnome-terminal corruption
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.
https://bugs.freedesktop.org/show_bug.cgi?id=41086
--- Comment #11 from Andre Tomt 2011-12-10 19:43:05 UTC ---
(In reply to comment #9)
Ok, so that list wrapped badly. Lets remove redudant information and try again
shall we ;-)
libdrm-dev 2.4.28+git20111207.dd9a5b4f
libdrm-intel1
https://bugs.freedesktop.org/show_bug.cgi?id=31213
--- Comment #2 from Jonathan Nieder 2011-12-09 16:25:16
PST ---
(In reply to comment #0)
> when loading the 'radeon' driver with modeset=1 (KMS enabled)
> the following error appears in dmesg | grep drm
>
> [drm:r100_ring_test] *ERROR* radeon:
https://bugs.freedesktop.org/show_bug.cgi?id=31213
Jonathan Nieder changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
Configure bugmail: https:
On Fri, Dec 9, 2011 at 15:24, Alan Cox wrote:
>> I still don't think that's possible. Please explain how you expect
>> to change the semantics of the streaming mapping API to allow multiple
>> mappers without having explicit serialization points that are visible
>> to all users. For simplicity, le
https://bugs.freedesktop.org/show_bug.cgi?id=41170
--- Comment #7 from Marco Albanese 2011-12-10 03:12:06
PST ---
Created attachment 54287
--> https://bugs.freedesktop.org/attachment.cgi?id=54287
Banshee crash with the patch in radeon_fbo.c
Sorry, it is the first time I rebuild a pkg on Debia
On 09-12-2011 20:50, Robert Morell wrote:
> On Mon, Dec 05, 2011 at 09:18:48AM -0800, Arnd Bergmann wrote:
>> On Friday 02 December 2011, Sumit Semwal wrote:
>>> This is the first step in defining a dma buffer sharing mechanism.
>>
> [...]
>>
>>> + return dmabuf;
>>> +}
>>> +EXPORT_SYMBOL(dma_buf
https://bugs.freedesktop.org/show_bug.cgi?id=30227
--- Comment #10 from GhostlyDeath 2011-12-10
09:24:52 PST ---
Created attachment 54296
--> https://bugs.freedesktop.org/attachment.cgi?id=54296
Dmesg crash
This also occurs to me on my system, a PowerPC 7447A PowerMac G4 with an ATI
Radeon 98
https://bugs.freedesktop.org/show_bug.cgi?id=43698
Bug #: 43698
Summary: On PPC, OpenGL programs use incorrect texture colors.
Classification: Unclassified
Product: Mesa
Version: git
Platform: PowerPC
OS/Version: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #1 from GhostlyDeath 2011-12-10
10:14:25 PST ---
Created attachment 54299
--> https://bugs.freedesktop.org/attachment.cgi?id=54299
OpenArena
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #2 from GhostlyDeath 2011-12-10
10:14:51 PST ---
Created attachment 54300
--> https://bugs.freedesktop.org/attachment.cgi?id=54300
NeverBall
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #3 from GhostlyDeath 2011-12-10
10:15:12 PST ---
Created attachment 54301
--> https://bugs.freedesktop.org/attachment.cgi?id=54301
AdanaxisGPL
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #4 from GhostlyDeath 2011-12-10
10:15:34 PST ---
Created attachment 54302
--> https://bugs.freedesktop.org/attachment.cgi?id=54302
GLXInfo
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #5 from GhostlyDeath 2011-12-10
10:15:55 UTC ---
Created attachment 54303
--> https://bugs.freedesktop.org/attachment.cgi?id=54303
lspci
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are r
https://bugs.freedesktop.org/show_bug.cgi?id=43698
--- Comment #6 from GhostlyDeath 2011-12-10
10:16:11 PST ---
Created attachment 54304
--> https://bugs.freedesktop.org/attachment.cgi?id=54304
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You ar
https://bugs.freedesktop.org/show_bug.cgi?id=41086
--- Comment #10 from Andre Tomt 2011-12-10 19:37:05 UTC ---
Created attachment 54311
--> https://bugs.freedesktop.org/attachment.cgi?id=54311
chromium and gnome-terminal corruption
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.
https://bugs.freedesktop.org/show_bug.cgi?id=41086
--- Comment #11 from Andre Tomt 2011-12-10 19:43:05 UTC ---
(In reply to comment #9)
Ok, so that list wrapped badly. Lets remove redudant information and try again
shall we ;-)
libdrm-dev 2.4.28+git20111207.dd9a5b4f
libdrm-intel1
35 matches
Mail list logo