2011-03-13 00:17:30

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes


Hi Linus,

sent a pull for the first one already, but not sure if you pushed it out,

the second fix is very urgent, it fixes complete system hangs with certain
older radeon GPUs and pageflipping enabled. Nasty to track down, since
everything dies hard, when the gpu takes out the PCIE bus.

Dave.

The following changes since commit 9179746652faf0aba07b8b7f770dcf29892a24c6:

Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 (2011-03-10 13:22:10 -0800)

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Dave Airlie (1):
drm/radeon: add pageflip hooks for fusion

drivers/gpu/drm/radeon/radeon_asic.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


2011-03-13 00:19:50

by Dave Airlie

[permalink] [raw]
Subject: Re: [git pull] drm fixes


(this time after scping the correct file to my mailserver).

> Hi Linus,
>
> sent a pull for the first one already, but not sure if you pushed it out,
>
> the second fix is very urgent, it fixes complete system hangs with certain
> older radeon GPUs and pageflipping enabled. Nasty to track down, since
> everything dies hard, when the gpu takes out the PCIE bus.
>
> Dave.

The following changes since commit 9179746652faf0aba07b8b7f770dcf29892a24c6:

Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 (2011-03-10 13:22:10 -0800)

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Dave Airlie (2):
drm/radeon: add pageflip hooks for fusion
drm/radeon: fix page flipping hangs on r300/r400

drivers/gpu/drm/radeon/r100.c | 17 -----------------
drivers/gpu/drm/radeon/radeon_asic.c | 3 +++
drivers/gpu/drm/radeon/radeon_legacy_crtc.c | 3 ++-
3 files changed, 5 insertions(+), 18 deletions(-)