All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon and amdgpu drm-fixes-4.16
@ 2018-02-23  4:58 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-02-23  4:58 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for 4.16:
- Powerplay fixes for cards with no displays attached
- Couple of DC fixes
- radeon workaround for PPC64

The following changes since commit bfad2d08e540b18cfd92694fbb388e7d202df31f:

  Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixes (2018-02-16 14:26:01 +1000)

are available in the git repository at:

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

for you to fetch changes up to 2c83029cda55a5e7665c7c6326909427d6a01350:

  drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE (2018-02-22 23:35:54 -0500)

----------------------------------------------------------------
Alex Deucher (3):
      drm/amd/powerplay/vega10: allow mclk switching with no displays
      drm/amd/powerplay/smu7: allow mclk switching with no displays
      Revert "drm/radeon/pm: autoswitch power state when in balanced mode"

Ben Crocker (1):
      drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE

Hersen Wu (1):
      drm/amd/display: VGA black screen from s3 when attached to hook

Mikita Lipski (2):
      drm/amdgpu: Add a missing lock for drm_mm_takedown
      drm/amdgpu: Unify the dm resume calls into one

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  9 ---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c        |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +++-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 11 +++++++----
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 11 +++++++----
 drivers/gpu/drm/radeon/radeon_device.c             |  4 ++++
 drivers/gpu/drm/radeon/radeon_pm.c                 |  6 +-----
 8 files changed, 24 insertions(+), 25 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] radeon and amdgpu drm-fixes-4.16
@ 2018-03-21 22:44 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-03-21 22:44 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few more fixes for 4.16.  Mostly for displays:
- A fix for DP handling on radeon
- Fix banding on eDP panels
- Fix HBR audio
- Fix for disabling VGA mode on Raven that leads to a corrupt or
  blank display on some platforms


The following changes since commit 67f1976665900c86989cfe99b884dc51bddfb0e9:

  Merge tag 'drm-intel-fixes-2018-03-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-03-15 09:26:11 +1000)

are available in the git repository at:

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

for you to fetch changes up to 731a373698c9675d5aed8a30d8c9861bea9c41a2:

  drm/amd/display: Add one to EDID's audio channel count when passing to DC (2018-03-21 00:24:47 -0500)

----------------------------------------------------------------
Clark Zheng (1):
      drm/amd/display: Refine disable VGA

Harry Wentland (2):
      drm/amd/display: We shouldn't set format_default on plane as atomic driver
      drm/amd/display: Add one to EDID's audio channel count when passing to DC

Michel Dänzer (1):
      drm/radeon: Don't turn off DP sink when disconnected

Mikita Lipski (3):
      drm/amdgpu: Use atomic function to disable crtcs with dc enabled
      drm/amd/display: Allow truncation to 10 bits
      drm/amd/display: Fix FMT truncation programming

Shirish S (1):
      drm/amd/display: fix dereferencing possible ERR_PTR()

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  9 ++++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  5 ++--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h     |  8 +++++-
 drivers/gpu/drm/amd/display/dc/dce/dce_opp.c       |  9 +++----
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 20 ++++++++++----
 drivers/gpu/drm/radeon/radeon_connectors.c         | 31 +++++++++-------------
 7 files changed, 48 insertions(+), 36 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] radeon and amdgpu drm-fixes-4.16
@ 2018-03-14 20:58 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-03-14 20:58 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

A few fixes for 4.16:
- Fix a backlight S/R regression on amdgpu
- Fix prime teardown on radeon and amdgpu
- DP fix for amdgpu

The following changes since commit b0655d668fc4faf0c1985e828820f9b9ca13abe6:

  Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-03-09 09:23:02 +1000)

are available in the git repository at:

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

for you to fetch changes up to 7d617264eb22b18d979eac6e85877a141253034e:

  drm/amdgpu/dce: Don't turn off DP sink when disconnected (2018-03-14 15:40:00 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: save/restore backlight level in legacy dce code

Christian König (2):
      drm/amdgpu: fix prime teardown order
      drm/radeon: fix prime teardown order

Michel Dänzer (1):
      drm/amdgpu/dce: Don't turn off DP sink when disconnected

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 31 ++++++++++----------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c        |  2 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h       |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c     |  2 ++
 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c |  4 ++--
 drivers/gpu/drm/amd/amdgpu/atombios_encoders.h |  5 +++++
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c         |  8 +++++++
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c         |  8 +++++++
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c          |  8 +++++++
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c          |  8 +++++++
 drivers/gpu/drm/radeon/radeon_gem.c            |  2 --
 drivers/gpu/drm/radeon/radeon_object.c         |  2 ++
 12 files changed, 56 insertions(+), 25 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] radeon and amdgpu drm-fixes-4.16
@ 2018-03-07 22:06 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-03-07 22:06 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

Fixes for 4.16.  A bit bigger than I would have liked, but most of that
is DC fixes which Harry helped me pull together from the past few weeks.
Highlights:
- Fix DL DVI with DC
- Various RV fixes for DC
- Overlay fixes for DC
- Fix HDMI2 handling on boards without HBR tables in the vbios
- Fix crash with pass-through on SI on amdgpu
- Fix RB harvesting on KV
- Fix hibernation failures on UVD with certain cards

The following changes since commit 93dfdf9fde9f20f1c46738bf184adeebc7d7d66e:

  Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-03-01 14:03:14 +1000)

are available in the git repository at:

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

for you to fetch changes up to 4a53d9045ec31f3f97719c2e41cc8b2e7151a1fe:

  drm/amd/display: validate plane format on primary plane (2018-03-07 16:31:19 -0500)

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu: used cached pcie gen info for SI (v2)
      drm/radeon: fix KV harvesting
      drm/amdgpu: fix KV harvesting

Bhawanpreet Lakha (1):
      drm/amd/display: Fix takover from VGA mode

Eric Yang (3):
      drm/amd/display: fix cursor related Pstate hang
      drm/amd/display: update infoframe after dig fe is turned on
      drm/amd/display: early return if not in vga mode in disable_vga

Harry Wentland (11):
      drm/amd/display: Don't blow up if TG is NULL in dce110_vblank_set
      drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
      drm/amd/display: Move MAX_TMDS_CLOCK define to header
      drm/amd/display: Remove unnecessary fail labels in create_stream_for_sink
      drm/amd/display: Pass signal directly to enable_tmds_output
      drm/amd/display: Don't allow dual-link DVI on all ASICs.
      drm/amd/display: Don't block dual-link DVI modes
      drm/amd/display: Make create_stream_for_sink more consistent
      drm/amd/display: Call update_stream_signal directly from amdgpu_dm
      drm/amd/display: Use crtc enable/disable_vblank hooks
      drm/amd/display: Return success when enabling interrupt

James Zhu (2):
      drm/amdgpu:Correct max uvd handles
      drm/amdgpu:Always save uvd vcpu_bo in VM Mode

Jerry (Fangzhi) Zuo (2):
      drm/amd/display: Fix topology change issue in MST rehook
      drm/amd/display: Fixed non-native modes not lighting up

Leo (Sunpeng) Li (1):
      drm/amd/display: Fix memleaks when atomic check fails.

Michel Dänzer (1):
      drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ info

Mikita Lipski (1):
      drm/amd/display: Set irq state only on existing crtcs

Rex Zhu (1):
      drm/amdgpu: Notify sbios device ready before send request

Roman Li (3):
      drm/amd/display: Fix active dongle hotplug
      drm/amd/display: Fix FBC topology change
      drm/amd/display: fix boot-up on vega10

Shirish S (5):
      drm/amd/display: defer modeset check in dm_update_planes_state
      drm/amd/display: validate plane in dce110 for scaling
      drm/amd/display: update plane params before validation
      drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
      drm/amd/display: validate plane format on primary plane

Tom St Denis (1):
      drm/amd/amdgpu: Mask rptr as well in ring debugfs

 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |  13 +-
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c              |   2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |  30 +---
 drivers/gpu/drm/amd/amdgpu/si.c                    |  22 ++-
 drivers/gpu/drm/amd/amdgpu/si_dpm.c                |  50 ++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 165 +++++++++++++++------
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |   6 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |   6 +
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   6 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   3 +-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |   3 -
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |  76 +---------
 drivers/gpu/drm/amd/display/dc/dc.h                |   3 +-
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   2 +
 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h     |  10 +-
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c  |  38 +++--
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.h  |   3 +-
 .../drm/amd/display/dc/dce100/dce100_resource.c    |   1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  91 ++++++++++--
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  18 +++
 .../drm/amd/display/dc/dce112/dce112_resource.c    |   2 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |   2 +
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |   1 +
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  65 +++++++-
 .../gpu/drm/amd/display/dc/inc/hw/link_encoder.h   |   3 +-
 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |   3 +
 .../amd/display/dc/irq/dce110/irq_service_dce110.c |   2 +-
 .../amd/display/dc/virtual/virtual_link_encoder.c  |   3 +-
 .../amd/display/include/grph_object_ctrl_defs.h    |   5 -
 drivers/gpu/drm/amd/display/include/signal_types.h |   5 +
 drivers/gpu/drm/radeon/cik.c                       |  31 +---
 33 files changed, 381 insertions(+), 294 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2018-03-21 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-23  4:58 [pull] radeon and amdgpu drm-fixes-4.16 Alex Deucher
2018-03-07 22:06 Alex Deucher
2018-03-14 20:58 Alex Deucher
2018-03-21 22:44 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.