All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon drm-fixes-4.0
@ 2015-04-02 16:21 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-04-02 16:21 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just two small fixes for radeon, both destined for stable.

The following changes since commit 91fd89660ba2e8ee59a587294fa9b17761691b05:

  Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2015-03-30 12:17:27 +1000)

are available in the git repository at:


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

for you to fetch changes up to 22e2e86560c5fca6f9b9d078f221fcdab9947a5e:

  drm/radeon: fix wait in radeon_mn_invalidate_range_start (2015-04-02 10:03:29 -0400)

----------------------------------------------------------------
Christian König (2):
      drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr
      drm/radeon: fix wait in radeon_mn_invalidate_range_start

 drivers/gpu/drm/radeon/radeon_mn.c  | 11 ++++-------
 drivers/gpu/drm/radeon/radeon_ttm.c |  4 ++++
 2 files changed, 8 insertions(+), 7 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-4.0
@ 2015-03-27 14:53 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-03-27 14:53 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few more fixes for 4.0 for radeon.  Sorry for the delay, I was
a little under the weather this week and time got away from me.

The following changes since commit 9822393d23ba9129396ab9308dbb8ce10ae74751:

  Merge tag 'drm-intel-fixes-2015-03-26' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-03-27 07:39:45 +1000)

are available in the git repository at:


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

for you to fetch changes up to 88f9eae4d74c1b5c35adb026d7f0d4d44d2fdf70:

  drm/radeon: programm the VCE fw BAR as well (2015-03-27 10:17:44 -0400)

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon/dpm: fix 120hz handling harder

Christian König (2):
      drm/radeon: always dump the ring content if it's available
      drm/radeon: programm the VCE fw BAR as well

David Miller (1):
      radeon: Do not directly dereference pointers to BIOS area.

 drivers/gpu/drm/radeon/cikd.h        |  1 +
 drivers/gpu/drm/radeon/radeon.h      |  1 +
 drivers/gpu/drm/radeon/radeon_bios.c | 10 +++++++---
 drivers/gpu/drm/radeon/radeon_pm.c   | 22 +++++++++++++++++-----
 drivers/gpu/drm/radeon/radeon_ring.c |  2 +-
 drivers/gpu/drm/radeon/vce_v2_0.c    |  3 +++
 6 files changed, 30 insertions(+), 9 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-4.0
@ 2015-03-18 16:40 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-03-18 16:40 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just one fix for stable.

The following changes since commit 046d669c62f37323ef0329c41d83a03c06b2087d:

  [PATCH] drm/mm: Fix support 4 GiB and larger ranges (2015-03-16 06:28:50 +1000)

are available in the git repository at:

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

for you to fetch changes up to a239118a24b3bf9089751068e431dfb63dc4168b:

  drm/radeon: drop ttm two ended allocation (2015-03-18 09:53:40 -0400)

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon: drop ttm two ended allocation

 drivers/gpu/drm/radeon/radeon_object.c | 11 -----------
 1 file changed, 11 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-4.0
@ 2015-03-12 13:21 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-03-12 13:21 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Some additional radeon fixes for 4.0

The following changes since commit cd961bb9eebb630452f49dcbf3e5f0059428614a:

  drm/mst: fix recursive sleep warning on qlock (2015-03-10 13:44:31 +1000)

are available in the git repository at:

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

for you to fetch changes up to a17d4996e051e78d164989b894608cf37cd5110b:

  drm/radeon: drop setting UPLL to sleep mode (2015-03-11 08:31:56 -0400)

----------------------------------------------------------------
Christian König (1):
      drm/radeon: drop setting UPLL to sleep mode

Maarten Lankhorst (1):
      drm/radeon: fix wait to actually occur after the signaling callback

 drivers/gpu/drm/radeon/radeon_fence.c | 68 +++++++++++++++++++++++------------
 drivers/gpu/drm/radeon/si.c           |  6 ++--
 2 files changed, 47 insertions(+), 27 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-4.0
@ 2015-03-04 18:07 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-03-04 18:07 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Radeon fixes for 4.0:
- Fix some fallout from the audio rework
- Fix a possible oops in the CS ioctl
- Fix interlaced modes on DCE8
- Do a posting read in irq_set callbacks to make sure
  interrupts are properly flushed through the pci bridge

The following changes since commit ed9ed50ccc2c16690b921171c809f6f15255ac65:

  Revert "drm/rockchip: Flip select/depends in Kconfig" (2015-03-03 21:11:34 +1000)

are available in the git repository at:

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

for you to fetch changes up to 77ae5f4b48a0445426c9c1ef7c0f28b717e35d55:

  drm/radeon: fix interlaced modes on DCE8 (2015-03-03 17:28:31 -0500)

