All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for 6.0 final
@ 2022-09-30  0:12 ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-09-30  0:12 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hi Linus,

Last set of fixes for 6.0 hopefully, minor bridge fixes, i915 fixes,
and a bunch of amdgpu fixes for new IP blocks, along with a couple of
regression fixes. Hopefully all set for merge window next week.

Dave.

drm-fixes-2022-09-30-1:
drm fixes for 6.0 final

amdgpu:
- GC 11.x fixes
- SMU 13.x fixes
- DCN 3.1.4 fixes
- DCN 3.2.x fixes
- GC 9.x fix
- Fence fix
- SR-IOV supend/resume fix
- PSR regression fix

i915:
- Restrict forced preemption to the active context
- Restrict perf_limit_reasons to the supported platforms - gen11+

bridge:
- analogix: Revert earlier suspend fix
- lt8912b: Fix corrupt display output
The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1

for you to fetch changes up to 6643b3836f3908c4f77883b2fae72451e85cf3ca:

  Merge tag 'drm-intel-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30
09:28:58 +1000)

----------------------------------------------------------------
drm fixes for 6.0 final

amdgpu:
- GC 11.x fixes
- SMU 13.x fixes
- DCN 3.1.4 fixes
- DCN 3.2.x fixes
- GC 9.x fix
- Fence fix
- SR-IOV supend/resume fix
- PSR regression fix

i915:
- Restrict forced preemption to the active context
- Restrict perf_limit_reasons to the supported platforms - gen11+

bridge:
- analogix: Revert earlier suspend fix
- lt8912b: Fix corrupt display output

----------------------------------------------------------------
Alvin Lee (1):
      drm/amd/display: Update DCN32 to use new SR latencies

Aric Cyr (1):
      drm/amd/display: Fix audio on display after unplugging another

Ashutosh Dixit (1):
      drm/i915/gt: Perf_limit_reasons are only available for Gen11+

Bokun Zhang (1):
      drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV

Brian Norris (1):
      Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in
suspend/resume time"

Chris Wilson (1):
      drm/i915/gt: Restrict forced preemption to the active context

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-6.0-2022-09-29' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Eric Bernstein (1):
      drm/amd/display: Remove assert for odm transition case

Evan Quan (3):
      drm/amdgpu: avoid gfx register accessing during gfxoff
      drm/amd/pm: enable gfxoff feature for SMU 13.0.0
      drm/amd/pm: use adverse selection for dpm features unsupported by driver

Francesco Dolcini (1):
      drm/bridge: lt8912b: fix corrupted image output

Graham Sider (3):
      drm/amdkfd: fix MQD init for GFX11 in init_mqd
      drm/amdgpu: pass queue size and is_aql_queue to MES
      drm/amdkfd: fix dropped interrupt in kfd_int_process_v11

Jiadong.Zhu (2):
      drm/amdgpu: Correct the position in patch_cond_exec
      drm/amdgpu: Remove fence_process in count_emitted

Leo Li (1):
      drm/amd/display: Prevent OTG shutdown during PSR SU

Nicholas Kazlauskas (3):
      drm/amd/display: Do DIO FIFO enable after DP video stream enable
      drm/amd/display: Wrap OTG disable workaround with FIFO control
      drm/amd/display: Add explicit FIFO disable for DP blank

Philippe Schenker (2):
      drm/bridge: lt8912b: add vsync hsync
      drm/bridge: lt8912b: set hdmi or dvi mode

Samson Tam (1):
      drm/amd/display: fill in clock values when DPM is not enabled

Taimur Hassan (3):
      drm/amd/display: Avoid avoid unnecessary pixel rate divider programming
      drm/amd/display: Fix typo in get_pixel_rate_div
      drm/amd/display: Avoid unnecessary pixel rate divider programming

 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 27 ++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |  2 +
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  4 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  4 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  2 +
 drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c   |  6 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c   |  4 +
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c  |  8 +-
 .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++-
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   | 14 ++++
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  6 +-
 .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    | 47 ++++++++++++
 .../display/dc/dcn314/dcn314_dio_stream_encoder.c  | 25 ++++--
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  | 53 +++++++++++++
 .../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c    | 10 ++-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   | 43 ++++++++++-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h   |  2 +
 .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h   |  2 +
 drivers/gpu/drm/amd/include/mes_v11_api_def.h      |  3 +-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 89 +++++++---------------
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ----
 drivers/gpu/drm/bridge/lontium-lt8912b.c           | 13 +++-
 drivers/gpu/drm/i915/gt/intel_engine_types.h       | 15 ++++
 .../gpu/drm/i915/gt/intel_execlists_submission.c   | 21 ++++-
 drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c        | 15 +++-
 28 files changed, 340 insertions(+), 106 deletions(-)

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

* [git pull] drm fixes for 6.0 final
@ 2022-09-30  0:12 ` Dave Airlie
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2022-09-30  0:12 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

Hi Linus,

Last set of fixes for 6.0 hopefully, minor bridge fixes, i915 fixes,
and a bunch of amdgpu fixes for new IP blocks, along with a couple of
regression fixes. Hopefully all set for merge window next week.

Dave.

drm-fixes-2022-09-30-1:
drm fixes for 6.0 final

amdgpu:
- GC 11.x fixes
- SMU 13.x fixes
- DCN 3.1.4 fixes
- DCN 3.2.x fixes
- GC 9.x fix
- Fence fix
- SR-IOV supend/resume fix
- PSR regression fix

i915:
- Restrict forced preemption to the active context
- Restrict perf_limit_reasons to the supported platforms - gen11+

bridge:
- analogix: Revert earlier suspend fix
- lt8912b: Fix corrupt display output
The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1

for you to fetch changes up to 6643b3836f3908c4f77883b2fae72451e85cf3ca:

  Merge tag 'drm-intel-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30
09:28:58 +1000)

----------------------------------------------------------------
drm fixes for 6.0 final

amdgpu:
- GC 11.x fixes
- SMU 13.x fixes
- DCN 3.1.4 fixes
- DCN 3.2.x fixes
- GC 9.x fix
- Fence fix
- SR-IOV supend/resume fix
- PSR regression fix

i915:
- Restrict forced preemption to the active context
- Restrict perf_limit_reasons to the supported platforms - gen11+

bridge:
- analogix: Revert earlier suspend fix
- lt8912b: Fix corrupt display output

----------------------------------------------------------------
Alvin Lee (1):
      drm/amd/display: Update DCN32 to use new SR latencies

Aric Cyr (1):
      drm/amd/display: Fix audio on display after unplugging another

Ashutosh Dixit (1):
      drm/i915/gt: Perf_limit_reasons are only available for Gen11+

Bokun Zhang (1):
      drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV

Brian Norris (1):
      Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in
suspend/resume time"

Chris Wilson (1):
      drm/i915/gt: Restrict forced preemption to the active context

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-6.0-2022-09-29' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2022-09-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Eric Bernstein (1):
      drm/amd/display: Remove assert for odm transition case

Evan Quan (3):
      drm/amdgpu: avoid gfx register accessing during gfxoff
      drm/amd/pm: enable gfxoff feature for SMU 13.0.0
      drm/amd/pm: use adverse selection for dpm features unsupported by driver

Francesco Dolcini (1):
      drm/bridge: lt8912b: fix corrupted image output

Graham Sider (3):
      drm/amdkfd: fix MQD init for GFX11 in init_mqd
      drm/amdgpu: pass queue size and is_aql_queue to MES
      drm/amdkfd: fix dropped interrupt in kfd_int_process_v11

Jiadong.Zhu (2):
      drm/amdgpu: Correct the position in patch_cond_exec
      drm/amdgpu: Remove fence_process in count_emitted

Leo Li (1):
      drm/amd/display: Prevent OTG shutdown during PSR SU

Nicholas Kazlauskas (3):
      drm/amd/display: Do DIO FIFO enable after DP video stream enable
      drm/amd/display: Wrap OTG disable workaround with FIFO control
      drm/amd/display: Add explicit FIFO disable for DP blank

Philippe Schenker (2):
      drm/bridge: lt8912b: add vsync hsync
      drm/bridge: lt8912b: set hdmi or dvi mode

Samson Tam (1):
      drm/amd/display: fill in clock values when DPM is not enabled

Taimur Hassan (3):
      drm/amd/display: Avoid avoid unnecessary pixel rate divider programming
      drm/amd/display: Fix typo in get_pixel_rate_div
      drm/amd/display: Avoid unnecessary pixel rate divider programming

 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 27 ++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |  2 +
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  4 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  4 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  2 +
 drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c   |  6 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c   |  4 +
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c  |  8 +-
 .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++-
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   | 14 ++++
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  6 +-
 .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    | 47 ++++++++++++
 .../display/dc/dcn314/dcn314_dio_stream_encoder.c  | 25 ++++--
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  | 53 +++++++++++++
 .../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c    | 10 ++-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   | 43 ++++++++++-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h   |  2 +
 .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h   |  2 +
 drivers/gpu/drm/amd/include/mes_v11_api_def.h      |  3 +-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 89 +++++++---------------
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ----
 drivers/gpu/drm/bridge/lontium-lt8912b.c           | 13 +++-
 drivers/gpu/drm/i915/gt/intel_engine_types.h       | 15 ++++
 .../gpu/drm/i915/gt/intel_execlists_submission.c   | 21 ++++-
 drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c        | 15 +++-
 28 files changed, 340 insertions(+), 106 deletions(-)

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

* Re: [git pull] drm fixes for 6.0 final
  2022-09-30  0:12 ` Dave Airlie
@ 2022-09-30 15:25   ` Alex Deucher
  -1 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2022-09-30 15:25 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel

On Thu, Sep 29, 2022 at 8:13 PM Dave Airlie <airlied@gmail.com> wrote:
>
> Hi Linus,
>
> Last set of fixes for 6.0 hopefully, minor bridge fixes, i915 fixes,
> and a bunch of amdgpu fixes for new IP blocks, along with a couple of
> regression fixes. Hopefully all set for merge window next week.
>
> Dave.

Dave,

Actually I just sent you another -PR to deal with recent board/bios
revisions containing new IPs.  That should be it though.

Thanks,

Alex

>
> drm-fixes-2022-09-30-1:
> drm fixes for 6.0 final
>
> amdgpu:
> - GC 11.x fixes
> - SMU 13.x fixes
> - DCN 3.1.4 fixes
> - DCN 3.2.x fixes
> - GC 9.x fix
> - Fence fix
> - SR-IOV supend/resume fix
> - PSR regression fix
>
> i915:
> - Restrict forced preemption to the active context
> - Restrict perf_limit_reasons to the supported platforms - gen11+
>
> bridge:
> - analogix: Revert earlier suspend fix
> - lt8912b: Fix corrupt display output
> The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:
>
>   Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)
>
> are available in the Git repository at:
>
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1
>
> for you to fetch changes up to 6643b3836f3908c4f77883b2fae72451e85cf3ca:
>
>   Merge tag 'drm-intel-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30
> 09:28:58 +1000)
>
> ----------------------------------------------------------------
> drm fixes for 6.0 final
>
> amdgpu:
> - GC 11.x fixes
> - SMU 13.x fixes
> - DCN 3.1.4 fixes
> - DCN 3.2.x fixes
> - GC 9.x fix
> - Fence fix
> - SR-IOV supend/resume fix
> - PSR regression fix
>
> i915:
> - Restrict forced preemption to the active context
> - Restrict perf_limit_reasons to the supported platforms - gen11+
>
> bridge:
> - analogix: Revert earlier suspend fix
> - lt8912b: Fix corrupt display output
>
> ----------------------------------------------------------------
> Alvin Lee (1):
>       drm/amd/display: Update DCN32 to use new SR latencies
>
> Aric Cyr (1):
>       drm/amd/display: Fix audio on display after unplugging another
>
> Ashutosh Dixit (1):
>       drm/i915/gt: Perf_limit_reasons are only available for Gen11+
>
> Bokun Zhang (1):
>       drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
>
> Brian Norris (1):
>       Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in
> suspend/resume time"
>
> Chris Wilson (1):
>       drm/i915/gt: Restrict forced preemption to the active context
>
> Dave Airlie (3):
>       Merge tag 'drm-misc-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
>       Merge tag 'amd-drm-fixes-6.0-2022-09-29' of
> https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
>       Merge tag 'drm-intel-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
>
> Eric Bernstein (1):
>       drm/amd/display: Remove assert for odm transition case
>
> Evan Quan (3):
>       drm/amdgpu: avoid gfx register accessing during gfxoff
>       drm/amd/pm: enable gfxoff feature for SMU 13.0.0
>       drm/amd/pm: use adverse selection for dpm features unsupported by driver
>
> Francesco Dolcini (1):
>       drm/bridge: lt8912b: fix corrupted image output
>
> Graham Sider (3):
>       drm/amdkfd: fix MQD init for GFX11 in init_mqd
>       drm/amdgpu: pass queue size and is_aql_queue to MES
>       drm/amdkfd: fix dropped interrupt in kfd_int_process_v11
>
> Jiadong.Zhu (2):
>       drm/amdgpu: Correct the position in patch_cond_exec
>       drm/amdgpu: Remove fence_process in count_emitted
>
> Leo Li (1):
>       drm/amd/display: Prevent OTG shutdown during PSR SU
>
> Nicholas Kazlauskas (3):
>       drm/amd/display: Do DIO FIFO enable after DP video stream enable
>       drm/amd/display: Wrap OTG disable workaround with FIFO control
>       drm/amd/display: Add explicit FIFO disable for DP blank
>
> Philippe Schenker (2):
>       drm/bridge: lt8912b: add vsync hsync
>       drm/bridge: lt8912b: set hdmi or dvi mode
>
> Samson Tam (1):
>       drm/amd/display: fill in clock values when DPM is not enabled
>
> Taimur Hassan (3):
>       drm/amd/display: Avoid avoid unnecessary pixel rate divider programming
>       drm/amd/display: Fix typo in get_pixel_rate_div
>       drm/amd/display: Avoid unnecessary pixel rate divider programming
>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  4 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 27 ++++++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  1 -
>  drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |  2 +
>  drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  4 +
>  drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
>  drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  4 +
>  .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  2 +
>  drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c   |  6 +-
>  drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c   |  4 +
>  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c  |  8 +-
>  .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++-
>  .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   | 14 ++++
>  .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  6 +-
>  .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    | 47 ++++++++++++
>  .../display/dc/dcn314/dcn314_dio_stream_encoder.c  | 25 ++++--
>  drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  | 53 +++++++++++++
>  .../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c    | 10 ++-
>  .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   | 43 ++++++++++-
>  .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h   |  2 +
>  .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h   |  2 +
>  drivers/gpu/drm/amd/include/mes_v11_api_def.h      |  3 +-
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 89 +++++++---------------
>  drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ----
>  drivers/gpu/drm/bridge/lontium-lt8912b.c           | 13 +++-
>  drivers/gpu/drm/i915/gt/intel_engine_types.h       | 15 ++++
>  .../gpu/drm/i915/gt/intel_execlists_submission.c   | 21 ++++-
>  drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c        | 15 +++-
>  28 files changed, 340 insertions(+), 106 deletions(-)

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

* Re: [git pull] drm fixes for 6.0 final
@ 2022-09-30 15:25   ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2022-09-30 15:25 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

On Thu, Sep 29, 2022 at 8:13 PM Dave Airlie <airlied@gmail.com> wrote:
>
> Hi Linus,
>
> Last set of fixes for 6.0 hopefully, minor bridge fixes, i915 fixes,
> and a bunch of amdgpu fixes for new IP blocks, along with a couple of
> regression fixes. Hopefully all set for merge window next week.
>
> Dave.

Dave,

Actually I just sent you another -PR to deal with recent board/bios
revisions containing new IPs.  That should be it though.

Thanks,

Alex

>
> drm-fixes-2022-09-30-1:
> drm fixes for 6.0 final
>
> amdgpu:
> - GC 11.x fixes
> - SMU 13.x fixes
> - DCN 3.1.4 fixes
> - DCN 3.2.x fixes
> - GC 9.x fix
> - Fence fix
> - SR-IOV supend/resume fix
> - PSR regression fix
>
> i915:
> - Restrict forced preemption to the active context
> - Restrict perf_limit_reasons to the supported platforms - gen11+
>
> bridge:
> - analogix: Revert earlier suspend fix
> - lt8912b: Fix corrupt display output
> The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:
>
>   Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)
>
> are available in the Git repository at:
>
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1
>
> for you to fetch changes up to 6643b3836f3908c4f77883b2fae72451e85cf3ca:
>
>   Merge tag 'drm-intel-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30
> 09:28:58 +1000)
>
> ----------------------------------------------------------------
> drm fixes for 6.0 final
>
> amdgpu:
> - GC 11.x fixes
> - SMU 13.x fixes
> - DCN 3.1.4 fixes
> - DCN 3.2.x fixes
> - GC 9.x fix
> - Fence fix
> - SR-IOV supend/resume fix
> - PSR regression fix
>
> i915:
> - Restrict forced preemption to the active context
> - Restrict perf_limit_reasons to the supported platforms - gen11+
>
> bridge:
> - analogix: Revert earlier suspend fix
> - lt8912b: Fix corrupt display output
>
> ----------------------------------------------------------------
> Alvin Lee (1):
>       drm/amd/display: Update DCN32 to use new SR latencies
>
> Aric Cyr (1):
>       drm/amd/display: Fix audio on display after unplugging another
>
> Ashutosh Dixit (1):
>       drm/i915/gt: Perf_limit_reasons are only available for Gen11+
>
> Bokun Zhang (1):
>       drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
>
> Brian Norris (1):
>       Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in
> suspend/resume time"
>
> Chris Wilson (1):
>       drm/i915/gt: Restrict forced preemption to the active context
>
> Dave Airlie (3):
>       Merge tag 'drm-misc-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
>       Merge tag 'amd-drm-fixes-6.0-2022-09-29' of
> https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
>       Merge tag 'drm-intel-fixes-2022-09-29' of
> git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
>
> Eric Bernstein (1):
>       drm/amd/display: Remove assert for odm transition case
>
> Evan Quan (3):
>       drm/amdgpu: avoid gfx register accessing during gfxoff
>       drm/amd/pm: enable gfxoff feature for SMU 13.0.0
>       drm/amd/pm: use adverse selection for dpm features unsupported by driver
>
> Francesco Dolcini (1):
>       drm/bridge: lt8912b: fix corrupted image output
>
> Graham Sider (3):
>       drm/amdkfd: fix MQD init for GFX11 in init_mqd
>       drm/amdgpu: pass queue size and is_aql_queue to MES
>       drm/amdkfd: fix dropped interrupt in kfd_int_process_v11
>
> Jiadong.Zhu (2):
>       drm/amdgpu: Correct the position in patch_cond_exec
>       drm/amdgpu: Remove fence_process in count_emitted
>
> Leo Li (1):
>       drm/amd/display: Prevent OTG shutdown during PSR SU
>
> Nicholas Kazlauskas (3):
>       drm/amd/display: Do DIO FIFO enable after DP video stream enable
>       drm/amd/display: Wrap OTG disable workaround with FIFO control
>       drm/amd/display: Add explicit FIFO disable for DP blank
>
> Philippe Schenker (2):
>       drm/bridge: lt8912b: add vsync hsync
>       drm/bridge: lt8912b: set hdmi or dvi mode
>
> Samson Tam (1):
>       drm/amd/display: fill in clock values when DPM is not enabled
>
> Taimur Hassan (3):
>       drm/amd/display: Avoid avoid unnecessary pixel rate divider programming
>       drm/amd/display: Fix typo in get_pixel_rate_div
>       drm/amd/display: Avoid unnecessary pixel rate divider programming
>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  4 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 27 ++++++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  1 -
>  drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |  2 +
>  drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  4 +
>  drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
>  drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  4 +
>  .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  2 +
>  drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c   |  6 +-
>  drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c   |  4 +
>  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c  |  8 +-
>  .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++-
>  .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   | 14 ++++
>  .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  6 +-
>  .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    | 47 ++++++++++++
>  .../display/dc/dcn314/dcn314_dio_stream_encoder.c  | 25 ++++--
>  drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  | 53 +++++++++++++
>  .../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c    | 10 ++-
>  .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   | 43 ++++++++++-
>  .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h   |  2 +
>  .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h   |  2 +
>  drivers/gpu/drm/amd/include/mes_v11_api_def.h      |  3 +-
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 89 +++++++---------------
>  drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ----
>  drivers/gpu/drm/bridge/lontium-lt8912b.c           | 13 +++-
>  drivers/gpu/drm/i915/gt/intel_engine_types.h       | 15 ++++
>  .../gpu/drm/i915/gt/intel_execlists_submission.c   | 21 ++++-
>  drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c        | 15 +++-
>  28 files changed, 340 insertions(+), 106 deletions(-)

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

* Re: [git pull] drm fixes for 6.0 final
  2022-09-30  0:12 ` Dave Airlie
@ 2022-09-30 15:30   ` pr-tracker-bot
  -1 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-09-30 15:30 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

The pull request you sent on Fri, 30 Sep 2022 10:12:45 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5a77386984b513ebfb2700e70dac44509fc81aa9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [git pull] drm fixes for 6.0 final
@ 2022-09-30 15:30   ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-09-30 15:30 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel

The pull request you sent on Fri, 30 Sep 2022 10:12:45 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-09-30-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5a77386984b513ebfb2700e70dac44509fc81aa9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-09-30 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30  0:12 [git pull] drm fixes for 6.0 final Dave Airlie
2022-09-30  0:12 ` Dave Airlie
2022-09-30 15:25 ` Alex Deucher
2022-09-30 15:25   ` Alex Deucher
2022-09-30 15:30 ` pr-tracker-bot
2022-09-30 15:30   ` pr-tracker-bot

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.