https://bugs.freedesktop.org/show_bug.cgi?id=33011
--- Comment #16 from Russ Dill 2011-02-04 00:03:28 PST ---
Just a few followups. It doesn't seem to be related to the docking station
switching. The problem occurs even without the docking port.
Additionally, if I plug an HDMI cable into the lap
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Matt Sealey changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Hello,
On Fri, Feb 04, 2011 at 11:53:25AM +1000, Ben Skeggs wrote:
> Thanks for this again. I've just made some changes to the nv50 display
> bottom half handling that these will conflict with, they'll hit the
> nouveau tree next week.
Eh, so it doesn't apply again? :-)
> I'll push the still-r
At Thu, 3 Feb 2011 17:11:14 -0800,
Linus Torvalds wrote:
>
> On Thu, Feb 3, 2011 at 5:05 PM, Keith Packard wrote:
> >
> > The goal is to make it so that when you *do* set a mode, DPMS gets set
> > to ON (as the monitor will actually be "on" at that point). Here's a
> > patch which does the DPMS_O
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #1 from Michel Dänzer 2011-02-04 03:30:54 PST
---
Can you test if cherry-picking commit 63b9790a55038c262b57c846a5f7067ea33fc60f
('r600g: move user fence into base radeon structure') from Git master fixes
this?
--
Configure bugmail
https://bugs.freedesktop.org/show_bug.cgi?id=27452
--- Comment #15 from Alex Deucher 2011-02-04 07:30:05 PST ---
(In reply to comment #14)
> (In reply to comment #12)
> > Fixed with this patch:
> > http://lists.freedesktop.org/archives/dri-devel/2010-August/003142.html
>
> Any news on the real c
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Alex Deucher changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugzilla.kernel.org/show_bug.cgi?id=28182
Summary: Radeon Cedar 5450 doesn't interlace
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38-rc3
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=33011
--- Comment #17 from Alex Deucher 2011-02-04 09:13:44 PST ---
(In reply to comment #16)
> Just a few followups. It doesn't seem to be related to the docking station
> switching. The problem occurs even without the docking port.
>
> Additionally,
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #2 from Shawn Starr 2011-02-04 10:22:08
PST ---
Can certainly do so, I will grab Fedora's SRPM and replace tarball with
git-master with that commit removed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugzilla.kernel.org/show_bug.cgi?id=28182
--- Comment #1 from Alex Deucher 2011-02-04 18:43:53
---
Created an attachment (id=46222)
--> (https://bugzilla.kernel.org/attachment.cgi?id=46222)
possible fix
This patch should fix it.
--
Configure bugmail: https://bugzilla.kernel.org/
https://bugzilla.kernel.org/show_bug.cgi?id=28182
--- Comment #2 from Chris Kennedy 2011-02-04 18:51:36
---
Cool, I will test that. Also a person reported to me this same behavior on the
RS690. At first it flickered and didn't work, but after applying your patch
for the PLL HIGHER he got
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #3 from Michel Dänzer 2011-02-04 14:20:11 PST
---
(In reply to comment #2)
> Can certainly do so, I will grab Fedora's SRPM and replace tarball with
> git-master with that commit removed.
I asked for testing with that commit *applie
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #4 from Shawn Starr 2011-02-04 16:49:21
PST ---
oh then just git master and roll it up into an RPM to confirm, will do this.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #5 from Shawn Starr 2011-02-04 16:51:08
PST ---
correction cherry-pick != remove but add, I will test git master and report
back soon.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are recei
https://bugs.freedesktop.org/show_bug.cgi?id=26887
--- Comment #10 from Chris Sherlock 2011-02-04
19:13:58 PST ---
Is it possible that bug 32662 is related to this one?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
On Fri, Feb 4, 2011 at 8:10 AM, Linus Torvalds
wrote:
> On Thu, Feb 3, 2011 at 1:56 PM, Carlos Mafra wrote:
>>>
>>> I added https://bugzilla.kernel.org/show_bug.cgi?id=24982 to the list of
>>> post-2.6.36 regressions for further tracking.
>>
>> I also tested on 2.6.38-rc3+ now and the issue is no
On Fri, Feb 4, 2011 at 10:30 AM, Linus Torvalds
wrote:
> On Thu, Feb 3, 2011 at 4:06 PM, Dave Airlie wrote:
>>
>> If we are setting a mode on a connector it automatically will end up
>> in a DPMS on state,
>> so this seemed correct from what I can see.
>
> The more I look at that function, the mo
On Fri, Feb 4, 2011 at 11:11 AM, Linus Torvalds
wrote:
> On Thu, Feb 3, 2011 at 5:05 PM, Keith Packard wrote:
>>
>> The goal is to make it so that when you *do* set a mode, DPMS gets set
>> to ON (as the monitor will actually be "on" at that point). Here's a
>> patch which does the DPMS_ON precis
On Tue, 2011-02-01 at 11:41 +0100, Tejun Heo wrote:
> On Wed, Jan 26, 2011 at 05:49:18PM +0100, Tejun Heo wrote:
> > With cmwq, there's no reason for nouveau to use a dedicated workqueue.
> > Drop dev_priv->wq and use system_wq instead. Each work item is sync
> > flushed when the containing struct
Hi Linus,
more across the board fixes, some from Chris for some regressions around
device reset, a few AGP fixes, and Alex is still trying to get radeon PLLs
into a state that works everwhere, along with an oops fix. One fix from
Ben for a nouveau regression also.
I haven't pulled Keith's fix
On Thu 3.Feb'11 at 17:11:14 -0800, Linus Torvalds wrote:
> On Thu, Feb 3, 2011 at 5:05 PM, Keith Packard wrote:
> >
> > The goal is to make it so that when you *do* set a mode, DPMS gets set
> > to ON (as the monitor will actually be "on" at that point). Here's a
> > patch which does the DPMS_ON
https://bugs.freedesktop.org/show_bug.cgi?id=33011
--- Comment #16 from Russ Dill 2011-02-04 00:03:28 PST
---
Just a few followups. It doesn't seem to be related to the docking station
switching. The problem occurs even without the docking port.
Additionally, if I plug an HDMI cable into the la
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Matt Sealey changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Hello,
On Fri, Feb 04, 2011 at 11:53:25AM +1000, Ben Skeggs wrote:
> Thanks for this again. I've just made some changes to the nv50 display
> bottom half handling that these will conflict with, they'll hit the
> nouveau tree next week.
Eh, so it doesn't apply again? :-)
> I'll push the still-r
At Thu, 3 Feb 2011 17:11:14 -0800,
Linus Torvalds wrote:
>
> On Thu, Feb 3, 2011 at 5:05 PM, Keith Packard wrote:
> >
> > The goal is to make it so that when you *do* set a mode, DPMS gets set
> > to ON (as the monitor will actually be "on" at that point). Here's a
> > patch which does the DPMS_O
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #1 from Michel D?nzer 2011-02-04 03:30:54
PST ---
Can you test if cherry-picking commit 63b9790a55038c262b57c846a5f7067ea33fc60f
('r600g: move user fence into base radeon structure') from Git master fixes
this?
--
Configure bugmail
https://bugs.freedesktop.org/show_bug.cgi?id=27452
--- Comment #15 from Alex Deucher 2011-02-04 07:30:05 PST
---
(In reply to comment #14)
> (In reply to comment #12)
> > Fixed with this patch:
> > http://lists.freedesktop.org/archives/dri-devel/2010-August/003142.html
>
> Any news on the real
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Alex Deucher changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugzilla.kernel.org/show_bug.cgi?id=28182
Summary: Radeon Cedar 5450 doesn't interlace
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38-rc3
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=33011
--- Comment #17 from Alex Deucher 2011-02-04 09:13:44 PST
---
(In reply to comment #16)
> Just a few followups. It doesn't seem to be related to the docking station
> switching. The problem occurs even without the docking port.
>
> Additionally
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #2 from Shawn Starr 2011-02-04 10:22:08
PST ---
Can certainly do so, I will grab Fedora's SRPM and replace tarball with
git-master with that commit removed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugzilla.kernel.org/show_bug.cgi?id=28182
--- Comment #1 from Alex Deucher 2011-02-04
18:43:53 ---
Created an attachment (id=46222)
--> (https://bugzilla.kernel.org/attachment.cgi?id=46222)
possible fix
This patch should fix it.
--
Configure bugmail: https://bugzilla.kernel.org/
https://bugzilla.kernel.org/show_bug.cgi?id=28182
--- Comment #2 from Chris Kennedy 2011-02-04
18:51:36 ---
Cool, I will test that. Also a person reported to me this same behavior on the
RS690. At first it flickered and didn't work, but after applying your patch
for the PLL HIGHER he got
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #3 from Michel D?nzer 2011-02-04 14:20:11
PST ---
(In reply to comment #2)
> Can certainly do so, I will grab Fedora's SRPM and replace tarball with
> git-master with that commit removed.
I asked for testing with that commit *applie
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #4 from Shawn Starr 2011-02-04 16:49:21
PST ---
oh then just git master and roll it up into an RPM to confirm, will do this.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=33889
--- Comment #5 from Shawn Starr 2011-02-04 16:51:08
PST ---
correction cherry-pick != remove but add, I will test git master and report
back soon.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are recei
https://bugs.freedesktop.org/show_bug.cgi?id=26887
--- Comment #10 from Chris Sherlock 2011-02-04
19:13:58 PST ---
Is it possible that bug 32662 is related to this one?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
38 matches
Mail list logo