Hi Dave, this is the fourth and last pull request for 3.15 radeon changes. Highlights this time: - Rework of finding the right PLL numbers for display - Couple of different bugfixes
The following changes since commit 2844ea3f252331cc0ecf3ae74f6226db2f580f8a: Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux into drm-next (2014-04-02 12:09:09 +1000) are available in the git repository at: git://people.freedesktop.org/~deathsimple/linux drm-next-3.15 for you to fetch changes up to f1553174a207f68a4ec19d436003097e0a4dc405: drm/radeon: fix typo in spectre_golden_registers (2014-04-03 12:41:18 +0200) ---------------------------------------------------------------- Alex Deucher (3): drm/radeon: call drm_edid_to_eld when we update the edid drm/radeon: fix endian swap on hawaii clear state buffer setup drm/radeon: fix typo in spectre_golden_registers Christian K?nig (2): drm/radeon: clear needs_reset flag if IB test fails drm/radeon: rework finding display PLL numbers v2 Dave Airlie (2): drm/radeon: fix runtime suspend breaking secondary GPUs drm/radeon: fix resuming mode in pm runtime resume path drivers/gpu/drm/radeon/cik.c | 6 +-- drivers/gpu/drm/radeon/radeon_device.c | 10 ++-- drivers/gpu/drm/radeon/radeon_display.c | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------ drivers/gpu/drm/radeon/radeon_drv.c | 17 +++++-- drivers/gpu/drm/radeon/radeon_ring.c | 1 + 5 files changed, 176 insertions(+), 102 deletions(-)