All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon fixes 3.13
@ 2013-11-15 21:09 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-11-15 21:09 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

   Some fixes for radeon for 3.13.  Mostly CI stability fixes.  I think
I've tracked down the stability problems with dpm on Trinity/Richland,
so I'm going to enable that by default now.

The following changes since commit a3483353ca4e6dbeef2ed62ebed01af109b5b27a:

  drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)

are available in the git repository at:

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

for you to fetch changes up to 3a118989d58ca9b99f56f16a6fccbe34a9d8047e:

  drm/radeon: enable DPM by default in TN asics (2013-11-15 15:57:38 -0500)

----------------------------------------------------------------
Alex Deucher (4):
      drm/radeon: cypress_dpm: Fix unused variable warning when CONFIG_ACPI=n
      drm/radeon/vm: don't attempt to update ptes if ib allocation fails
      drm/radeon: adjust TN dpm parameters for stability (v2)
      drm/radeon: enable DPM by default in TN asics

Andrew Lewycky (1):
      drm/radeon: use a single doorbell for cik kms compute

Christian König (3):
      drm/radeon: add semaphore trace point
      drm/radeon: allow semaphore emission to fail
      drm/radeon: disable CIK CP semaphores for now

Fabio Estevam (1):
      drm: radeon: ni_dpm: Fix unused variable warning when CONFIG_ACPI=n

Jerome Glisse (2):
      radeon/i2c: do not count reg index in number of i2c byte we are writing.
      radeon: workaround pinning failure on low ram gpu

 drivers/gpu/drm/radeon/atombios_i2c.c       |   6 +-
 drivers/gpu/drm/radeon/cik.c                |  54 ++++++------
 drivers/gpu/drm/radeon/cik_sdma.c           |  13 ++-
 drivers/gpu/drm/radeon/cypress_dpm.c        |   2 +
 drivers/gpu/drm/radeon/evergreen_dma.c      |   9 +-
 drivers/gpu/drm/radeon/ni_dpm.c             |   2 +-
 drivers/gpu/drm/radeon/r100.c               |   3 +-
 drivers/gpu/drm/radeon/r600.c               |  13 ++-
 drivers/gpu/drm/radeon/r600_dma.c           |  13 ++-
 drivers/gpu/drm/radeon/radeon.h             |  37 ++++----
 drivers/gpu/drm/radeon/radeon_asic.h        |  18 ++--
 drivers/gpu/drm/radeon/radeon_cs.c          |   9 +-
 drivers/gpu/drm/radeon/radeon_device.c      |  47 +++++-----
 drivers/gpu/drm/radeon/radeon_fence.c       |  30 +++++++
 drivers/gpu/drm/radeon/radeon_gart.c        |   6 +-
 drivers/gpu/drm/radeon/radeon_legacy_crtc.c |  28 ++++++
 drivers/gpu/drm/radeon/radeon_pm.c          |   2 +-
 drivers/gpu/drm/radeon/radeon_ring.c        |  46 +++-------
 drivers/gpu/drm/radeon/radeon_semaphore.c   | 129 +++++++++++++++++++++-------
 drivers/gpu/drm/radeon/radeon_trace.h       |  36 ++++++++
 drivers/gpu/drm/radeon/rv770_dma.c          |   9 +-
 drivers/gpu/drm/radeon/si_dma.c             |   9 +-
 drivers/gpu/drm/radeon/trinity_dpm.c        |   6 +-
 drivers/gpu/drm/radeon/uvd_v1_0.c           |   4 +-
 drivers/gpu/drm/radeon/uvd_v3_1.c           |   4 +-
 25 files changed, 324 insertions(+), 211 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-12-24 20:06 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-12-24 20:06 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Radeon fixes, Christmas eve edition.  Fix incorrect family for 0x9649
which lead to bogus rendering, tiling and RB fixes for SI and CIK,
and a UVD fix.

The following changes since commit 418cb50bd6f977249b38f8888359e0adca6fc8ea:

  Merge tag 'drm-intel-fixes-2013-12-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes (2013-12-23 10:35:57 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.13

for you to fetch changes up to 9482d0d37b46d2bd968d357bbd912cae49caf163:

  drm/radeon: Bump version for CIK DCE tiling fix (2013-12-23 11:31:44 -0500)

----------------------------------------------------------------
Alex Deucher (2):
      drm/radeon: 0x9649 is SUMO2 not SUMO
      drm/radeon: Bump version for CIK DCE tiling fix

