https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #19 from John ---
I confirm the patch works here as well!
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.f
https://bugs.freedesktop.org/show_bug.cgi?id=68775
Shawn Starr changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #27 from Weber K. ---
I think Ive got it! :)
Changed this file:
https://github.com/RAOF/xf86-video-ati/blob/master/src/radeon_dri2.c
Line 1404 from:
AddCallback(&ClientStateCallback, radeon_dri2_client_state_changed, 0);
Re
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #26 from Weber K. ---
During a test, I needed to issue 2 "cont" commands at gdb to advance just one
frame at one breakpoint I trapped. And when closing the player, I issued twice
"cont" at gdb, and only after the segfault occured.
I
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #18 from Dieter Nützel ---
(In reply to comment #10)
> Created attachment 85563 [details] [review]
> possible fix
>
> The attached patch should fix the issue.
Candidate for stable?
-Dieter
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #19 from Alexandre Demers ---
(In reply to comment #16)
> (In reply to comment #14)
> > Created attachment 85578 [details] [review] [review]
> > disable various dpm features
> >
> > I would suggest disabling various dpm features and
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #17 from Dieter Nützel ---
Created attachment 85594
--> https://bugs.freedesktop.org/attachment.cgi?id=85594&action=edit
dmesg-drm-next-3.12-PCIE-dpm-1-fix-fallback-for-empty-UVD-clocks.log
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #16 from Dieter Nützel ---
Created attachment 85593
--> https://bugs.freedesktop.org/attachment.cgi?id=85593&action=edit
dmesg-drm-next-3.12-AGP-dpm-1-fix-fallback-for-empty-UVD-clocks.log
--
You are receiving this mail because:
Y
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #15 from Dieter Nützel ---
Created attachment 85592
--> https://bugs.freedesktop.org/attachment.cgi?id=85592&action=edit
2-times-mplayer-mosaic.png
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #14 from Dieter Nützel ---
Created attachment 85591
--> https://bugs.freedesktop.org/attachment.cgi?id=85591&action=edit
2-times-mplayer-konsole.png
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #13 from Dieter Nützel ---
Hurray Alex,
your possible fix from Comment 10 solve it halfway or maybe fully even on my
slow Duron 1800, RV730 AGP (4650), if we separate the mosaic into a new bug
entry.
The SPEED is there, now.
I can
On Tue, Sep 10, 2013 at 6:56 PM, Wei Yongjun wrote:
> From: Wei Yongjun
>
> In case of error, the function drm_prime_pages_to_sg() returns ERR_PTR()
> and never returns NULL. The NULL test in the return value check should
> be replaced with IS_ERR().
>
> Signed-off-by: Wei Yongjun
good catch, t
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #25 from lbdkm...@sharklasers.com ---
Yes, this, aparently, only happens in dual AMD graphics laptops (with llano)...
and I found a workaround:
you have to disable the second (discrete) GPU:
echo OFF > /sys/kernel/debug/vgaswitcheroo/
On Wed, Sep 11, 2013 at 1:49 AM, Linus Torvalds
wrote:
> [ Dave - your linux.ie email generates bounces for me, trying redhat instead ]
Uggh no worries, I read my list mail from gmail mostly anyways, so if
its on a list I'll probably see it.
>> Can you give a little more detail about video not w
On Tue, Sep 10, 2013 at 1:50 PM, Sean V Kelley wrote:
> On Tue, Sep 10, 2013 at 08:49:58AM -0700, Linus Torvalds writes :
>> [ Dave - your linux.ie email generates bounces for me, trying redhat instead
>> ]
>>
>> On Mon, Sep 9, 2013 at 11:25 PM, Sean V Kelley
>> wrote:
>> >>
>> >> I'm also a bi
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #24 from Weber K. ---
Looking at neuromancer Xorg log, I found out:
[ 7.278] (--) RADEON(0): Chipset: "SUMO" (ChipID = 0x9641)
[ 7.548] (--) RADEON(G0): Chipset: "TURKS" (ChipID = 0x6741)
I think its a problem only with two d
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #23 from Weber K. ---
Hi!
Ive found that (for me) this layout is causing the error:
Section "ServerLayout"
Identifier "My X Server"
Screen 0 "LeftScreen" 0 0
Screen 1 "RightScreen" RightOf "LeftScreen"
Input
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #17 from Alexandre Demers ---
(In reply to comment #15)
> Another thing worth checking, what is the value of module_index passed to
> radeon_atom_init_mc_reg_table() in ni_initialize_mc_reg_table() in ni_dpm.c
> on your system?
How c
On Mon, 2013-09-09 at 20:44 +0400, Alex Ivanov wrote:
>
> Things planned for a check:
> "The drivers/video/aty uses
> an endian config bit DRM doesn't use, but I haven't tested whether
> this makes a difference and how it is connected to the overall picture."
The radeon driver works on PPC, so th
Need to check size+offset against bo size (duh!).. now we have a test
case to make sure I've done it right:
https://github.com/freedreno/msmtest/blob/master/submittest.c
Also, use DRM_ERROR() for error case traces, which makes debugging
userspace easier when enabling debug traces is too much.
Si
https://bugzilla.kernel.org/show_bug.cgi?id=60791
--- Comment #30 from Quallenauge ---
The last patch works for me :)
Thanks!
--
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #21 from Weber K. ---
Hello!
I think I found a workaround!
At this file:
https://github.com/RAOF/xf86-video-ati/blob/master/src/radeon_dri2.c
At line 608:
Changed from:
xorg_list_for_each_entry(ref, &pClientEventsPriv->r
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #16 from Alexandre Demers ---
(In reply to comment #14)
> Created attachment 85578 [details] [review]
> disable various dpm features
>
> I would suggest disabling various dpm features and see if you can narrow
> down which, if any, h
On Tue, Sep 10, 2013 at 2:27 PM, Eric W. Biederman
wrote:
> Alex Deucher writes:
>
>> On Mon, Sep 9, 2013 at 5:21 AM, Markus Trippelsdorf
>> wrote:
>>
>>> IIRC Alex said the sanity checks are expensive and boot-time could be
>>> improved by dropping them. Maybe he can chime in?
>>
>> They should
On Tue, Sep 10, 2013 at 08:49:58AM -0700, Linus Torvalds writes :
> [ Dave - your linux.ie email generates bounces for me, trying redhat instead ]
>
> On Mon, Sep 9, 2013 at 11:25 PM, Sean V Kelley
> wrote:
> >>
> >> I'm also a bit bummed that hw acceleration of video doesn't seem to
> >> work o
Hi
The regular flash plugin 10.2 doesn't have vaapi (Intel) support
The Chrome flash plugin (10.7?) doesn't have any vaapi or vdpau support
You best option is to install the vdpau to vaapi wrapper and disable the
Chrome flash plugin https://github.com/i-rinat/libvdpau-va-gl
This will revert you
https://bugs.freedesktop.org/show_bug.cgi?id=60182
--- Comment #22 from Alex Deucher ---
Can you try a vanilla xf86-video-ati rather than the ubuntu version? This
looks like it may be specific to their version.
--
You are receiving this mail because:
You are the assignee for the bug.
_
[ Dave - your linux.ie email generates bounces for me, trying redhat instead ]
On Mon, Sep 9, 2013 at 11:25 PM, Sean V Kelley wrote:
>>
>> I'm also a bit bummed that hw acceleration of video doesn't seem to
>> work on Haswell, meaning that full-screen is now a jerky mess. I fear
>> that that is u
On Tuesday, September 10, 2013 04:53:40 PM Jani Nikula wrote:
> On Mon, 09 Sep 2013, "Rafael J. Wysocki" wrote:
> > On Monday, September 09, 2013 05:21:18 PM Daniel Vetter wrote:
> >> On Mon, Sep 09, 2013 at 02:16:12PM +0200, Rafael J. Wysocki wrote:
> >> > Hi,
> >> >
> >> > On Monday, September
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #18 from Alex Deucher ---
(In reply to comment #17)
> (In reply to comment #15)
> > Another thing worth checking, what is the value of module_index passed to
> > radeon_atom_init_mc_reg_table() in ni_initialize_mc_reg_table() in ni_dp
https://bugs.freedesktop.org/show_bug.cgi?id=69196
Priority: medium
Bug ID: 69196
Assignee: dri-devel@lists.freedesktop.org
Summary: gpu lockup and full crash when starting some games in
wine
Severity: normal
Classificati
https://bugs.freedesktop.org/show_bug.cgi?id=64225
--- Comment #5 from Erdem U. Altınyurt ---
Since "bfgminer --benchmark --scrypt " command produces the error message of:
"Cannot use benchmark mode with scrypt"
I cannot report if scrypt is start to work or not.
--
You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=64201
Erdem U. Altınyurt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #15 from Alex Deucher ---
Another thing worth checking, what is the value of module_index passed to
radeon_atom_init_mc_reg_table() in ni_initialize_mc_reg_table() in ni_dpm.c on
your system?
--
You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=68235
--- Comment #14 from Alex Deucher ---
Created attachment 85578
--> https://bugs.freedesktop.org/attachment.cgi?id=85578&action=edit
disable various dpm features
I would suggest disabling various dpm features and see if you can narrow down
whic
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #12 from Alex Deucher ---
(In reply to comment #11)
> Hi Alex,
>
> Thanks for the quick turn around.
>
> Looking at the patch it seems to be for RV770 and RV780 will it still work
> for our older cards?
Yes. It covers the entire 7
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #11 from John ---
Hi Alex,
Thanks for the quick turn around.
Looking at the patch it seems to be for RV770 and RV780 will it still work for
our older cards?
I am not home right now so I cannot test it to get the answer.
--
You ar
https://bugzilla.kernel.org/show_bug.cgi?id=60791
Alex Deucher changed:
What|Removed |Added
Attachment #107911|0 |1
is obsolete|
On Tue, 10 Sep 2013, Matthew Garrett wrote:
> On Tue, 2013-09-10 at 16:53 +0300, Jani Nikula wrote:
>
>> I think the parameter "Does the ACPI backlight interface work or not"
>> belongs to the ACPI video driver.
>
> That depends on how Windows 8 works. If Windows 8 policy is handled by
> the GPU d
On Sun, Sep 08, 2013 at 04:03:52PM +0100, Damien Lespiau wrote:
> On Sun, Sep 08, 2013 at 03:46:43PM +0200, David Herrmann wrote:
> > The series implements SET_CAP as a per _file_ capability set, not per
> > master. I like it this way. Note that with SET_VERSION, we already
> > have a per _master_
On Mon, 09 Sep 2013, "Rafael J. Wysocki" wrote:
> On Monday, September 09, 2013 05:21:18 PM Daniel Vetter wrote:
>> On Mon, Sep 09, 2013 at 02:16:12PM +0200, Rafael J. Wysocki wrote:
>> > Hi,
>> >
>> > On Monday, September 09, 2013 11:32:10 AM Daniel Vetter wrote:
>> > > Hi Aaaron,
>> > >
>> > >
https://bugs.freedesktop.org/show_bug.cgi?id=69120
--- Comment #10 from Alex Deucher ---
Created attachment 85563
--> https://bugs.freedesktop.org/attachment.cgi?id=85563&action=edit
possible fix
The attached patch should fix the issue.
--
You are receiving this mail because:
You are the ass
On Tue, Sep 10, 2013 at 01:20:57PM +0400, Alex Ivanov wrote:
> Alex,
>
> 09.09.2013, в 21:43, Alex Deucher написал(а):
>
> > On Mon, Sep 9, 2013 at 12:44 PM, Alex Ivanov wrote:
> >> Folks,
> >>
> >> We (people at linux-parisc @ vger.kernel.org mail list) are trying to make
> >> native video op
On 09/10/2013 02:37 PM, Alex Deucher wrote:
> On Tue, Sep 10, 2013 at 5:20 AM, Alex Ivanov wrote:
>> Alex,
>>
>> 09.09.2013, в 21:43, Alex Deucher написал(а):
>>
>>> On Mon, Sep 9, 2013 at 12:44 PM, Alex Ivanov wrote:
Folks,
We (people at linux-parisc @ vger.kernel.org mail list)
On Tue, Sep 10, 2013 at 5:20 AM, Alex Ivanov wrote:
> Alex,
>
> 09.09.2013, в 21:43, Alex Deucher написал(а):
>
>> On Mon, Sep 9, 2013 at 12:44 PM, Alex Ivanov wrote:
>>> Folks,
>>>
>>> We (people at linux-parisc @ vger.kernel.org mail list) are trying to make
>>> native video options of the lat
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr changed:
What|Removed |Added
Attachment #84756|0 |1
is obsolete|
On Wed, Sep 04, 2013 at 08:59:13AM +0200, Maarten Lankhorst wrote:
> Op 04-09-13 05:41, Ben Skeggs schreef:
> > On Thu, Aug 22, 2013 at 5:12 PM, Maarten Lankhorst
> > wrote:
> >> Op 22-08-13 02:10, Ilia Mirkin schreef:
> >>> The code expects non-VRAM mem nodes to have a pages list. If that's not
>
Alex,
09.09.2013, в 21:43, Alex Deucher написал(а):
> On Mon, Sep 9, 2013 at 12:44 PM, Alex Ivanov wrote:
>> Folks,
>>
>> We (people at linux-parisc @ vger.kernel.org mail list) are trying to make
>> native video options of the latest PA-RISC servers and workstations
>> (these are ATIs, most o
On 6 September 2013 19:21, Sean Paul wrote:
> On Thu, Sep 5, 2013 at 11:37 PM, Rahul Sharma wrote:
>> On 5 September 2013 19:20, Inki Dae wrote:
>>>
>>>
-Original Message-
From: Sean Paul [mailto:seanp...@chromium.org]
Sent: Thursday, September 05, 2013 10:20 PM
To: I
On Wed, Sep 4, 2013 at 11:25 PM, Maarten Lankhorst
wrote:
> Op 04-09-13 03:24, Ben Skeggs schreef:
>> On Mon, Jul 15, 2013 at 6:39 PM, Maarten Lankhorst
>> wrote:
>>> Op 15-07-13 08:05, Ben Skeggs schreef:
On Fri, Jul 12, 2013 at 10:45 PM, Maarten Lankhorst
wrote:
> I have no idea
50 matches
Mail list logo