dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon drm-fixes-3.18
@ 2014-10-16 22:43 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-10-16 22:43 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

First round of fixes for 3.18.
- Use gart for DMA ring tests to avoid caching issues with HDP
- SI dpm stability fixes
- Performance stabilization fixes
- misc other things

The following changes since commit dfda0df3426483cf5fc7441f23f318edbabecb03:

  drm/mst: rework payload table allocation to conform better. (2014-10-13 14:40:53 +1000)

are available in the git repository at:

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

for you to fetch changes up to 01467a9b5e7ec7b9e30768bee16ea5861665015b:

  drm/radeon: reduce sparse false positive warnings (2014-10-16 18:34:10 -0400)

----------------------------------------------------------------
Alex Deucher (6):
      Revert "drm/radeon: drop btc_get_max_clock_from_voltage_dependency_table"
      Revert "drm/radeon/dpm: drop clk/voltage dependency filters for SI"
      drm/radeon: initialize sadb to NULL in the audio code
      drm/radeon: fix speaker allocation setup
      drm/radeon: use gart memory for DMA ring tests
      drm/radeon: fix vm page table block size calculation

Michel Dänzer (2):
      drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat
      drm/ttm: Don't evict BOs outside of the requested placement range

Michele Curti (1):
      drm/radeon: reduce sparse false positive warnings

 drivers/gpu/drm/radeon/btc_dpm.c        | 18 ++++++++++++++++++
 drivers/gpu/drm/radeon/btc_dpm.h        |  2 ++
 drivers/gpu/drm/radeon/ci_dpm.c         |  1 +
 drivers/gpu/drm/radeon/cik_sdma.c       | 21 ++++++++++++---------
 drivers/gpu/drm/radeon/cypress_dpm.c    |  1 +
 drivers/gpu/drm/radeon/dce3_1_afmt.c    |  6 +++---
 drivers/gpu/drm/radeon/dce6_afmt.c      |  8 ++++----
 drivers/gpu/drm/radeon/evergreen_hdmi.c |  8 ++++----
 drivers/gpu/drm/radeon/ni_dpm.c         |  1 +
 drivers/gpu/drm/radeon/r600_dma.c       | 21 ++++++++++++---------
 drivers/gpu/drm/radeon/r600_dpm.c       |  1 +
 drivers/gpu/drm/radeon/radeon.h         |  2 ++
 drivers/gpu/drm/radeon/radeon_device.c  |  2 +-
 drivers/gpu/drm/radeon/rs780_dpm.c      |  1 +
 drivers/gpu/drm/radeon/rv6xx_dpm.c      |  1 +
 drivers/gpu/drm/radeon/rv770_dpm.c      |  1 +
 drivers/gpu/drm/radeon/si_dpm.c         | 25 +++++++++++++++++++++++++
 drivers/gpu/drm/radeon/sumo_dpm.c       |  1 +
 drivers/gpu/drm/radeon/trinity_dpm.c    |  1 +
 drivers/gpu/drm/ttm/ttm_bo.c            | 28 +++++++++++++++++++++-------
 20 files changed, 113 insertions(+), 37 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.18
@ 2014-10-30 19:58 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-10-30 19:58 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

radeon fixes for 3.18:
- dpm stability fixes for SI and KV
- remove an invalid pci id
- kmalloc_array fixes
- minor cleanups

The following changes since commit 30aad89ad0697028b9aa0867b3e95cc0ccca064d:

  Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixes (2014-10-28 10:03:34 +1000)

are available in the git repository at:


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

for you to fetch changes up to 072c44bf24b3384e1e9873df5ddefe2be3aaac8e:

  drm/radeon: remove some buggy dead code (2014-10-29 12:24:15 -0400)

----------------------------------------------------------------
Alex Deucher (3):
      drm/radeon/dpm: disable ulv support on SI
      drm/radeon: dpm fixes for asrock systems
      drm/radeon: remove invalid pci id

Dan Carpenter (1):
      drm/radeon: remove some buggy dead code

Michel Dänzer (1):
      drm/radeon: Use drm_malloc_ab instead of kmalloc_array

Wilfried Klaebe (1):
      radeon: clean up coding style differences in radeon_get_bios()

 drivers/gpu/drm/radeon/evergreen.c   |  4 +---
 drivers/gpu/drm/radeon/kv_dpm.c      | 19 ++++++++++++++++---
 drivers/gpu/drm/radeon/radeon_bios.c |  6 ++----
 drivers/gpu/drm/radeon/radeon_cs.c   |  2 +-
 drivers/gpu/drm/radeon/radeon_ring.c |  4 ++--
 drivers/gpu/drm/radeon/radeon_vm.c   |  4 ++--
 drivers/gpu/drm/radeon/si_dpm.c      |  2 +-
 include/drm/drm_pciids.h             |  1 -
 8 files changed, 25 insertions(+), 17 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.18
