[pull] radeon drm-next-3.8
alexdeucher at gmail.com
alexdeucher at gmail.com
Fri Dec 7 17:07:59 PST 2012
From: Alex Deucher <alexander.deucher at amd.com>
Pretty minor -next pull request. We some additional new bits waiting
internally for release. Hopefully Monday we can get at least some of
them out. The others will probably take a few more weeks.
Highlights of the current request:
- ELD registers for passing audio information to the sound hardware
- Handle GPUVM page faults more gracefully
- Misc fixes
The following changes since commit e548a83c34806b8bc2c55f52d3bc481a13a3829e:
Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux (2012-11-28 16:51:10 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-3.8
Alex Deucher (6):
drm/radeon/dce3.2: add registers for ELD handling
drm/radeon/dce4/5: add registers for ELD handling
drm/radeon/dce32+: use fractional fb dividers for high clocks
drm/radeon: add new INFO ioctl requests
drm/radeon: fix eDP clk and lane setup for scaled modes
drm/radeon: bump driver version for new info ioctl requests
Christian König (1):
drm/radeon: stop page faults from hanging the system (v2)
Jerome Glisse (1):
drm/radeon: use cached memory when evicting for vram on non agp
Marek Olšák (1):
drm/radeon: add a CS flag END_OF_FRAME
drivers/gpu/drm/radeon/atombios_crtc.c | 2 +
drivers/gpu/drm/radeon/atombios_encoders.c | 2 +-
drivers/gpu/drm/radeon/evergreen.c | 10 +++++
drivers/gpu/drm/radeon/evergreend.h | 51 ++++++++++++++++++++++++++++
drivers/gpu/drm/radeon/ni.c | 16 +++++++--
drivers/gpu/drm/radeon/nid.h | 11 ++++++
drivers/gpu/drm/radeon/radeon_drv.c | 3 +-
drivers/gpu/drm/radeon/radeon_kms.c | 16 +++++++++
drivers/gpu/drm/radeon/radeon_object.c | 18 ++++++++--
drivers/gpu/drm/radeon/rv770d.h | 48 ++++++++++++++++++++++++++
drivers/gpu/drm/radeon/si.c | 25 ++++++++++++-
drivers/gpu/drm/radeon/sid.h | 14 ++++++++
include/uapi/drm/radeon_drm.h | 5 +++
13 files changed, 210 insertions(+), 11 deletions(-)
More information about the dri-devel
mailing list