public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [PATCH 00/16] Add support for Raven2
Date: Wed, 12 Sep 2018 14:29:17 -0500	[thread overview]
Message-ID: <20180912192933.28712-1-alexander.deucher@amd.com> (raw)

Raven2 is a new Raven APU.

Alex Deucher (1):
  drm/amdgpu: set external rev id for raven2

Bhawanpreet Lakha (2):
  drm/amd/display: Add Raven2 definitions in dc
  drm/amd/display: Add DC config flag for Raven2 (v2)

Evan Quan (3):
  drm/amd/powerplay: update smu10_verify_smc_interface() to be raven2
    compatible
  drm/amd/powerplay: round up the Mhz convertion (v2)
  drm/amd/powerplay: disable raven2 force dpm level support (v2)

Feifei Xu (6):
  drm/amdgpu: add raven2 to gpu_info firmware
  drm/amdgpu: add raven2 vcn firmware support
  drm/amdgpu/sdma4: specify raven2 firmware.
  drm/amdgpu/sdma4: Add raven2 golden setting
  drm/amdgpu/gfx9: add support for raven2 gfx firmware
  drm/amdgpu/gfx9: add raven2 golden setting

Huang Rui (3):
  drm/amdgpu: move get_rev_id at first before load gpu_info firmware
  drm/amdgpu: fix the VM fault while write at the top of the invisible
    vram
  drm/amdgpu: set CG flags for raven2 (v2)

Likun Gao (1):
  drm/amdgpu: add psp support for raven2

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  7 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 52 ++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c           | 15 ++++-
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c            | 15 ++++-
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c             |  6 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             | 27 ++++++--
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 75 ++++++++++++++--------
 drivers/gpu/drm/amd/display/Kconfig                |  6 ++
 .../amd/display/dc/bios/command_table_helper2.c    |  5 ++
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  7 ++
 .../gpu/drm/amd/display/dc/dce/dce_clock_source.c  |  7 ++
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  | 36 ++++++++++-
 drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c   |  5 ++
 drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c |  5 ++
 drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c     |  4 ++
 drivers/gpu/drm/amd/display/include/dal_asic_id.h  |  7 ++
 drivers/gpu/drm/amd/display/include/dal_types.h    |  3 +
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c  | 16 ++++-
 .../gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c    |  3 +-
 20 files changed, 261 insertions(+), 46 deletions(-)

-- 
2.13.6

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2018-09-12 19:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-12 19:29 Alex Deucher [this message]
     [not found] ` <20180912192933.28712-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-09-12 19:29   ` [PATCH 01/16] drm/amdgpu: move get_rev_id at first before load gpu_info firmware Alex Deucher
2018-09-12 19:29   ` [PATCH 02/16] drm/amdgpu: set external rev id for raven2 Alex Deucher
2018-09-12 19:29   ` [PATCH 03/16] drm/amdgpu: add raven2 to gpu_info firmware Alex Deucher
2018-09-12 19:29   ` [PATCH 04/16] drm/amdgpu: add raven2 vcn firmware support Alex Deucher
2018-09-12 19:29   ` [PATCH 05/16] drm/amdgpu: add psp support for raven2 Alex Deucher
2018-09-12 19:29   ` [PATCH 06/16] drm/amdgpu/sdma4: specify raven2 firmware Alex Deucher
2018-09-12 19:29   ` [PATCH 07/16] drm/amdgpu/sdma4: Add raven2 golden setting Alex Deucher
2018-09-12 19:29   ` [PATCH 08/16] drm/amdgpu/gfx9: add support for raven2 gfx firmware Alex Deucher
2018-09-12 19:29   ` [PATCH 09/16] drm/amdgpu/gfx9: add raven2 golden setting Alex Deucher
2018-09-12 19:29   ` [PATCH 10/16] drm/amdgpu: fix the VM fault while write at the top of the invisible vram Alex Deucher
2018-09-12 19:29   ` [PATCH 11/16] drm/amd/display: Add Raven2 definitions in dc Alex Deucher
     [not found]     ` <20180912192933.28712-12-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-09-12 20:10       ` Alex Deucher
     [not found]         ` <CADnq5_PsBONPZyirw5BVGNb=sf5_9njE6=jXBm0d7RjqC8=i+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-09-12 20:43           ` Harry Wentland
     [not found]             ` <4a0826ff-d3a2-4f6f-2c74-d262e6ec70b3-5C7GfCeVMHo@public.gmane.org>
2018-09-12 20:56               ` Alex Deucher
2018-09-12 19:29   ` [PATCH 12/16] drm/amd/display: Add DC config flag for Raven2 (v2) Alex Deucher
2018-09-12 19:29   ` [PATCH 13/16] drm/amd/powerplay: update smu10_verify_smc_interface() to be raven2 compatible Alex Deucher
2018-09-12 19:29   ` [PATCH 14/16] drm/amd/powerplay: round up the Mhz convertion (v2) Alex Deucher
2018-09-12 19:29   ` [PATCH 15/16] drm/amd/powerplay: disable raven2 force dpm level support (v2) Alex Deucher
2018-09-12 19:29   ` [PATCH 16/16] drm/amdgpu: set CG flags for raven2 (v2) 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=20180912192933.28712-1-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-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