2008-12-23 00:55:28

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fix for 2.6.28 final


Hi Linus,

Please pull the 'drm-fixes' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

This fixes a reported regression in the radeon irq handler.

Dave.

drivers/gpu/drm/radeon/radeon_irq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

commit 077ebed54fe66612f58b076628a72eca2be8df90
Author: Dave Airlie <[email protected]>
Date: Mon Dec 22 17:11:02 2008 +1000

drm/radeon: fix correctness of irq_enabled check for radeon.

This check was introduced with the logic the wrong way around.

Fixes regression: http://bugzilla.kernel.org/show_bug.cgi?id=12216

Tested-by: Fran?ois Valenduc <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>