@ 2014-11-06 22:44 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-11-06 22:44 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few more radeon fixes for 3.18:
- fix missing crtc unlock in MC setup
- set optimal CE ram config
- use gart rather than vram for DMA IB tests to avoid coherency issues with HDP
- fix a crasher with laptop mode and TDP scripts

The following changes since commit 66338feee458cb2b04e8f2b515b8d660e49ba29a:

  Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2014-11-03 05:23:17 +1000)

are available in the git repository at:


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

for you to fetch changes up to f0d7bfb9407fccb6499ec01c33afe43512a439a2:

  drm/radeon: add missing crtc unlock when setting up the MC (2014-11-06 17:41:19 -0500)

----------------------------------------------------------------
Alex Deucher (3):
      drm/radeon: make sure mode init is complete in bandwidth_update
      drm/radeon: use gart for DMA IB tests
      drm/radeon: add missing crtc unlock when setting up the MC

Jammy Zhou (1):
      drm/radeon: set correct CE ram size for CIK

 drivers/gpu/drm/radeon/cik.c       |  7 +++++--
 drivers/gpu/drm/radeon/cik_sdma.c  | 21 ++++++++++++---------
 drivers/gpu/drm/radeon/evergreen.c |  4 ++++
 drivers/gpu/drm/radeon/r100.c      |  3 +++
 drivers/gpu/drm/radeon/r600_dma.c  | 20 ++++++++++----------
 drivers/gpu/drm/radeon/rs600.c     |  3 +++
 drivers/gpu/drm/radeon/rs690.c     |  3 +++
 drivers/gpu/drm/radeon/rv515.c     |  3 +++
 drivers/gpu/drm/radeon/si.c        |  3 +++
 9 files changed, 46 insertions(+), 21 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.18
@ 2014-11-12 16:27 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-11-12 16:27 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just your atom scratch buffer locking fix.

The following changes since commit 03dca708521d30153fc5c7e2ff136f780a7372c9:

  Merge tag 'drm-intel-fixes-2014-11-07' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2014-11-10 10:05:37 +1000)

are available in the git repository at:


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

for you to fetch changes up to 1c9498425453bb65ef339a57705c5ef59fe1541d:

  drm/radeon: add locking around atombios scratch space usage (2014-11-11 17:22:26 -0500)

----------------------------------------------------------------
Dave Airlie (1):
      drm/radeon: add locking around atombios scratch space usage

 drivers/gpu/drm/radeon/atom.c          | 11 ++++++++++-
 drivers/gpu/drm/radeon/atom.h          |  2 ++
 drivers/gpu/drm/radeon/atombios_dp.c   |  4 +++-
 drivers/gpu/drm/radeon/atombios_i2c.c  |  4 +++-
 drivers/gpu/drm/radeon/radeon_device.c |  1 +
 5 files changed, 19 insertions(+), 3 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.18
@ 2014-11-20 17:21 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-11-20 17:21 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just two small fixes for radeon.

The following changes since commit bcfef97398972de555e6e1dbf4dac33f0db38d52:

  Merge tag 'drm/tegra/for-3.18-rc5' of git://people.freedesktop.org/~tagr/linux into drm-fixes (2014-11-14 07:03:02 +1000)

are available in the git repository at:


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

for you to fetch changes up to 28731d5818ae25b92d1fb82fe0ac196e97102c1b:

  drm/radeon: fix endian swapping in vbios fetch for tdp table (2014-11-20 11:13:18 -0500)

----------------------------------------------------------------
Alex Deucher (2):
      drm/radeon: disable native backlight control on pre-r6xx asics (v2)
      drm/radeon: fix endian swapping in vbios fetch for tdp table

 drivers/gpu/drm/radeon/r600_dpm.c        | 2 +-
 drivers/gpu/drm/radeon/radeon_encoders.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
_______________________________________________
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.18
@ 2014-12-02 20:57 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2014-12-02 20:57 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few more small fixes for 3.18.

The following changes since commit 8b62c8c6df08ca567c78afa51aa7bbc554cede06:

  nouveau: move the hotplug ignore to correct place. (2014-12-02 16:27:25 +1000)

are available in the git repository at:

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

for you to fetch changes up to f5475cc43c899e33098d4db44b7c5e710f16589d:

  drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6 (2014-12-02 15:45:33 -0500)

----------------------------------------------------------------
Christian König (1):
      drm/radeon: sync all BOs involved in a CS v2

Michel Dänzer (1):
      drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86

Petr Mladek (1):
      drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6

 drivers/gpu/drm/radeon/radeon_cs.c     | 17 +++++++----------
 drivers/gpu/drm/radeon/radeon_kms.c    |  2 ++
 drivers/gpu/drm/radeon/radeon_object.c |  7 +++++++
 3 files changed, 16 insertions(+), 10 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

end of thread, other threads:[~2014-12-02 20:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 22:44 [pull] radeon drm-fixes-3.18 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2014-12-02 20:57 Alex Deucher
2014-11-20 17:21 Alex Deucher
2014-11-12 16:27 Alex Deucher
2014-10-30 19:58 Alex Deucher
2014-10-16 22:43 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox