Hi Linus, Just radeon fixes in this one, some new PCI IDs, ATPX regression fix, async VM regression fixes some module options fixes.
Dave. 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/~airlied/linux drm-fixes 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 Dave Airlie (1): Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes 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(-)