[pull] radeon drm-next-3.14

Alex Deucher alexdeucher at gmail.com
Thu Jan 16 08:34:31 PST 2014


Hi Dave,

A few more changes for 3.14, mostly just bug fixes.  Note that:
drm/radeon: add query to fetch the max engine clock.
will conflict with 3.13 final, but the fix is pretty obvious.

The following changes since commit 53dac830537b51df555ba5e7ebb236705b7eaa7c:

  drm/mgag200: fix oops in cursor code. (2014-01-16 14:43:04 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-3.14

for you to fetch changes up to 4a8ee429cab2d62cf37f492db9861f918e79475b:

  drm/radeon: fix endian handling in radeon_atom_init_mc_reg_table (2014-01-16 11:04:07 -0500)

----------------------------------------------------------------
Alex Deucher (16):
      Revert "drm/radeon: disable CIK CP semaphores for now"
      drm/radeon: consolidate cp hdp flushing code for CIK
      drm/radeon: consolidate sdma hdp flushing code for CIK
      drm/radeon/cik: use POLL_REG_MEM special op for sDMA HDP flush
      drm/radeon/cik: use WAIT_REG_MEM special op for CP HDP flush
      drm/radeon: disable dpm on BTC
      drm/radeon/cik: use hw defaults for TC_CFG registers
      drm/radeon: disable ss on DP for DCE3.x
      drm/radeon/dp: bump i2c-over-aux retries to 7
      drm/radeon/dp: use usleep_range rather than udelay
      drm/radeon/dp: sleep after powering up the display
      drm/radeon: add query to fetch the max engine clock.
      drm/radeon: handle ss percentage divider properly
      drm/radeon: bail early from enable ss in certain cases
      drm/radeon: write gfx pg bases even when gfx pg is disabled
      drm/radeon: fix endian handling in radeon_atom_init_mc_reg_table

Christian König (1):
      drm/radeon: don't power gate paused UVD streams

 drivers/gpu/drm/radeon/atombios_crtc.c   | 32 +++++++----
 drivers/gpu/drm/radeon/atombios_dp.c     | 18 +++---
 drivers/gpu/drm/radeon/cik.c             | 95 ++++++++++++++++----------------
 drivers/gpu/drm/radeon/cik_sdma.c        | 43 +++++++++++----
 drivers/gpu/drm/radeon/radeon_atombios.c | 19 +++++--
 drivers/gpu/drm/radeon/radeon_kms.c      |  7 +++
 drivers/gpu/drm/radeon/radeon_mode.h     |  1 +
 drivers/gpu/drm/radeon/radeon_pm.c       | 10 +++-
 drivers/gpu/drm/radeon/radeon_uvd.c      |  2 +
 drivers/gpu/drm/radeon/rv770_dpm.c       | 14 ++---
 drivers/gpu/drm/radeon/si.c              |  3 +
 include/uapi/drm/radeon_drm.h            |  3 +-
 12 files changed, 152 insertions(+), 95 deletions(-)


More information about the dri-devel mailing list