[pull] radeon drm-fixes-4.0
Alex Deucher
alexdeucher at gmail.com
Wed Mar 4 10:07:34 PST 2015
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(-)
More information about the dri-devel
mailing list