Christian König (1):
      drm/radeon: fix UVD 256MB check

Marek Olšák (4):
      drm/radeon: fix render backend setup for SI and CIK
      drm/radeon: expose render backend mask to the userspace
      drm/radeon: set correct pipe config for Hawaii in DCE
      drm/radeon: set correct number of banks for CIK chips in DCE

 drivers/gpu/drm/radeon/atombios_crtc.c | 83 ++++++++++++++++++++--------------
 drivers/gpu/drm/radeon/cik.c           | 12 +++--
 drivers/gpu/drm/radeon/radeon.h        |  4 +-
 drivers/gpu/drm/radeon/radeon_drv.c    |  3 +-
 drivers/gpu/drm/radeon/radeon_kms.c    |  9 ++++
 drivers/gpu/drm/radeon/radeon_uvd.c    |  2 +-
 drivers/gpu/drm/radeon/si.c            | 12 +++--
 include/drm/drm_pciids.h               |  2 +-
 include/uapi/drm/radeon_drm.h          |  2 +
 9 files changed, 80 insertions(+), 49 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-12-20  0:47 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-12-20  0:47 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

One more fix for a long standing corruption bug on some
Trinity/Richland parts.

The following changes since commit b67ce39a30976171e7b96b30a94a0216ab89df97:

  drm/radeon: check for 0 count in speaker allocation and SAD code (2013-12-17 09:23:16 -0500)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.13

for you to fetch changes up to e2f6c88fb903e123edfd1106b0b8310d5117f774:

  drm/radeon: fix asic gfx values for scrapper asics (2013-12-19 19:41:46 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon: fix asic gfx values for scrapper asics

 drivers/gpu/drm/radeon/ni.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-12-17 21:04 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-12-17 21:04 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just a few more fixes for radeon:
- Stability fix for cayman dpm
- audio fixes for dce6+

The following changes since commit f1cd6594496aa4dc3b816794b4e781058f99867c:

  Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-next (2013-12-17 09:22:26 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.13

for you to fetch changes up to b67ce39a30976171e7b96b30a94a0216ab89df97:

  drm/radeon: check for 0 count in speaker allocation and SAD code (2013-12-17 09:23:16 -0500)

----------------------------------------------------------------
Alex Deucher (3):
      drm/radeon/dce6: set correct number of audio pins
      drm/radeon/dpm: disable ss on Cayman
      drm/radeon: check for 0 count in speaker allocation and SAD code

 drivers/gpu/drm/radeon/dce6_afmt.c      | 8 +++++---
 drivers/gpu/drm/radeon/evergreen_hdmi.c | 4 ++--
 drivers/gpu/drm/radeon/rv770_dpm.c      | 6 ++++++
 3 files changed, 13 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-12-12 17:44 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-12-12 17:44 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

    Additional radeon fixes for 3.13.  A couple of regression fixes,
a fix for a long standing bug on certain rs690 boards with sideport, and
a buffer corruption fix for CIK parts.

The following changes since commit 5c015db7d9d2eaecf5223eaad7a05c0e8e180288:

  Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-fixes (2013-12-12 10:40:19 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.13

for you to fetch changes up to 59aebe2b32466f7ed5b79f18646be6dddc926a6d:

  Revert "drm/radeon: Implement radeon_pci_shutdown" (2013-12-12 12:22:06 -0500)

----------------------------------------------------------------
Alex Deucher (4):
      drm/radeon: Fix sideport problems on certain RS690 boards
      drm/radeon/cik: plug in missing blit callback
      drm/radeon: add missing display tiling setup for oland
      Revert "drm/radeon: Implement radeon_pci_shutdown"

Christian König (1):
      drm/radeon: fix typo in cik_copy_dma

Martin Andersson (1):
      drm/radeon/dpm: Fix hwmon crash

 drivers/gpu/drm/radeon/atombios_crtc.c |  4 +++-
 drivers/gpu/drm/radeon/cik_sdma.c      |  2 +-
 drivers/gpu/drm/radeon/radeon_asic.c   |  4 ++--
 drivers/gpu/drm/radeon/radeon_drv.c    | 10 ----------
 drivers/gpu/drm/radeon/radeon_pm.c     |  6 ++----
 drivers/gpu/drm/radeon/rs690.c         | 10 ++++++++++
 6 files changed, 18 insertions(+), 18 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-12-05  1:37 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-12-05  1:37 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

  Some additional fixes for 3.13.  Regression fixes for audio and hw_i2c,
vram fix for some SI PX cards, race fix in the hwmon code, and a few other
odds and ends.

The following changes since commit 1b28c3e628315ac0d9ef2d3fac0403f05ae692db:

  drm/qxl: fix memory leak in release list handling (2013-11-29 08:36:15 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.13

for you to fetch changes up to ffd3d3361d583cb73fa65a5fed3a196ba6f261bb:

  drm/radeon/atom: fix bus probes when hw_i2c is set (v2) (2013-12-04 19:56:46 -0500)

----------------------------------------------------------------
Alex Deucher (6):
      drm/radeon: fix typo in fetching mpll params
      drm/radeon: program DCE2 audio dto just like DCE3
      drm/radeon/dpm: simplify state adjust logic for NI
      drm/radeon: fixup bad vram size on SI
      drm/radeon: fix null pointer dereference in dce6+ audio code
      drm/radeon/atom: fix bus probes when hw_i2c is set (v2)

Alexandre Demers (1):
      drm/radeon: Fix a typo in Cayman and Evergreen registers

Christian König (2):
      drm/radeon: add VMID allocation trace point
      drm/radeon: add radeon_vm_bo_update trace point

Dave Airlie (1):
      drm/radeon: fix VGT_GS_INSTANCE_CNT register

Guenter Roeck (1):
      drm/radeon/dpm: Convert to use devm_hwmon_register_with_groups

 drivers/gpu/drm/radeon/atombios_i2c.c     | 15 ++++++----
 drivers/gpu/drm/radeon/dce6_afmt.c        | 12 ++++----
 drivers/gpu/drm/radeon/ni_dpm.c           | 28 +++++++-----------
 drivers/gpu/drm/radeon/r600_hdmi.c        |  8 ++---
 drivers/gpu/drm/radeon/radeon.h           |  8 ++---
 drivers/gpu/drm/radeon/radeon_atombios.c  |  2 +-
 drivers/gpu/drm/radeon/radeon_cs.c        |  4 +--
 drivers/gpu/drm/radeon/radeon_drv.h       |  3 +-
 drivers/gpu/drm/radeon/radeon_gart.c      | 16 ++++++----
 drivers/gpu/drm/radeon/radeon_pm.c        | 49 ++++++++-----------------------
 drivers/gpu/drm/radeon/radeon_trace.h     | 33 +++++++++++++++++++++
 drivers/gpu/drm/radeon/reg_srcs/cayman    |  4 +--
 drivers/gpu/drm/radeon/reg_srcs/evergreen |  4 +--
 drivers/gpu/drm/radeon/si.c               | 11 +++++--
 14 files changed, 106 insertions(+), 91 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [pull] radeon fixes 3.13
@ 2013-11-20 18:43 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2013-11-20 18:43 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

More fixes for radeon.  This adds new queries for tiling on CIK, and
fixes a crash in handling acpi atif backlight events on CIK.

The following changes since commit 3a118989d58ca9b99f56f16a6fccbe34a9d8047e:

  drm/radeon: enable DPM by default in TN asics (2013-11-15 15:57:38 -0500)

are available in the git repository at:

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

for you to fetch changes up to 7272c9d2286525d4c6bce788243cf2b6f306d15c:

  drm/radeon: hook up backlight functions for CI and KV family. (2013-11-19 15:57:29 -0500)

----------------------------------------------------------------
Michel Dänzer (2):
      drm/radeon/cik: Return backend map information to userspace
      drm/radeon/cik: Add macrotile mode array query

Samuel Li (1):
      drm/radeon: hook up backlight functions for CI and KV family.

 drivers/gpu/drm/radeon/cik.c         |  3 +++
 drivers/gpu/drm/radeon/radeon.h      |  1 +
 drivers/gpu/drm/radeon/radeon_asic.c |  4 ++++
 drivers/gpu/drm/radeon/radeon_drv.c  |  3 ++-
 drivers/gpu/drm/radeon/radeon_kms.c  | 11 ++++++++++-
 include/uapi/drm/radeon_drm.h        |  2 ++
 6 files changed, 22 insertions(+), 2 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-24 20:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-15 21:09 [pull] radeon fixes 3.13 Alex Deucher
2013-11-20 18:43 Alex Deucher
2013-12-05  1:37 Alex Deucher
2013-12-12 17:44 Alex Deucher
2013-12-17 21:04 Alex Deucher
2013-12-20  0:47 Alex Deucher
2013-12-24 20:06 Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.