dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] radeon drm-fixes-3.10
@ 2013-06-20 19:08 alexdeucher
  0 siblings, 0 replies; 6+ messages in thread
From: alexdeucher @ 2013-06-20 19:08 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

    Just one more fix for radeon.  Patch from Jerome to avoid GPU
resets due to false positives when the ring is empty.

The following changes since commit c139b1ee4e36374af705660af6172d7477352792:

  drm/radeon: fix UVD on big endian (2013-06-14 17:05:57 -0400)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.10

Jerome Glisse (1):
      drm/radeon: update lockup tracking when scheduling in empty ring

 drivers/gpu/drm/radeon/radeon_ring.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] radeon drm-fixes-3.10
@ 2013-06-13 23:08 alexdeucher
  2013-06-14 21:10 ` Alex Deucher
  0 siblings, 1 reply; 6+ messages in thread
From: alexdeucher @ 2013-06-13 23:08 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

  Just two small fixes from Jerome.  Remove some harmless but confusing
VM related error messages and fix a regression with suspend and UVD.

The following changes since commit df63d3ecbca514bad99513b2401448d19a9bb92e:

  Merge tag 'drm-intel-fixes-2013-06-11' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes (2013-06-11 19:38:27 +1000)

are available in the git repository at:

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

Jerome Glisse (2):
      drm/radeon: do not try to uselessly update virtual memory pagetable
      drm/radeon: fix write back suspend regression with uvd v2

 drivers/gpu/drm/radeon/radeon_device.c |   53 ++++++++++++++-----------------
 drivers/gpu/drm/radeon/radeon_fence.c  |   10 +++++-
 drivers/gpu/drm/radeon/radeon_gart.c   |    6 ++-
 drivers/gpu/drm/radeon/radeon_uvd.c    |   14 ++++++++
 4 files changed, 50 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] radeon drm-fixes-3.10
@ 2013-06-04 23:02 alexdeucher
  0 siblings, 0 replies; 6+ messages in thread
From: alexdeucher @ 2013-06-04 23:02 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

  Just a few fixes for radeon.  The big one is a fix for hangs on older
asics due to the ordering of interrupt initialization.

The following changes since commit 91f8f105f2b82b4a38dee2d74760bc39d40ec42c:

  drm/mgag200: Add missing write to index before accessing data register (2013-06-03 19:21:07 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.10

Adis Hamzić (1):
      radeon: Fix system hang issue when using KMS with older cards

Alex Deucher (1):
      drm/radeon: don't allow audio on DCE6

Samuel Li (1):
      drm/radeon: Use direct mapping for fast fb access on RS780/RS880 (v2)

 drivers/gpu/drm/radeon/atombios_encoders.c |   11 ++++--
 drivers/gpu/drm/radeon/evergreen.c         |   10 +++--
 drivers/gpu/drm/radeon/ni.c                |   10 +++--
 drivers/gpu/drm/radeon/r100.c              |    9 +++--
 drivers/gpu/drm/radeon/r300.c              |    9 +++--
 drivers/gpu/drm/radeon/r420.c              |   10 +++--
 drivers/gpu/drm/radeon/r520.c              |    9 +++--
 drivers/gpu/drm/radeon/r600.c              |   53 +++++++++++++++++++++++++--
 drivers/gpu/drm/radeon/r600d.h             |    8 ++++
 drivers/gpu/drm/radeon/radeon_asic.c       |    4 ++
 drivers/gpu/drm/radeon/radeon_asic.h       |    2 +
 drivers/gpu/drm/radeon/rs400.c             |    9 +++--
 drivers/gpu/drm/radeon/rs600.c             |    9 +++--
 drivers/gpu/drm/radeon/rs690.c             |    9 +++--
 drivers/gpu/drm/radeon/rv515.c             |    9 +++--
 drivers/gpu/drm/radeon/rv770.c             |   10 +++--
 drivers/gpu/drm/radeon/si.c                |   10 +++--
 17 files changed, 143 insertions(+), 48 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] radeon drm-fixes-3.10
@ 2013-05-29 18:23 alexdeucher
  0 siblings, 0 replies; 6+ messages in thread
From: alexdeucher @ 2013-05-29 18:23 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

  Just a few minor fixes for radeon.

The following changes since commit c89b65e7fffef745bdd36c372aa0dea778fecbab:

  qxl: fix Kconfig deps - select FB_DEFERRED_IO (2013-05-28 17:03:37 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.10

Alex Deucher (4):
      drm/radeon: fix typo in cu_per_sh on verde
      drm/radeon: fix card_posted check for newer asics
      drm/radeon: don't check crtcs in card_posted() on cards without DCE
      drm/radeon: narrow scope of Apple re-POST hack

Christian König (1):
      drm/radeon: UVD block on SUMO2 is the same as on SUMO

Kleber Sacilotto de Souza (1):
      radeon: use max_bus_speed to activate gen2 speeds

 drivers/gpu/drm/radeon/evergreen.c     |   10 +++-------
 drivers/gpu/drm/radeon/r600.c          |    9 ++-------
 drivers/gpu/drm/radeon/radeon_device.c |   27 ++++++++++++++++-----------
 drivers/gpu/drm/radeon/rv770.c         |   13 +++----------
 drivers/gpu/drm/radeon/si.c            |    2 +-
 5 files changed, 25 insertions(+), 36 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] radeon drm-fixes-3.10
@ 2013-05-20 15:31 alexdeucher
  0 siblings, 0 replies; 6+ messages in thread
From: alexdeucher @ 2013-05-20 15:31 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

From: Alex Deucher <alexander.deucher@amd.com>

Hi Dave,

   Just some minor bug fixes.

The following changes since commit b7cb1c50c828adaee95e8ada0e55918686245992:

  Merge branch 'drm-nouveau-fixes-3.10' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-05-20 13:31:36 +1000)

are available in the git repository at:

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

Alex Deucher (1):
      drm/radeon/dce2: use 10khz units for audio dto calculation

Niels Ole Salscheider (2):
      drm/radeon: Remove superfluous variable
      drm/radeon: Fix VRAM size calculation for VRAM >= 4GB

 drivers/gpu/drm/radeon/atombios_crtc.c      |    6 ------
 drivers/gpu/drm/radeon/evergreen.c          |    4 ++--
 drivers/gpu/drm/radeon/evergreen_hdmi.c     |    7 +++----
 drivers/gpu/drm/radeon/r600_hdmi.c          |    9 ++++-----
 drivers/gpu/drm/radeon/radeon_legacy_crtc.c |    4 ----
 drivers/gpu/drm/radeon/radeon_mode.h        |    1 -
 drivers/gpu/drm/radeon/radeon_ttm.c         |    2 +-
 drivers/gpu/drm/radeon/si.c                 |    4 ++--
 8 files changed, 12 insertions(+), 25 deletions(-)

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 19:08 [pull] radeon drm-fixes-3.10 alexdeucher
  -- strict thread matches above, loose matches on Subject: below --
2013-06-13 23:08 alexdeucher
2013-06-14 21:10 ` Alex Deucher
2013-06-04 23:02 alexdeucher
2013-05-29 18:23 alexdeucher
2013-05-20 15:31 alexdeucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).