From: Alex Deucher <alexander.deucher@xxxxxxx> Hi Dave, Fixes pull request for radeon. The main things here are fixing a ATPX regression from the acpi rework, fixing some fallout from the async VM work, and fixing some module options that were broken in certain cases. Other than that, mainly just bug fixes. The following changes since commit b8e902f24fdd16c4373ddc37a4e150c4afe9c6db: drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() (2012-10-23 10:15:21 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.7 Alex Deucher (6): drm/radeon: add some new SI PCI ids drm/radeon: fix sparse warning drm/radeon: give each backlight a unique id drm/radeon: add error output if VM CS fails on cayman drm/radeon: fix ATPX function documentation drm/radeon: fix ATPX regression in acpi rework Christian König (9): drm/radeon: fix PFP sync in vm_flush drm/radeon: fix cayman_vm_set_page v2 drm/radeon: fix si_set_page v2 drm/radeon: remove set_page check from VM code drm/radeon: fix header size estimation in VM code drm/radeon: fix and simplify pot argument checks v3 drm/radeon: use vzalloc for gart pages drm/radeon: move size limits to gem_object_create. drm/radeon: move the retry to gem_object_create drivers/gpu/drm/radeon/atombios_encoders.c | 5 ++- drivers/gpu/drm/radeon/evergreen_cs.c | 1 + drivers/gpu/drm/radeon/ni.c | 45 ++++++++++------- drivers/gpu/drm/radeon/nid.h | 1 + drivers/gpu/drm/radeon/radeon_atpx_handler.c | 6 +- drivers/gpu/drm/radeon/radeon_device.c | 60 +++++++++-------------- drivers/gpu/drm/radeon/radeon_gart.c | 22 ++++----- drivers/gpu/drm/radeon/radeon_gem.c | 18 ++++++- drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 5 ++- drivers/gpu/drm/radeon/radeon_object.c | 19 ------- drivers/gpu/drm/radeon/si.c | 47 +++++++++++------- include/drm/drm_pciids.h | 3 + 12 files changed, 122 insertions(+), 110 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel