Re: [pull] amdgpu drm-fixes-6.7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Nov 17, 2023 at 01:34:41AM -0500, Alex Deucher wrote:
> Hi Dave, Sima,
> 
> Fixes for 6.7.
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-11-17
> 
> for you to fetch changes up to e8c2d3e25b844ad8f7c8b269a7cfd65285329264:
> 
>   drm/amdgpu/gmc9: disable AGP aperture (2023-11-17 00:58:41 -0500)

Pulled to drm-fixes, thanks!
-Sima
> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.7-2023-11-17:
> 
> amdgpu:
> - DMCUB fixes
> - SR-IOV fix
> - GMC9 fix
> - Documentation fix
> - DSC MST fix
> - CS chunk parsing fix
> - SMU13.0.6 fixes
> - 8K tiled display fix
> - Fix potential NULL pointer dereferences
> - Cursor lag fix
> - Backlight fix
> - DCN s0ix fix
> - XGMI fix
> - DCN encoder disable logic fix
> - AGP aperture fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (5):
>       drm/amdgpu/gmc11: fix logic typo in AGP check
>       drm/amdgpu: add a module parameter to control the AGP aperture
>       drm/amdgpu/gmc11: disable AGP aperture
>       drm/amdgpu/gmc10: disable AGP aperture
>       drm/amdgpu/gmc9: disable AGP aperture
> 
> Asad Kamal (2):
>       drm/amd/pm: Update metric table for smu v13_0_6
>       drm/amd/pm: Fill pcie error counters for gpu v1_4
> 
> Duncan Ma (1):
>       drm/amd/display: Negate IPS allow and commit bits
> 
> Fangzhi Zuo (1):
>       drm/amd/display: Fix DSC not Enabled on Direct MST Sink
> 
> José Pekkarinen (1):
>       drm/amd/display: fix NULL dereference
> 
> Le Ma (1):
>       drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini
> 
> Lewis Huang (1):
>       drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox
> 
> Lijo Lazar (1):
>       drm/amd/pm: Don't send unload message for reset
> 
> Mario Limonciello (1):
>       drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()
> 
> Muhammad Ahmed (1):
>       drm/amd/display: Add null checks for 8K60 lightup
> 
> Nicholas Kazlauskas (1):
>       drm/amd/display: Guard against invalid RPTR/WPTR being set
> 
> Nicholas Susanto (1):
>       drm/amd/display: Fix encoder disable logic
> 
> Paul Hsieh (1):
>       drm/amd/display: Clear dpcd_sink_ext_caps if not set
> 
> Shiwu Zhang (1):
>       drm/amdgpu: add and populate the port num into xgmi topology info
> 
> Srinivasan Shanmugam (1):
>       drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, uvd_entity_init()'
> 
> Tianci Yin (1):
>       drm/amd/display: Enable fast plane updates on DCN3.2 and above
> 
> Victor Lu (1):
>       drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)
> 
> Yang Wang (1):
>       drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.c
> 
> YuanShang (1):
>       drm/amdgpu: correct chunk_ptr to a pointer to chunk.
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  2 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 10 +++++
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  5 +++
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h            |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  2 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |  1 +
>  drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  2 +-
>  drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  5 ++-
>  drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  7 +--
>  drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c            |  6 +--
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 24 ++++++-----
>  .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  5 +--
>  .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 29 ++++++-------
>  .../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c   | 18 ++++----
>  drivers/gpu/drm/amd/display/dc/core/dc.c           |  6 +--
>  drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  3 ++
>  drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c       | 10 ++---
>  drivers/gpu/drm/amd/display/dc/dc_types.h          |  1 +
>  .../display/dc/dcn35/dcn35_dio_stream_encoder.c    | 10 ++---
>  .../gpu/drm/amd/display/dc/link/link_detection.c   |  3 ++
>  drivers/gpu/drm/amd/display/dmub/dmub_srv.h        | 22 ++++++----
>  drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c    | 50 +++++++++++++++++-----
>  .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h    | 10 ++++-
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   | 10 ++++-
>  26 files changed, 160 insertions(+), 84 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux