From: Rafał Miłecki on
2010/6/30 Dave Airlie <airlied(a)linux.ie>:
> Hi Linus,
>
> one fb layer fix in a flag I introduced,
>
> the rest are drm fixes:
> radeon fixes: the larger ones in the command stream checker for older cards,
> which was causing a lot of userspace apps to fail. Also some powerpc server fixes.
> along with some updates to the evergreen command stream checker introduced in -rc1.
>
> agp: fix issue with warning on memory allocation + fallback to vmalloc.
> ttm: fix regression introduced in -rc1 in memory allocation paths.

Dave, could you queue
[PATCH] drm/radeon/kms/pm: fix power state indexing on igp chips in dynpm mode
for next (still .35) drm pull request?

It fixes FDO bug https://bugs.freedesktop.org/show_bug.cgi?id=28745 ,
div by zero which actually I consider a regression since:
1) In .34 I was able to use radeon.dynpm=1
2) In .35-rc div by zero + lockup on echo dynpm > /sys/devices/.../power_method

--
Rafał
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Markus Trippelsdorf on
On Wed, Jun 30, 2010 at 02:03:04AM +0100, Dave Airlie wrote:
>
> Hi Linus,
>
> one fb layer fix in a flag I introduced,
>
> the rest are drm fixes:
> radeon fixes: the larger ones in the command stream checker for older cards,
> which was causing a lot of userspace apps to fail. Also some powerpc server fixes.
> along with some updates to the evergreen command stream checker introduced in -rc1.
>
> agp: fix issue with warning on memory allocation + fallback to vmalloc.
> ttm: fix regression introduced in -rc1 in memory allocation paths.
>
> The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
>
> Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)
>

I've tested these patches and they break my setup (RS780). On reboot, the
monitor goes straight to powersaving mode and no framebuffer is shown.

--
Markus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Dave Airlie on
On Wed, Jun 30, 2010 at 4:54 PM, Markus Trippelsdorf
<markus(a)trippelsdorf.de> wrote:
> On Wed, Jun 30, 2010 at 02:03:04AM +0100, Dave Airlie wrote:
>>
>> Hi Linus,
>>
>> one fb layer fix in a flag I introduced,
>>
>> the rest are drm fixes:
>> radeon fixes: the larger ones in the command stream checker for older cards,
>> which was causing a lot of userspace apps to fail. Also some powerpc server fixes.
>> along with some updates to the evergreen command stream checker introduced in -rc1.
>>
>> agp: fix issue with warning on memory allocation + fallback to vmalloc.
>> ttm: fix regression introduced in -rc1 in memory allocation paths.
>>
>> The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
>>
>> � Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)
>>
>
> I've tested these patches and they break my setup (RS780). On reboot, the
> monitor goes straight to powersaving mode and no framebuffer is shown.

Can you bisect which one does it? 2.6.35-rc3 works okay?

Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Markus Trippelsdorf on
On Wed, Jun 30, 2010 at 06:00:32PM +1000, Dave Airlie wrote:
> On Wed, Jun 30, 2010 at 5:57 PM, Dave Airlie <airlied(a)gmail.com> wrote:
> > On Wed, Jun 30, 2010 at 4:54 PM, Markus Trippelsdorf
> > <markus(a)trippelsdorf.de> wrote:
> >> On Wed, Jun 30, 2010 at 02:03:04AM +0100, Dave Airlie wrote:
> >>>
> >>> Hi Linus,
> >>>
> >>> one fb layer fix in a flag I introduced,
> >>>
> >>> the rest are drm fixes:
> >>> radeon fixes: the larger ones in the command stream checker for older cards,
> >>> which was causing a lot of userspace apps to fail. Also some powerpc server fixes.
> >>> along with some updates to the evergreen command stream checker introduced in -rc1.
> >>>
> >>> agp: fix issue with warning on memory allocation + fallback to vmalloc.
> >>> ttm: fix regression introduced in -rc1 in memory allocation paths.
> >>>
> >>> The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
> >>>
> >>> � Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)
> >>>
> >>
> >> I've tested these patches and they break my setup (RS780). On reboot, the
> >> monitor goes straight to powersaving mode and no framebuffer is shown.
> >
> > �Can you bisect which one does it? 2.6.35-rc3 works okay?
>
> first guess is 6d35ce0a468b8098c22ca54b4e222c27e364f9bb
> then 8ed219f50c943a21a0b4f545876b58a344a28f45
> then d2c1736971e3cc3b5315d034424a872dc5f44f4a

It's 07d4190327b02ab3aaad25a2d168f79d92e8f8c2 :-)
see my other email.

--
Markus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Dave Airlie on
On Wed, Jun 30, 2010 at 5:57 PM, Dave Airlie <airlied(a)gmail.com> wrote:
> On Wed, Jun 30, 2010 at 4:54 PM, Markus Trippelsdorf
> <markus(a)trippelsdorf.de> wrote:
>> On Wed, Jun 30, 2010 at 02:03:04AM +0100, Dave Airlie wrote:
>>>
>>> Hi Linus,
>>>
>>> one fb layer fix in a flag I introduced,
>>>
>>> the rest are drm fixes:
>>> radeon fixes: the larger ones in the command stream checker for older cards,
>>> which was causing a lot of userspace apps to fail. Also some powerpc server fixes.
>>> along with some updates to the evergreen command stream checker introduced in -rc1.
>>>
>>> agp: fix issue with warning on memory allocation + fallback to vmalloc.
>>> ttm: fix regression introduced in -rc1 in memory allocation paths.
>>>
>>> The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
>>>
>>> � Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)
>>>
>>
>> I've tested these patches and they break my setup (RS780). On reboot, the
>> monitor goes straight to powersaving mode and no framebuffer is shown.
>
> �Can you bisect which one does it? 2.6.35-rc3 works okay?

first guess is 6d35ce0a468b8098c22ca54b4e222c27e364f9bb
then 8ed219f50c943a21a0b4f545876b58a344a28f45
then d2c1736971e3cc3b5315d034424a872dc5f44f4a

Dave.

>
> Dave.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/