All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, radeon drm-fixes-5.12
Date: Wed, 10 Mar 2021 17:11:41 -0500	[thread overview]
Message-ID: <20210310221141.3974-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.12.

The following changes since commit 1aa46901ee51c1c5779b3b239ea0374a50c6d9ff:

  drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie (2021-03-03 23:05:16 -0500)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.12-2021-03-10

for you to fetch changes up to a5cb3c1a36376c25cd25fd3e99918dc48ac420bb:

  drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m (2021-03-10 16:23:26 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.12-2021-03-10:

amdgpu:
- Fix aux backlight control
- Add a backlight override parameter
- Various display fixes
- PCIe DPM fix for vega
- Polaris watermark fixes
- Additional S0ix fix

radeon:
- Fix GEM regression
- Fix AGP dependency handling

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/display: simplify backlight setting
      drm/amdgpu/display: don't assert in set backlight function
      drm/amdgpu/display: handle aux backlight in backlight_get_brightness
      drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m

Christian König (2):
      drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_table
      drm/radeon: fix AGP dependency

Dillon Varone (1):
      drm/amd/display: Enabled pipe harvesting in dcn30

Evan Quan (1):
      drm/amd/pm: correct the watermark settings for Polaris

Holger Hoffstätte (2):
      drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()
      drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()

Kenneth Feng (1):
      drm/amd/pm: bug fix for pcie dpm

Nirmoy Das (1):
      drm/amdgpu: fb BO should be ttm_bo_type_device

Qingqing Zhuo (1):
      drm/amd/display: Enable pflip interrupt upon pipe enable

Sung Lee (1):
      drm/amd/display: Revert dram_clock_change_latency for DCN2.1

Takashi Iwai (1):
      drm/amd/display: Add a backlight module option

Zhan Liu (1):
      drm/amdgpu/display: Use wm_table.entries for dcn301 calculate_wm

 drivers/gpu/drm/Kconfig                            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c             |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 50 ++++++-----
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  1 -
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c  | 11 +++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h  |  6 ++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  7 ++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  6 ++
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  8 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  | 31 +++++++
 .../drm/amd/display/dc/dcn301/dcn301_resource.c    | 96 +++++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h       |  2 +
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  8 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c  | 48 +++++++++++
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c  | 66 +++++++++++++++
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c  | 48 ++++++-----
 drivers/gpu/drm/radeon/radeon.h                    |  2 +
 drivers/gpu/drm/radeon/radeon_gem.c                |  4 +-
 drivers/gpu/drm/radeon/radeon_prime.c              |  2 +
 26 files changed, 353 insertions(+), 57 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexander.deucher@amd.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, radeon drm-fixes-5.12
Date: Wed, 10 Mar 2021 17:11:41 -0500	[thread overview]
Message-ID: <20210310221141.3974-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.12.

The following changes since commit 1aa46901ee51c1c5779b3b239ea0374a50c6d9ff:

  drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie (2021-03-03 23:05:16 -0500)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.12-2021-03-10

for you to fetch changes up to a5cb3c1a36376c25cd25fd3e99918dc48ac420bb:

  drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m (2021-03-10 16:23:26 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.12-2021-03-10:

amdgpu:
- Fix aux backlight control
- Add a backlight override parameter
- Various display fixes
- PCIe DPM fix for vega
- Polaris watermark fixes
- Additional S0ix fix

radeon:
- Fix GEM regression
- Fix AGP dependency handling

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/display: simplify backlight setting
      drm/amdgpu/display: don't assert in set backlight function
      drm/amdgpu/display: handle aux backlight in backlight_get_brightness
      drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m

Christian König (2):
      drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_table
      drm/radeon: fix AGP dependency

Dillon Varone (1):
      drm/amd/display: Enabled pipe harvesting in dcn30

Evan Quan (1):
      drm/amd/pm: correct the watermark settings for Polaris

Holger Hoffstätte (2):
      drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()
      drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()

Kenneth Feng (1):
      drm/amd/pm: bug fix for pcie dpm

Nirmoy Das (1):
      drm/amdgpu: fb BO should be ttm_bo_type_device

Qingqing Zhuo (1):
      drm/amd/display: Enable pflip interrupt upon pipe enable

Sung Lee (1):
      drm/amd/display: Revert dram_clock_change_latency for DCN2.1

Takashi Iwai (1):
      drm/amd/display: Add a backlight module option

Zhan Liu (1):
      drm/amdgpu/display: Use wm_table.entries for dcn301 calculate_wm

 drivers/gpu/drm/Kconfig                            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c             |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 50 ++++++-----
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  1 -
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c  | 11 +++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h  |  6 ++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  7 ++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  6 ++
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  8 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  | 31 +++++++
 .../drm/amd/display/dc/dcn301/dcn301_resource.c    | 96 +++++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h       |  2 +
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  8 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c  | 48 +++++++++++
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c  | 66 +++++++++++++++
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c  | 48 ++++++-----
 drivers/gpu/drm/radeon/radeon.h                    |  2 +
 drivers/gpu/drm/radeon/radeon_gem.c                |  4 +-
 drivers/gpu/drm/radeon/radeon_prime.c              |  2 +
 26 files changed, 353 insertions(+), 57 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2021-03-10 22:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 22:11 Alex Deucher [this message]
2021-03-10 22:11 ` [pull] amdgpu, radeon drm-fixes-5.12 Alex Deucher
2021-04-08  4:55 Alex Deucher
2021-04-08  4:55 ` 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=20210310221141.3974-1-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=airlied@gmail.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.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 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.