----------------------------------------------------------------
Alex Deucher (14):
      drm/radeon: fix the audio dpms callbacks
      drm/radeon: assign pin in detect
      drm/radeon/audio: set mute around state setup
      drm/radeon: don't toggle audio state in modeset
      drm/radeon/audio: update EDID derived fields in modeset
      drm/radeon: properly set dto for dp on DCE4/5
      drm/radeon: adjust audio callback order
      drm/radeon: do a posting read in r100_set_irq
      drm/radeon: do a posting read in rs600_set_irq
      drm/radeon: do a posting read in r600_set_irq
      drm/radeon: do a posting read in evergreen_set_irq
      drm/radeon: do a posting read in si_set_irq
      drm/radeon: do a posting read in cik_set_irq
      drm/radeon: fix interlaced modes on DCE8

Slava Grigorev (2):
      radeon/audio: fix whitespace
      radeon/audio: fix DP audio on DCE6

Tommi Rantala (1):
      drm/radeon: fix DRM_IOCTL_RADEON_CS oops

 drivers/gpu/drm/radeon/atombios_crtc.c     |  3 ++
 drivers/gpu/drm/radeon/atombios_encoders.c | 30 +++++++------
 drivers/gpu/drm/radeon/cik.c               |  3 ++
 drivers/gpu/drm/radeon/dce6_afmt.c         | 68 +++++++++++++++---------------
 drivers/gpu/drm/radeon/evergreen.c         |  3 ++
 drivers/gpu/drm/radeon/evergreen_hdmi.c    | 59 +++++++++-----------------
 drivers/gpu/drm/radeon/r100.c              |  4 ++
 drivers/gpu/drm/radeon/r600.c              |  3 ++
 drivers/gpu/drm/radeon/r600_hdmi.c         | 11 -----
 drivers/gpu/drm/radeon/radeon_audio.c      | 50 +++++++++++-----------
 drivers/gpu/drm/radeon/radeon_cs.c         |  4 +-
 drivers/gpu/drm/radeon/rs600.c             |  4 ++
 drivers/gpu/drm/radeon/si.c                |  3 ++
 drivers/gpu/drm/radeon/sid.h               |  4 +-
 14 files changed, 122 insertions(+), 127 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-4.0
@ 2015-02-25 21:13 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2015-02-25 21:13 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Radeon fixes for 4.0, all over the place.


The following changes since commit 5b49afd60a850acca321a87eb83ab0c387725206:

  Merge tag 'drm-amdkfd-fixes-2015-02-23' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes (2015-02-24 11:10:14 +1000)

are available in the git repository at:


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

for you to fetch changes up to 3473f542ab707afbb6e6057ddb6f3b40ef22e093:

  drm/radeon: only enable DP audio if the monitor supports it (2015-02-25 16:06:10 -0500)

----------------------------------------------------------------
Alex Deucher (6):
      drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh
      drm/radeon: disable mclk switching with 120hz+ monitors
      drm/radeon: dump full IB if we hit a packet error
      drm/radeon: fix 1 RB harvest config setup for TN/RL
      drm/radeon: fix atom aux payload size check for writes (v2)
      drm/radeon: only enable DP audio if the monitor supports it

Christian König (2):
      drm/radeon: enable SRBM timeout interrupt on SI
      drm/radeon: enable SRBM timeout interrupt on EG/NI

Leo Liu (1):
      drm/radeon: enable SRBM timeout interrupt on CIK v2

Nathan-J. Hirschauer (1):
      drm/radeon: enable native backlight control on old macs

 drivers/gpu/drm/radeon/atombios_dp.c       |  7 +++++++
 drivers/gpu/drm/radeon/atombios_encoders.c | 21 +++++++++++++++------
 drivers/gpu/drm/radeon/cik.c               |  8 ++++++++
 drivers/gpu/drm/radeon/cikd.h              |  4 ++++
 drivers/gpu/drm/radeon/evergreen.c         |  7 +++++++
 drivers/gpu/drm/radeon/evergreend.h        |  4 ++++
 drivers/gpu/drm/radeon/ni.c                | 10 ++++++----
 drivers/gpu/drm/radeon/nid.h               |  4 ++++
 drivers/gpu/drm/radeon/r600_dpm.c          |  2 +-
 drivers/gpu/drm/radeon/radeon_cs.c         | 16 ++++++++++++++--
 drivers/gpu/drm/radeon/radeon_encoders.c   |  3 +++
 drivers/gpu/drm/radeon/radeon_pm.c         |  6 ++++++
 drivers/gpu/drm/radeon/si.c                | 22 +++++++++++++++-------
 drivers/gpu/drm/radeon/sid.h               |  4 ++++
 14 files changed, 98 insertions(+), 20 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:[~2015-04-02 16:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 16:21 [pull] radeon drm-fixes-4.0 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27 14:53 Alex Deucher
2015-03-18 16:40 Alex Deucher
2015-03-12 13:21 Alex Deucher
2015-03-04 18:07 Alex Deucher
2015-02-25 21:13 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.