AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] amdgpu, amdkfd drm-fixes-4.20
Date: Wed,  7 Nov 2018 22:55:51 -0500	[thread overview]
Message-ID: <20181108035551.2904-1-alexander.deucher@amd.com> (raw)

Hi Dave,

Fixes for 4.20:
- DC MST fixes
- DC FBC fix
- Vega20 updates to support the latest vbios
- KFD type fixes for ioctl headers

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 63237f8748bdf46dccf79ef8f98f05e9fe799162:

  drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() (2018-11-07 18:21:05 -0500)

----------------------------------------------------------------
Alex Deucher (7):
      Revert "drm/amd/display: set backlight level limit to 1"
      drm/amdgpu/vega20: add CLK base offset
      drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2)
      drm/amdgpu: add DC feature mask module parameter
      drm/amdgpu/display/dc: add FBC to dc_config
      drm/amdgpu/display/dm: handle FBC dc feature parameter
      drm/amdgpu/display/dce11: only enable FBC when selected

Dmitry V. Levin (2):
      uapi: fix linux/kfd_ioctl.h userspace compilation errors
      uapi: fix more linux/kfd_ioctl.h userspace compilation errors

Evan Quan (2):
      drm/amd/powerplay: set a default fclk/gfxclk ratio
      drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabled

Harry Wentland (1):
      drm/amd/display: Stop leaking planes

Jerry (Fangzhi) Zuo (2):
      drm/amd/display: Cleanup MST non-atomic code workaround
      drm/amd/display: Drop reusing drm connector for MST

Leo Li (1):
      drm/amd: Update atom_smu_info_v3_3 structure

Lyude Paul (1):
      drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()

Shaokun Zhang (1):
      drm/amd/display: Fix misleading buffer information

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 11 +++
 drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c       |  1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 27 +++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  2 -
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 79 ++--------------------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |  1 -
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  4 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  7 +-
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  3 +-
 drivers/gpu/drm/amd/include/amd_shared.h           |  4 ++
 drivers/gpu/drm/amd/include/atomfirmware.h         |  7 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 53 +++++++++------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h |  1 +
 drivers/gpu/drm/amd/powerplay/inc/vega20_ppsmc.h   |  3 +-
 include/uapi/linux/kfd_ioctl.h                     | 18 ++---
 17 files changed, 93 insertions(+), 130 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2018-11-08  3:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-08  3:55 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-21 16:36 [pull] amdgpu, amdkfd drm-fixes-4.20 Alex Deucher
2018-12-12 20:30 Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181108035551.2904-1-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox