[git pull] drm fixes

From: Dave Airlie
Date: Thu Aug 20 2009 - 20:57:27 EST



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

One bad use of sysfs devices could cause possible oops on all KMS,
along with a patch to report some more card specific info for certain
rv530s, and a couple of radeon-kms specific patches.

Dave.

drivers/gpu/drm/drm_sysfs.c | 51 ++++++++++++++++++--------------
drivers/gpu/drm/radeon/r100.c | 10 ++++++
drivers/gpu/drm/radeon/r300.c | 4 ++-
drivers/gpu/drm/radeon/r420.c | 13 ++++++++-
drivers/gpu/drm/radeon/r520.c | 1 -
drivers/gpu/drm/radeon/radeon.h | 1 +
drivers/gpu/drm/radeon/radeon_cp.c | 9 ++++++
drivers/gpu/drm/radeon/radeon_drv.h | 5 ++-
drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
drivers/gpu/drm/radeon/radeon_kms.c | 4 ++
drivers/gpu/drm/radeon/radeon_reg.h | 3 ++
drivers/gpu/drm/radeon/radeon_state.c | 3 ++
include/drm/radeon_drm.h | 4 ++
13 files changed, 83 insertions(+), 27 deletions(-)

commit ddd5a5b91e3f25d2e216225ea2216a72ca9477fc
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Aug 19 19:11:39 2009 -0400

drm/radeon: add GET_PARAM/INFO support for Z pipes

Needed for occlusion queries on rv530 chips.

Signed-off-by: Alex Deucher <alexdeucher@xxxxxxxxx>
Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>

commit 17782d99502851dc7e48114ee9c5a6d6741cba18
Author: Dave Airlie <airlied@xxxxxxxxxx>
Date: Fri Aug 21 10:07:54 2009 +1000

drm/radeon/kms: add r100/r200 OQ support.

This adds the relocation necessary for OQ support on the r100/r200
chipsets.

Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>

commit 08e4d534743f4e9af3602aebbc1cca9372762028
Author: Thomas Hellstrom <thellstrom@xxxxxxxxxx>
Date: Thu Aug 20 19:02:31 2009 +1000

drm: Fix sysfs device confusion.

The drm sysfs class suspend / resume methods could not distinguish
between different device types wich could lead to illegal type casts.

Use struct device_type and make sure the class suspend / resume callbacks
are aware of those. There is no per device-type suspend / resume. Only
new-style PM.

Signed-off-by: Thomas Hellstrom <thellstrom@xxxxxxxxxx>
Reviewed-by: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx>
Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>

commit e3b2415e281a97ade36d88404094a90cfea838c0
Author: Dave Airlie <airlied@xxxxxxxxxx>
Date: Fri Aug 21 09:47:45 2009 +1000

drm/radeon/kms: implement the bo busy ioctl properly.

The previous patch assumes the ioctl already existed, when
it actually didn't.

It also didn't return the correct error code.

Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/