drivers/gpu/drm/amd/amdgpu/Kconfig                                 |    1 
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c                           |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                            |   14 
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h                            |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c                            |    1 
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c                            |   11 
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c                         |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c                            |    6 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c                            |   23 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h                            |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c                     |   23 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c                            |    4 
 drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h                            |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c                       |    3 
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c                             |   83 ++--
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c                             |    1 
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c                             |    1 
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c                              |    3 
 drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c                             |    5 
 drivers/gpu/drm/amd/amdgpu/umc_v8_10.c                             |  202 
++++++++--
 drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c                              |   25 -
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c              |    5 
 drivers/gpu/drm/amd/amdkfd/kfd_events.c                            |    9 
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c                   |   15 
 drivers/gpu/drm/amd/display/Kconfig                                |    1 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c                  |   16 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c          |    2 
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c        |    6 
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c                 |    3 
 drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c     |    5 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h           |    1 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c |    2 
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c                          |   15 
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c                     |    4 
 drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c                     |    4 
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c                     |   25 -
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c               |    1 
 drivers/gpu/drm/drm_gem_shmem_helper.c                             |    2 
 drivers/gpu/drm/i915/Kconfig                                       |    6 
 drivers/gpu/drm/i915/display/intel_quirks.c                        |    2 
 drivers/gpu/drm/i915/gt/intel_gt_mcr.c                             |    5 
 drivers/gpu/drm/i915/gt/intel_ring.c                               |    6 
 drivers/gpu/drm/i915/gvt/debugfs.c                                 |   16 
 drivers/gpu/drm/i915/gvt/firmware.c                                |    2 
 drivers/gpu/drm/i915/gvt/kvmgt.c                                   |    2 
 drivers/gpu/drm/i915/gvt/vgpu.c                                    |    2 
 drivers/gpu/drm/msm/msm_fbdev.c                                    |    2 
 drivers/gpu/drm/omapdrm/omap_fbdev.c                               |    2 
 drivers/gpu/drm/radeon/atombios_encoders.c                         |    5 
 include/uapi/drm/amdgpu_drm.h                                      |   11 
 50 files changed, 446 insertions(+), 149 deletions(-)

New commits:
commit 900683a27ba2a5ddf550d43bca5d6bec4deca1f3
Merge: 48a683e84412 54ceb92724a8
Author: Kevin Brace <kevinbr...@bracecomputerlab.com>
Date:   Fri Mar 3 13:33:16 2023 -0800

    Merge tag 'drm-next-2023-03-03' of git://anongit.freedesktop.org/drm/drm 
into drm-next-6.3
    
    drm fixes for rc1
    
    fbdev:
    - fix uninit var in error path
    
    shmem:
    - revert unGPLing an export
    
    i915:
    - Don't use stolen memory or BAR mappings for ring buffers with LLC
    - Add inverted backlight quirk for HP 14-r206nv
    - Fix GSI offset for MCR lookups
    - GVT fixes (memleak, debugfs attributes, kconfig, typos)
    
    amdgpu:
    - SMU 13 fixes
    - Enable TMZ for GC 10.3.6
    - Misc display fixes
    - Buddy allocator fixes
    - GC 11 fixes
    - S0ix fix
    - INFO IOCTL queries for GC 11
    - VCN harvest fixes for SR-IOV
    - UMC 8.10 RAS fixes
    - Don't restrict bpc to 8
    - NBIO 7.5 fix
    - Allow freesync on PCon for more devices
    
    amdkfd:
    - SDMA fix
    - Illegal memory access fix
    
    radeon:
    - Display fix for iMac11,2

commit 54ceb92724a8cf5294c284d5e9f770fc763cdab2
Merge: 7b7d2429a1d2 6bb811d0ee3e
Author: Dave Airlie <airl...@redhat.com>
Date:   Fri Mar 3 08:26:59 2023 +1000

    Merge tag 'amd-drm-fixes-6.3-2023-03-02' of 
https://gitlab.freedesktop.org/agd5f/linux into drm-next
    
    amd-drm-fixes-6.3-2023-03-02:
    
    amdgpu:
    - SMU 13 fixes
    - Enable TMZ for GC 10.3.6
    - Misc display fixes
    - Buddy allocator fixes
    - GC 11 fixes
    - S0ix fix
    - INFO IOCTL queries for GC 11
    - VCN harvest fixes for SR-IOV
    - UMC 8.10 RAS fixes
    - Don't restrict bpc to 8
    - NBIO 7.5 fix
    - Allow freesync on PCon for more devices
    
    amdkfd:
    - SDMA fix
    - Illegal memory access fix
    
    radeon:
    - Display fix for iMac11,2
    
    UAPI:
    - Add some additional INFO IOCTL queries for GC 11 fixes
      Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21403
    
    Signed-off-by: Dave Airlie <airl...@redhat.com>
    From: Alex Deucher <alexander.deuc...@amd.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230302051843.7793-1-alexander.deuc...@amd.com

commit 7b7d2429a1d2f789f4ce34afadbd76510a0236cc
Merge: 3d3921d1025e 5d2fdb255c52
Author: Dave Airlie <airl...@redhat.com>
Date:   Fri Mar 3 08:19:35 2023 +1000

    Merge tag 'drm-intel-next-fixes-2023-02-27' of 
git://anongit.freedesktop.org/drm/drm-intel into drm-next
    
    drm/i915 fixes for v6.3-rc1:
    - Don't use stolen memory or BAR mappings for ring buffers with LLC
    - Add inverted backlight quirk for HP 14-r206nv
    - Fix GSI offset for MCR lookups
    - GVT fixes (memleak, debugfs attributes, kconfig, typos)
    
    Signed-off-by: Dave Airlie <airl...@redhat.com>
    From: Jani Nikula <jani.nik...@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/87cz5v2z0j....@intel.com

commit 3d3921d1025e4e1d646f84dcb2ae75edc89f7837
Merge: a48bba98380c 047a754558d6
Author: Dave Airlie <airl...@redhat.com>
Date:   Fri Mar 3 08:18:56 2023 +1000

    Merge tag 'drm-misc-next-fixes-2023-02-28' of 
git://anongit.freedesktop.org/drm/drm-misc into drm-next
    
    Short summary of fixes pull:
    
    Fixes uninitialized variables in fbdev error paths and reverts an
    SHMEM-helper symbol back to being exported as GPL.
    
    Signed-off-by: Dave Airlie <airl...@redhat.com>
    
    From: Thomas Zimmermann <tzimmerm...@suse.de>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/Y/3Fw1HjgPcplo+j@linux-uq9g

commit 6bb811d0ee3e1fe9f22a028c89b3472c999b70bc
Author: bobzhou <bob.z...@amd.com>
Date:   Mon Feb 27 15:30:54 2023 +0800

    drm/amdgpu/vcn: fix compilation issue with legacy gcc
    
    This patch is used to fix following compilation issue with legacy gcc
    error: ‘for’ loop initial declarations are only allowed in C99 mode
            for (int i = 0; i < adev->vcn.num_vcn_inst; ++i) {
    
    Signed-off-by: bobzhou <bob.z...@amd.com>
    Reviewed-by: Guchun Chen <guchun.c...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c 
b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
index 023a1fffa6a9..43d587404c3e 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
@@ -78,10 +78,11 @@ static void vcn_v4_0_set_ras_funcs(struct amdgpu_device 
*adev);
 static int vcn_v4_0_early_init(void *handle)
 {
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;
+       int i;
 
        if (amdgpu_sriov_vf(adev)) {
                adev->vcn.harvest_config = VCN_HARVEST_MMSCH;
-               for (int i = 0; i < adev->vcn.num_vcn_inst; ++i) {
+               for (i = 0; i < adev->vcn.num_vcn_inst; ++i) {
                        if (amdgpu_vcn_is_disabled_vcn(adev, VCN_ENCODE_RING, 
i)) {
                                adev->vcn.harvest_config |= 1 << i;
                                dev_info(adev->dev, "VCN%d is disabled by 
hypervisor\n", i);
commit a8af68f79d149796609a679b00a34762249c6a5b
Author: Sung Joon Kim <sungjoon....@amd.com>
Date:   Fri Feb 10 14:39:49 2023 -0500

    drm/amd/display: Extend Freesync over PCon support for more devices
    
    [why]
    More branch devices are able to support Freesync
    over PCon so include them in the list of supporting devices.
    
    [how]
    Add more compatible PCon devices in the whitelist
    for Freesync over Pcon.
    
    Reviewed-by: Harry Wentland <harry.wentl...@amd.com>
    Acked-by: Qingqing Zhuo <qingqing.z...@amd.com>
    Signed-off-by: Sung Joon Kim <sungjoon....@amd.com>
    Tested-by: Daniel Wheeler <daniel.whee...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
index 6fdc2027c2b4..1583157da355 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -1149,6 +1149,8 @@ static bool dm_is_freesync_pcon_whitelist(const uint32_t 
branch_dev_id)
 
        switch (branch_dev_id) {
        case DP_BRANCH_DEVICE_ID_0060AD:
+       case DP_BRANCH_DEVICE_ID_00E04C:
+       case DP_BRANCH_DEVICE_ID_90CC24:
                ret_val = true;
                break;
        default:
commit 1fa0d424a1d50aebbd87d40a0cb41995ba336f27
Author: Aric Cyr <aric....@amd.com>
Date:   Thu Feb 9 20:03:33 2023 -0500

    Revert "drm/amd/display: Do not set DRR on pipe commit"
    
    This reverts commit 4f1b5e739dfd1edde33329e3f376733a131fb1ff.
    
    [Why & How]
    Original change causes a regression. Revert
    until fix is available.
    
    Reviewed-by: Aric Cyr <aric....@amd.com>
    Acked-by: Qingqing Zhuo <qingqing.z...@amd.com>
    Signed-off-by: Aric Cyr <aric....@amd.com>
    Tested-by: Daniel Wheeler <daniel.whee...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c 
b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
index df787fcf8e86..3b4d4d68359b 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
@@ -998,5 +998,8 @@ void dcn30_prepare_bandwidth(struct dc *dc,
                        dc->clk_mgr->funcs->set_max_memclk(dc->clk_mgr, 
dc->clk_mgr->bw_params->clk_table.entries[dc->clk_mgr->bw_params->clk_table.num_entries
 - 1].memclk_mhz);
 
        dcn20_prepare_bandwidth(dc, context);
+
+       dc_dmub_srv_p_state_delegate(dc,
+               context->bw_ctx.bw.dcn.clk.fw_based_mclk_switching, context);
 }
 
commit 031f196d1b1b6d5dfcb0533b431e3ab1750e6189
Author: Alex Hung <alex.h...@amd.com>
Date:   Wed Jan 11 09:54:11 2023 -0700

    drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes
    
    [WHY]
    When PTEBufferSizeInRequests is zero, UBSAN reports the following
    warning because dml_log2 returns an unexpected negative value:
    
      shift exponent 4294966273 is too large for 32-bit type 'int'
    
    [HOW]
    
    In the case PTEBufferSizeInRequests is zero, skip the dml_log2() and
    assign the result directly.
    
    Reviewed-by: Jun Lei <jun....@amd.com>
    Acked-by: Qingqing Zhuo <qingqing.z...@amd.com>
    Signed-off-by: Alex Hung <alex.h...@amd.com>
    Tested-by: Daniel Wheeler <daniel.whee...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c 
b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
index 379729b02847..c3d75e56410c 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
@@ -1802,7 +1802,10 @@ static unsigned int CalculateVMAndRowBytes(
        }
 
        if (SurfaceTiling == dm_sw_linear) {
-               *dpte_row_height = dml_min(128, 1 << (unsigned int) 
dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1));
+               if (PTEBufferSizeInRequests == 0)
+                       *dpte_row_height = 1;
+               else
+                       *dpte_row_height = dml_min(128, 1 << (unsigned int) 
dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1));
                *dpte_row_width_ub = (dml_ceil(((double) SwathWidth - 1) / 
*PixelPTEReqWidth, 1) + 1) * *PixelPTEReqWidth;
                *PixelPTEBytesPerRow = *dpte_row_width_ub / *PixelPTEReqWidth * 
*PTERequestSize;
        } else if (ScanDirection != dm_vert) {
commit 01a18aa309aec12461fb5e6aecb76f8b33810658
Author: Ryan Lin <tsung-hua....@amd.com>
Date:   Tue Feb 7 23:03:48 2023 +0800

    drm/amd/display: Ext displays with dock can't recognized after resume
    
    [Why]
    Needs to set the default value of the LTTPR timeout after resume.
    
    [How]
    Set the default (3.2ms) timeout at resuming if the sink supports
    LTTPR
    
    Reviewed-by: Jerry Zuo <jerry....@amd.com>
    Acked-by: Qingqing Zhuo <qingqing.z...@amd.com>
    Signed-off-by: Ryan Lin <tsung-hua....@amd.com>
    Tested-by: Daniel Wheeler <daniel.whee...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 79ae01ac4b19..009ef917dad4 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -41,6 +41,8 @@
 #include "dpcd_defs.h"
 #include "link/protocols/link_dpcd.h"
 #include "link_service_types.h"
+#include "link/protocols/link_dp_capability.h"
+#include "link/protocols/link_ddc.h"
 
 #include "vid.h"
 #include "amdgpu.h"
@@ -2302,6 +2304,14 @@ static void s3_handle_mst(struct drm_device *dev, bool 
suspend)
                if (suspend) {
                        drm_dp_mst_topology_mgr_suspend(mgr);
                } else {
+                       /* if extended timeout is supported in hardware,
+                        * default to LTTPR timeout (3.2ms) first as a W/A for 
DP link layer
+                        * CTS 4.2.1.1 regression introduced by CTS specs 
requirement update.
+                        */
+                       try_to_configure_aux_timeout(aconnector->dc_link->ddc, 
LINK_AUX_DEFAULT_LTTPR_TIMEOUT_PERIOD);
+                       if (!dp_is_lttpr_present(aconnector->dc_link))
+                               
try_to_configure_aux_timeout(aconnector->dc_link->ddc, 
LINK_AUX_DEFAULT_TIMEOUT_PERIOD);
+
                        ret = drm_dp_mst_topology_mgr_resume(mgr, true);
                        if (ret < 0) {
                                
dm_helpers_dp_mst_stop_top_mgr(aconnector->dc_link->ctx,
diff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h 
b/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h
index 86e9d2e886d6..aaa5064408ba 100644
--- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h
+++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h
@@ -33,6 +33,7 @@
 #define DPVGA_DONGLE_AUX_DEFER_WA_DELAY 40
 #define I2C_OVER_AUX_DEFER_WA_DELAY_1MS 1
 #define LINK_AUX_DEFAULT_LTTPR_TIMEOUT_PERIOD 3200 /*us*/
+#define LINK_AUX_DEFAULT_TIMEOUT_PERIOD 552 /*us*/
 
 #define EDID_SEGMENT_SIZE 256
 
diff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c 
b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
index 4874d1bf1dcb..d4370856f164 100644
--- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
+++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
@@ -60,8 +60,6 @@
 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y))
 #endif
 
-#define LINK_AUX_DEFAULT_TIMEOUT_PERIOD 552 /*us*/
-
 struct dp_lt_fallback_entry {
        enum dc_lane_count lane_count;
        enum dc_link_rate link_rate;
commit 23f4a2d29ba57bf88095f817de5809d427fcbe7e
Author: Horatio Zhang <hongkun.zh...@amd.com>
Date:   Fri Feb 24 13:55:44 2023 +0800

    drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
    
    The call trace occurs when the amdgpu is removed after
    the mode1 reset. During mode1 reset, from suspend to resume,
    there is no need to reinitialize the ta firmware buffer
    which caused the bo pin_count increase redundantly.
    
    [  489.885525] Call Trace:
    [  489.885525]  <TASK>
    [  489.885526]  amdttm_bo_put+0x34/0x50 [amdttm]
    [  489.885529]  amdgpu_bo_free_kernel+0xe8/0x130 [amdgpu]
    [  489.885620]  psp_free_shared_bufs+0xb7/0x150 [amdgpu]
    [  489.885720]  psp_hw_fini+0xce/0x170 [amdgpu]
    [  489.885815]  amdgpu_device_fini_hw+0x2ff/0x413 [amdgpu]
    [  489.885960]  ? blocking_notifier_chain_unregister+0x56/0xb0
    [  489.885962]  amdgpu_driver_unload_kms+0x51/0x60 [amdgpu]
    [  489.886049]  amdgpu_pci_remove+0x5a/0x140 [amdgpu]
    [  489.886132]  ? __pm_runtime_resume+0x60/0x90
    [  489.886134]  pci_device_remove+0x3e/0xb0
    [  489.886135]  __device_release_driver+0x1ab/0x2a0
    [  489.886137]  driver_detach+0xf3/0x140
    [  489.886138]  bus_remove_driver+0x6c/0xf0
    [  489.886140]  driver_unregister+0x31/0x60
    [  489.886141]  pci_unregister_driver+0x40/0x90
    [  489.886142]  amdgpu_exit+0x15/0x451 [amdgpu]
    
    Signed-off-by: Horatio Zhang <hongkun.zh...@amd.com>
    Signed-off-by: longlyao <longlong....@amd.com>
    Reviewed-by: Guchun Chen <guchun.c...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index 15e601f09648..28fe6d941054 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -1683,7 +1683,7 @@ static int psp_hdcp_initialize(struct psp_context *psp)
        psp->hdcp_context.context.mem_context.shared_mem_size = 
PSP_HDCP_SHARED_MEM_SIZE;
        psp->hdcp_context.context.ta_load_type = GFX_CMD_ID_LOAD_TA;
 
-       if (!psp->hdcp_context.context.initialized) {
+       if (!psp->hdcp_context.context.mem_context.shared_buf) {
                ret = psp_ta_init_shared_buf(psp, 
&psp->hdcp_context.context.mem_context);
                if (ret)
                        return ret;
@@ -1750,7 +1750,7 @@ static int psp_dtm_initialize(struct psp_context *psp)
        psp->dtm_context.context.mem_context.shared_mem_size = 
PSP_DTM_SHARED_MEM_SIZE;
        psp->dtm_context.context.ta_load_type = GFX_CMD_ID_LOAD_TA;
 
-       if (!psp->dtm_context.context.initialized) {
+       if (!psp->dtm_context.context.mem_context.shared_buf) {
                ret = psp_ta_init_shared_buf(psp, 
&psp->dtm_context.context.mem_context);
                if (ret)
                        return ret;
@@ -1818,7 +1818,7 @@ static int psp_rap_initialize(struct psp_context *psp)
        psp->rap_context.context.mem_context.shared_mem_size = 
PSP_RAP_SHARED_MEM_SIZE;
        psp->rap_context.context.ta_load_type = GFX_CMD_ID_LOAD_TA;
 
-       if (!psp->rap_context.context.initialized) {
+       if (!psp->rap_context.context.mem_context.shared_buf) {
                ret = psp_ta_init_shared_buf(psp, 
&psp->rap_context.context.mem_context);
                if (ret)
                        return ret;
commit cca3306488f71465f8c5e920e5a4e24fa461c72b
Author: Tom Rix <t...@redhat.com>
Date:   Fri Feb 24 11:45:19 2023 -0500

    drm/amdgpu: remove unused variable ring
    
    building with gcc and W=1 reports
    drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c:81:29: error: variable
      ‘ring’ set but not used [-Werror=unused-but-set-variable]
       81 |         struct amdgpu_ring *ring;
          |                             ^~~~
    
    ring is not used so remove it.
    
    Signed-off-by: Tom Rix <t...@redhat.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c 
b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
index 213b43670f23..023a1fffa6a9 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
@@ -78,12 +78,10 @@ static void vcn_v4_0_set_ras_funcs(struct amdgpu_device 
*adev);
 static int vcn_v4_0_early_init(void *handle)
 {
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;
-       struct amdgpu_ring *ring;
 
        if (amdgpu_sriov_vf(adev)) {
                adev->vcn.harvest_config = VCN_HARVEST_MMSCH;
                for (int i = 0; i < adev->vcn.num_vcn_inst; ++i) {
-                       ring = &adev->vcn.inst[i].ring_enc[0];
                        if (amdgpu_vcn_is_disabled_vcn(adev, VCN_ENCODE_RING, 
i)) {
                                adev->vcn.harvest_config |= 1 << i;
                                dev_info(adev->dev, "VCN%d is disabled by 
hypervisor\n", i);
commit ca87c9ae70566c651dcf09c1b080db259e20f9ee
Author: tiancyin <tianci....@amd.com>
Date:   Wed Feb 8 14:10:04 2023 +0800

    drm/amd/display: fix dm irq error message in gpu recover
    
    [Why]
    Variable adev->crtc_irq.num_types was initialized as the value of
    adev->mode_info.num_crtc at early_init stage, later at hw_init stage,
    the num_crtc changed due to the display pipe harvest on some SKUs,
    but the num_types was not updated accordingly, that cause below error
    in gpu recover.
    
      *ERROR* amdgpu_dm_set_crtc_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_crtc_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_crtc_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_pflip_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_pflip_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_pflip_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_pflip_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_vupdate_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_vupdate_irq_state: crtc is NULL at id :3
      *ERROR* amdgpu_dm_set_vupdate_irq_state: crtc is NULL at id :3
    
    [How]
    Defer the initialization of num_types to eliminate the error logs.
    
    Signed-off-by: tiancyin <tianci....@amd.com>
    Reviewed-by: Hamza Mahfooz <hamza.mahf...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 700d170d52c0..79ae01ac4b19 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -4265,6 +4265,8 @@ static int amdgpu_dm_initialize_drm_device(struct 
amdgpu_device *adev)
        /* Update the actual used number of crtc */
        adev->mode_info.num_crtc = adev->dm.display_indexes_num;
 
+       amdgpu_dm_set_irq_funcs(adev);
+
        link_cnt = dm->dc->caps.max_links;
        if (amdgpu_dm_mode_config_init(dm->adev)) {
                DRM_ERROR("DM: Failed to initialize mode config\n");
@@ -4757,8 +4759,6 @@ static int dm_early_init(void *handle)
                break;
        }
 
-       amdgpu_dm_set_irq_funcs(adev);
-
        if (adev->mode_info.funcs == NULL)
                adev->mode_info.funcs = &dm_display_funcs;
 
commit 65a24000808f70ac69bd2a96381fa0c7341f20c0
Author: Mario Limonciello <mario.limoncie...@amd.com>
Date:   Sun Feb 19 23:04:04 2023 -0600

    drm/amd: Fix initialization for nbio 7.5.1
    
    A mistake has been made in the BIOS for some ASICs with NBIO 7.5.1
    where some NBIO registers aren't properly setup.
    
    Ensure that they're set during initialization.
    
    Tested-by: Richard Gong <richard.g...@amd.com>
    Signed-off-by: Mario Limonciello <mario.limoncie...@amd.com>
    Acked-by: Alex Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
    Cc: sta...@vger.kernel.org # 6.1.x

diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c 
b/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
index 31776b12e4c4..4b0d563c6522 100644
--- a/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
+++ b/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
@@ -382,6 +382,11 @@ static void nbio_v7_2_init_registers(struct amdgpu_device 
*adev)
                if (def != data)
                        WREG32_PCIE_PORT(SOC15_REG_OFFSET(NBIO, 0, 
regBIF1_PCIE_MST_CTRL_3), data);
                break;
+       case IP_VERSION(7, 5, 1):
+               data = RREG32_SOC15(NBIO, 0, regRCC_DEV2_EPF0_STRAP2);
+               data &= ~RCC_DEV2_EPF0_STRAP2__STRAP_NO_SOFT_RESET_DEV2_F0_MASK;
+               WREG32_SOC15(NBIO, 0, regRCC_DEV2_EPF0_STRAP2, data);
+               fallthrough;
        default:
                def = data = RREG32_PCIE_PORT(SOC15_REG_OFFSET(NBIO, 0, 
regPCIE_CONFIG_CNTL));
                data = REG_SET_FIELD(data, PCIE_CONFIG_CNTL,
commit c76e483cd9163138e8fc44d829c986819f072d4f
Author: Harry Wentland <harry.wentl...@amd.com>
Date:   Mon Dec 12 13:02:25 2022 -0500

    drm/amd/display: Don't restrict bpc to 8 bpc
    
    This will let us pass the kms_hdr.bpc_switch IGT
    test.
    
    The reason the bpc restriction was required is
    historical. At one point in time we were not falling
    back to a lower bpc when we didn't have enough
    bandwidth for the maximum bpc reported by a display.
    This meant that we couldn't enable some high refresh
    modes unless we limitted the bpc.
    
    Starting with this patch the issue is fixed:
    commit cbd14ae7ea93 ("drm/amd/display: Fix
    incorrectly pruned modes with deep color")
    
    This patch implemented a fallback mechanism if mode
    validation failed at the max bpc. This means users
    now automatically get all modes that can be supported
    by at least 6 bpc. The driver will enable the mode
    with the highest possible bpc that is supported by
    the display.
    
    v2:
     - explain why this is no longer needed (Michel)
     - refer to commit that fixed bpc fallback (Michel)
    
    Signed-off-by: Harry Wentland <harry.wentl...@amd.com>
    Cc: Pekka Paalanen <ppaala...@gmail.com>
    Cc: Sebastian Wick <sebastian.w...@redhat.com>
    Cc: vitaly.pros...@amd.com
    Cc: Joshua Ashton <jos...@froggi.es>
    Cc: dri-de...@lists.freedesktop.org
    Cc: amd-...@lists.freedesktop.org
    Cc: Michel Dänzer <michel.daen...@mailbox.org>
    Reviewed-by: Joshua Ashton <jos...@froggi.es>
    Reviewed-by: Michel Dänzer <mdaen...@redhat.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index c420bce47acb..700d170d52c0 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -7235,7 +7235,7 @@ void amdgpu_dm_connector_init_helper(struct 
amdgpu_display_manager *dm,
                drm_connector_attach_max_bpc_property(&aconnector->base, 8, 16);
 
        /* This defaults to the max in the range, but we want 8bpc for non-edp. 
*/
-       aconnector->base.state->max_bpc = (connector_type == 
DRM_MODE_CONNECTOR_eDP) ? 16 : 8;
+       aconnector->base.state->max_bpc = 16;
        aconnector->base.state->max_requested_bpc = 
aconnector->base.state->max_bpc;
 
        if (connector_type == DRM_MODE_CONNECTOR_eDP &&
commit 1bf56f25258871db5bfad7aebe19e46148eda159
Author: Candice Li <candice...@amd.com>
Date:   Fri Feb 24 12:15:57 2023 +0800

    drm/amdgpu: Make umc_v8_10_convert_error_address static and remove unused 
variable
    
    Fixes following warnings:
    warning: no previous prototype for 'umc_v8_10_convert_error_address'
    warning: variable 'channel_index' set but not used
    
    Reported-by: kernel test robot <l...@intel.com>
    Signed-off-by: Candice Li <candice...@amd.com>
    Reviewed-by: Tao Zhou <tao.zh...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c 
b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
index 66158219f791..fb55e8cb9967 100644
--- a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
+++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
@@ -209,10 +209,10 @@ static int umc_v8_10_swizzle_mode_na_to_pa(struct 
amdgpu_device *adev,
        return 0;
 }
 
-void umc_v8_10_convert_error_address(struct amdgpu_device *adev,
-                                   struct ras_err_data *err_data, uint64_t 
err_addr,
-                                   uint32_t ch_inst, uint32_t umc_inst,
-                                   uint32_t node_inst, uint64_t mc_umc_status)
+static void umc_v8_10_convert_error_address(struct amdgpu_device *adev,
+                                           struct ras_err_data *err_data, 
uint64_t err_addr,
+                                           uint32_t ch_inst, uint32_t umc_inst,
+                                           uint32_t node_inst, uint64_t 
mc_umc_status)
 {
        uint64_t na_err_addr_base;
        uint64_t na_err_addr, retired_page_addr;
@@ -434,7 +434,7 @@ static void umc_v8_10_ecc_info_query_error_address(struct 
amdgpu_device *adev,
                                        uint32_t umc_inst,
                                        uint32_t node_inst)
 {
-       uint32_t eccinfo_table_idx, channel_index;
+       uint32_t eccinfo_table_idx;
        uint64_t mc_umc_status, err_addr;
 
        struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
@@ -443,11 +443,6 @@ static void umc_v8_10_ecc_info_query_error_address(struct 
amdgpu_device *adev,
                                  adev->umc.channel_inst_num +
                                  umc_inst * adev->umc.channel_inst_num +
                                  ch_inst;
-       channel_index =
-               adev->umc.channel_idx_tbl[node_inst * adev->umc.umc_inst_num *
-                                                 adev->umc.channel_inst_num +
-                                                 umc_inst * 
adev->umc.channel_inst_num +
-                                                 ch_inst];
 
        mc_umc_status = ras->umc_ecc.ecc[eccinfo_table_idx].mca_umc_status;
 
commit 05eacc198c68cbb35a7281ce4011f8899ee1cfb8
Author: Mark Hawrylak <mark.hawry...@gmail.com>
Date:   Sun Feb 19 16:02:00 2023 +1100

    drm/radeon: Fix eDP for single-display iMac11,2
    
    Apple iMac11,2 (mid 2010) also with Radeon HD-4670 that has the same
    issue as iMac10,1 (late 2009) where the internal eDP panel stays dark on
    driver load.  This patch treats iMac11,2 the same as iMac10,1,
    so the eDP panel stays active.
    
    Additional steps:
    Kernel boot parameter radeon.nomodeset=0 required to keep the eDP
    panel active.
    
    This patch is an extension of
    commit 564d8a2cf3ab ("drm/radeon: Fix eDP for single-display iMac10,1 (v2)")
    Link: https://lore.kernel.org/all/lsq.1507553064.833262...@decadent.org.uk/
    Signed-off-by: Mark Hawrylak <mark.hawry...@gmail.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
    Cc: sta...@vger.kernel.org

diff --git a/drivers/gpu/drm/radeon/atombios_encoders.c 
b/drivers/gpu/drm/radeon/atombios_encoders.c
index 1471c3a96602..4aca09cab4b8 100644
--- a/drivers/gpu/drm/radeon/atombios_encoders.c
+++ b/drivers/gpu/drm/radeon/atombios_encoders.c
@@ -2123,11 +2123,12 @@ int radeon_atom_pick_dig_encoder(struct drm_encoder 
*encoder, int fe_idx)
 
        /*
         * On DCE32 any encoder can drive any block so usually just use crtc id,
-        * but Apple thinks different at least on iMac10,1, so there use linkb,
+        * but Apple thinks different at least on iMac10,1 and iMac11,2, so 
there use linkb,
         * otherwise the internal eDP panel will stay dark.
         */
        if (ASIC_IS_DCE32(rdev)) {
-               if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1"))
+               if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1") ||
+                   dmi_match(DMI_PRODUCT_NAME, "iMac11,2"))
                        enc_idx = (dig->linkb) ? 1 : 0;
                else
                        enc_idx = radeon_crtc->crtc_id;
commit 047a754558d640eaa080fce3b22ca9f3d4e04626
Author: Asahi Lina <l...@asahilina.net>
Date:   Mon Feb 27 18:04:21 2023 +0900

    drm/shmem-helper: Revert accidental non-GPL export
    
    The referenced commit added a wrapper for drm_gem_shmem_get_pages_sgt(),
    but in the process it accidentally changed the export type from GPL to
    non-GPL. Switch it back to GPL.
    
    Reported-by: Dmitry Osipenko <dmitry.osipe...@collabora.com>
    Fixes: ddddedaa0db9 ("drm/shmem-helper: Fix locking for 
drm_gem_shmem_get_pages_sgt()")
    Signed-off-by: Asahi Lina <l...@asahilina.net>
    Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230227-shmem-export-fix-v1-1-8880b2c25...@asahilina.net

diff --git a/drivers/gpu/drm/drm_gem_shmem_helper.c 
b/drivers/gpu/drm/drm_gem_shmem_helper.c
index 259176d78f3b..b05dc62418f7 100644
--- a/drivers/gpu/drm/drm_gem_shmem_helper.c
+++ b/drivers/gpu/drm/drm_gem_shmem_helper.c
@@ -744,7 +744,7 @@ struct sg_table *drm_gem_shmem_get_pages_sgt(struct 
drm_gem_shmem_object *shmem)
 
        return sgt;
 }
-EXPORT_SYMBOL(drm_gem_shmem_get_pages_sgt);
+EXPORT_SYMBOL_GPL(drm_gem_shmem_get_pages_sgt);
 
 /**
  * drm_gem_shmem_prime_import_sg_table - Produce a shmem GEM object from
commit c176060a4c76ed0043cb9c10435af04ed1ad0560
Author: Nathan Chancellor <nat...@kernel.org>
Date:   Fri Feb 24 10:25:12 2023 -0700

    drm: omapdrm: Do not use helper unininitialized in omap_fbdev_init()
    
    Clang warns (or errors with CONFIG_WERROR):
    
      ../drivers/gpu/drm/omapdrm/omap_fbdev.c:235:6: error: variable 'helper' 
is used uninitialized whenever 'if' condition is true 
[-Werror,-Wsometimes-uninitialized]
              if (!fbdev)
                  ^~~~~~
      ../drivers/gpu/drm/omapdrm/omap_fbdev.c:259:26: note: uninitialized use 
occurs here
              drm_fb_helper_unprepare(helper);
                                      ^~~~~~
      ../drivers/gpu/drm/omapdrm/omap_fbdev.c:235:2: note: remove the 'if' if 
its condition is always false
              if (!fbdev)
              ^~~~~~~~~~~
      ../drivers/gpu/drm/omapdrm/omap_fbdev.c:228:30: note: initialize the 
variable 'helper' to silence this warning
              struct drm_fb_helper *helper;
                                          ^
                                           = NULL
      1 error generated.
    
    Return early, as there is nothing for the function to do if memory
    cannot be allocated. There is no point in adding another label to just
    emit the warning at the end of the function in this case, as memory
    allocation failures are already logged.
    
    Fixes: 3fb1f62f80a1 ("drm/fb-helper: Remove drm_fb_helper_unprepare() from 
drm_fb_helper_fini()")
    Link: https://github.com/ClangBuiltLinux/linux/issues/1809
    Link: 
https://lore.kernel.org/oe-kbuild-all/202302250058.fyte9atp-...@intel.com/
    Reported-by: kernel test robot <l...@intel.com>
    Signed-off-by: Nathan Chancellor <nat...@kernel.org>
    Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230224-omapdrm-wsometimes-uninitialized-v1-1-3fec8906e...@kernel.org

diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c 
b/drivers/gpu/drm/omapdrm/omap_fbdev.c
index 84429728347f..a6c8542087ec 100644
--- a/drivers/gpu/drm/omapdrm/omap_fbdev.c
+++ b/drivers/gpu/drm/omapdrm/omap_fbdev.c
@@ -233,7 +233,7 @@ void omap_fbdev_init(struct drm_device *dev)
 
        fbdev = kzalloc(sizeof(*fbdev), GFP_KERNEL);
        if (!fbdev)
-               goto fail;
+               return;
 
        INIT_WORK(&fbdev->work, pan_worker);
 
commit 424b3d7582a2a4a7c45d405225ac70cff97f2e4a
Author: Guchun Chen <guchun.c...@amd.com>
Date:   Tue Feb 21 12:35:25 2023 +0800

    drm/amd/pm: downgrade log level upon SMU IF version mismatch
    
    SMU IF version mismatch as a warning message exists widely
    after asic production, however, due to this log level setting,
    such mismatch warning will be caught by automation test like
    IGT and reported as a fake error after checking. As such mismatch
    does not break anything, to reduce confusion, downgrade it from
    dev_warn to dev_info.
    
    Signed-off-by: Guchun Chen <guchun.c...@amd.com>
    Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
index 6492d69e2e60..e1ef88ee1ed3 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
@@ -256,7 +256,7 @@ int smu_v11_0_check_fw_version(struct smu_context *smu)
         * to be backward compatible.
         * 2. New fw usually brings some optimizations. But that's visible
         * only on the paired driver.
-        * Considering above, we just leave user a warning message instead
+        * Considering above, we just leave user a verbal message instead
         * of halt driver loading.
         */
        if (if_version != smu->smc_driver_if_version) {
@@ -264,7 +264,7 @@ int smu_v11_0_check_fw_version(struct smu_context *smu)
                        "smu fw program = %d, version = 0x%08x (%d.%d.%d)\n",
                        smu->smc_driver_if_version, if_version,
                        smu_program, smu_version, smu_major, smu_minor, 
smu_debug);
-               dev_warn(smu->adev->dev, "SMU driver if version not matched\n");
+               dev_info(smu->adev->dev, "SMU driver if version not matched\n");
        }
 
        return ret;
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c
index 56a02bc60cee..c788aa7a99a9 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c
@@ -93,7 +93,7 @@ int smu_v12_0_check_fw_version(struct smu_context *smu)
         * to be backward compatible.
         * 2. New fw usually brings some optimizations. But that's visible
         * only on the paired driver.
-        * Considering above, we just leave user a warning message instead
+        * Considering above, we just leave user a verbal message instead
         * of halt driver loading.
         */
        if (if_version != smu->smc_driver_if_version) {
@@ -101,7 +101,7 @@ int smu_v12_0_check_fw_version(struct smu_context *smu)
                        "smu fw program = %d, smu fw version = 0x%08x 
(%d.%d.%d)\n",
                        smu->smc_driver_if_version, if_version,
                        smu_program, smu_version, smu_major, smu_minor, 
smu_debug);
-               dev_warn(smu->adev->dev, "SMU driver if version not matched\n");
+               dev_info(smu->adev->dev, "SMU driver if version not matched\n");
        }
 
        return ret;
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
index 66e9cb21497b..a52ed0580fd7 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
@@ -311,7 +311,7 @@ int smu_v13_0_check_fw_version(struct smu_context *smu)
         * to be backward compatible.
         * 2. New fw usually brings some optimizations. But that's visible
         * only on the paired driver.
-        * Considering above, we just leave user a warning message instead
+        * Considering above, we just leave user a verbal message instead
         * of halt driver loading.
         */
        if (if_version != smu->smc_driver_if_version) {
@@ -319,7 +319,7 @@ int smu_v13_0_check_fw_version(struct smu_context *smu)
                         "smu fw program = %d, smu fw version = 0x%08x 
(%d.%d.%d)\n",
                         smu->smc_driver_if_version, if_version,
                         smu_program, smu_version, smu_major, smu_minor, 
smu_debug);
-               dev_warn(adev->dev, "SMU driver if version not matched\n");
+               dev_info(adev->dev, "SMU driver if version not matched\n");
        }
 
        return ret;
commit b1e9a718af2ec3d21734a8357e8f22aa3bb68bfb
Author: Candice Li <candice...@amd.com>
Date:   Mon Jan 16 16:18:21 2023 +0800

    drm/amdgpu: Add ecc info query interface for umc v8_10
    
    Support ecc info query for umc v8_10.
    
    v2: Simplied by convert_error_address.
    v3: Remove unused variable and invalid checking.
    
    Signed-off-by: Candice Li <candice...@amd.com>
    Reviewed-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c 
b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
index 293ba39c8a2f..66158219f791 100644
--- a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
+++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
@@ -360,6 +360,138 @@ static bool umc_v8_10_query_ras_poison_mode(struct 
amdgpu_device *adev)
        return true;
 }
 
+static void umc_v8_10_ecc_info_query_correctable_error_count(struct 
amdgpu_device *adev,
+                                     uint32_t node_inst, uint32_t umc_inst, 
uint32_t ch_inst,
+                                     unsigned long *error_count)
+{
+       uint64_t mc_umc_status;
+       uint32_t eccinfo_table_idx;
+       struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
+
+       eccinfo_table_idx = node_inst * adev->umc.umc_inst_num *
+                                 adev->umc.channel_inst_num +
+                                 umc_inst * adev->umc.channel_inst_num +
+                                 ch_inst;
+
+       /* check the MCUMC_STATUS */
+       mc_umc_status = ras->umc_ecc.ecc[eccinfo_table_idx].mca_umc_status;
+       if (REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, Val) == 1 
&&
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, CECC) == 
1) {
+               *error_count += 1;
+       }
+}
+
+static void umc_v8_10_ecc_info_query_uncorrectable_error_count(struct 
amdgpu_device *adev,
+                                     uint32_t node_inst, uint32_t umc_inst, 
uint32_t ch_inst,
+                                     unsigned long *error_count)
+{
+       uint64_t mc_umc_status;
+       uint32_t eccinfo_table_idx;
+       struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
+
+       eccinfo_table_idx = node_inst * adev->umc.umc_inst_num *
+                                 adev->umc.channel_inst_num +
+                                 umc_inst * adev->umc.channel_inst_num +
+                                 ch_inst;
+
+       /* check the MCUMC_STATUS */
+       mc_umc_status = ras->umc_ecc.ecc[eccinfo_table_idx].mca_umc_status;
+       if ((REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, Val) == 
1) &&
+           (REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, 
Deferred) == 1 ||
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UECC) == 
1 ||
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, PCC) == 1 
||
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UC) == 1 
||
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, TCC) == 
1)) {
+               *error_count += 1;
+       }
+}
+
+static void umc_v8_10_ecc_info_query_ras_error_count(struct amdgpu_device 
*adev,
+                                       void *ras_error_status)
+{
+       struct ras_err_data *err_data = (struct ras_err_data *)ras_error_status;
+
+       uint32_t node_inst       = 0;
+       uint32_t umc_inst        = 0;
+       uint32_t ch_inst         = 0;
+
+       /* TODO: driver needs to toggle DF Cstate to ensure
+        * safe access of UMC registers. Will add the protection
+        */
+       LOOP_UMC_EACH_NODE_INST_AND_CH(node_inst, umc_inst, ch_inst) {
+               umc_v8_10_ecc_info_query_correctable_error_count(adev,
+                                                       node_inst, umc_inst, 
ch_inst,
+                                                       &(err_data->ce_count));
+               umc_v8_10_ecc_info_query_uncorrectable_error_count(adev,
+                                                       node_inst, umc_inst, 
ch_inst,
+                                                       &(err_data->ue_count));
+       }
+}
+
+static void umc_v8_10_ecc_info_query_error_address(struct amdgpu_device *adev,
+                                       struct ras_err_data *err_data,
+                                       uint32_t ch_inst,
+                                       uint32_t umc_inst,
+                                       uint32_t node_inst)
+{
+       uint32_t eccinfo_table_idx, channel_index;
+       uint64_t mc_umc_status, err_addr;
+
+       struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
+
+       eccinfo_table_idx = node_inst * adev->umc.umc_inst_num *
+                                 adev->umc.channel_inst_num +
+                                 umc_inst * adev->umc.channel_inst_num +
+                                 ch_inst;
+       channel_index =
+               adev->umc.channel_idx_tbl[node_inst * adev->umc.umc_inst_num *
+                                                 adev->umc.channel_inst_num +
+                                                 umc_inst * 
adev->umc.channel_inst_num +
+                                                 ch_inst];
+
+       mc_umc_status = ras->umc_ecc.ecc[eccinfo_table_idx].mca_umc_status;
+
+       if (mc_umc_status == 0)
+               return;
+
+       if (!err_data->err_addr)
+               return;
+
+       /* calculate error address if ue error is detected */
+       if (REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, Val) == 1 
&&
+           REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, AddrV) == 
1 &&
+           (REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, UECC) == 
1)) {
+
+               err_addr = ras->umc_ecc.ecc[eccinfo_table_idx].mca_umc_addr;
+               err_addr = REG_GET_FIELD(err_addr, MCA_UMC_UMC0_MCUMC_ADDRT0, 
ErrorAddr);
+
+               umc_v8_10_convert_error_address(adev, err_data, err_addr,
+                                       ch_inst, umc_inst, node_inst, 
mc_umc_status);
+       }
+}
+
+static void umc_v8_10_ecc_info_query_ras_error_address(struct amdgpu_device 
*adev,
+                                       void *ras_error_status)
+{
+       struct ras_err_data *err_data = (struct ras_err_data *)ras_error_status;
+
+       uint32_t node_inst       = 0;
+       uint32_t umc_inst        = 0;
+       uint32_t ch_inst         = 0;
+
+       /* TODO: driver needs to toggle DF Cstate to ensure
+        * safe access of UMC resgisters. Will add the protection
+        * when firmware interface is ready
+        */
+       LOOP_UMC_EACH_NODE_INST_AND_CH(node_inst, umc_inst, ch_inst) {
+               umc_v8_10_ecc_info_query_error_address(adev,
+                                               err_data,
+                                               ch_inst,
+                                               umc_inst,
+                                               node_inst);
+       }
+}
+
 const struct amdgpu_ras_block_hw_ops umc_v8_10_ras_hw_ops = {
        .query_ras_error_count = umc_v8_10_query_ras_error_count,
        .query_ras_error_address = umc_v8_10_query_ras_error_address,
@@ -371,4 +503,6 @@ struct amdgpu_umc_ras umc_v8_10_ras = {
        },
        .err_cnt_init = umc_v8_10_err_cnt_init,
        .query_ras_poison_mode = umc_v8_10_query_ras_poison_mode,
+       .ecc_info_query_ras_error_count = 
umc_v8_10_ecc_info_query_ras_error_count,
+       .ecc_info_query_ras_error_address = 
umc_v8_10_ecc_info_query_ras_error_address,
 };
commit 2d53b579f3f217d5b88fb6708dcaef28f7b9fc0b
Author: Candice Li <candice...@amd.com>
Date:   Wed Feb 15 21:16:56 2023 +0800

    drm/amdgpu: Add convert_error_address function for umc v8_10
    
    Add convert_error_address for umc v8_10.
    
    Signed-off-by: Candice Li <candice...@amd.com>
    Reviewed-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c 
b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
index da394bc06bba..293ba39c8a2f 100644
--- a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
+++ b/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c
@@ -209,6 +209,45 @@ static int umc_v8_10_swizzle_mode_na_to_pa(struct 
amdgpu_device *adev,
        return 0;
 }
 
+void umc_v8_10_convert_error_address(struct amdgpu_device *adev,
+                                   struct ras_err_data *err_data, uint64_t 
err_addr,
+                                   uint32_t ch_inst, uint32_t umc_inst,
+                                   uint32_t node_inst, uint64_t mc_umc_status)
+{
+       uint64_t na_err_addr_base;
+       uint64_t na_err_addr, retired_page_addr;
+       uint32_t channel_index, addr_lsb, col = 0;
+       int ret = 0;
+
+       channel_index =
+               adev->umc.channel_idx_tbl[node_inst * adev->umc.umc_inst_num *
+                                       adev->umc.channel_inst_num +
+                                       umc_inst * adev->umc.channel_inst_num +
+                                       ch_inst];
+
+       /* the lowest lsb bits should be ignored */
+       addr_lsb = REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, 
AddrLsb);
+       err_addr &= ~((0x1ULL << addr_lsb) - 1);
+       na_err_addr_base = err_addr & ~(0x3ULL << UMC_V8_10_NA_C5_BIT);
+
+       /* loop for all possibilities of [C6 C5] in normal address. */
+       for (col = 0; col < UMC_V8_10_NA_COL_2BITS_POWER_OF_2_NUM; col++) {
+               na_err_addr = na_err_addr_base | (col << UMC_V8_10_NA_C5_BIT);
+
+               /* Mapping normal error address to retired soc physical 
address. */
+               ret = umc_v8_10_swizzle_mode_na_to_pa(adev, channel_index,
+                                               na_err_addr, 
&retired_page_addr);
+               if (ret) {
+                       dev_err(adev->dev, "Failed to map pa from umc na.\n");
+                       break;
+               }
+               dev_info(adev->dev, "Error Address(PA): 0x%llx\n",
+                       retired_page_addr);
+               amdgpu_umc_fill_error_record(err_data, na_err_addr,
+                               retired_page_addr, channel_index, umc_inst);
+       }
+}
+
 static void umc_v8_10_query_error_address(struct amdgpu_device *adev,
                                         struct ras_err_data *err_data,
                                         uint32_t umc_reg_offset,
@@ -218,10 +257,7 @@ static void umc_v8_10_query_error_address(struct 
amdgpu_device *adev,
 {
        uint64_t mc_umc_status_addr;
        uint64_t mc_umc_status, err_addr;
-       uint64_t mc_umc_addrt0, na_err_addr_base;
-       uint64_t na_err_addr, retired_page_addr;
-       uint32_t channel_index, addr_lsb, col = 0;
-       int ret = 0;
+       uint64_t mc_umc_addrt0;
 
        mc_umc_status_addr =
                SOC15_REG_OFFSET(UMC, 0, regMCA_UMC_UMC0_MCUMC_STATUST0);
@@ -236,12 +272,6 @@ static void umc_v8_10_query_error_address(struct 
amdgpu_device *adev,
                return;
        }
 
-       channel_index =
-               adev->umc.channel_idx_tbl[node_inst * adev->umc.umc_inst_num *
-                                       adev->umc.channel_inst_num +
-                                       umc_inst * adev->umc.channel_inst_num +
-                                       ch_inst];
-
        /* calculate error address if ue error is detected */
        if (REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, Val) == 1 
&&
            REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, AddrV) == 
1 &&
@@ -251,27 +281,8 @@ static void umc_v8_10_query_error_address(struct 
amdgpu_device *adev,
                err_addr = RREG64_PCIE((mc_umc_addrt0 + umc_reg_offset) * 4);
                err_addr = REG_GET_FIELD(err_addr, MCA_UMC_UMC0_MCUMC_ADDRT0, 
ErrorAddr);
 
-               /* the lowest lsb bits should be ignored */
-               addr_lsb = REG_GET_FIELD(mc_umc_status, 
MCA_UMC_UMC0_MCUMC_STATUST0, AddrLsb);
-               err_addr &= ~((0x1ULL << addr_lsb) - 1);
-               na_err_addr_base = err_addr & ~(0x3ULL << UMC_V8_10_NA_C5_BIT);
-
-               /* loop for all possibilities of [C6 C5] in normal address. */
-               for (col = 0; col < UMC_V8_10_NA_COL_2BITS_POWER_OF_2_NUM; 
col++) {
-                       na_err_addr = na_err_addr_base | (col << 
UMC_V8_10_NA_C5_BIT);
-
-                       /* Mapping normal error address to retired soc physical 
address. */
-                       ret = umc_v8_10_swizzle_mode_na_to_pa(adev, 
channel_index,
-                                                       na_err_addr, 
&retired_page_addr);
-                       if (ret) {
-                               dev_err(adev->dev, "Failed to map pa from umc 
na.\n");
-                               break;
-                       }
-                       dev_info(adev->dev, "Error Address(PA): 0x%llx\n",
-                               retired_page_addr);
-                       amdgpu_umc_fill_error_record(err_data, na_err_addr,
-                                       retired_page_addr, channel_index, 
umc_inst);
-               }
+               umc_v8_10_convert_error_address(adev, err_data, err_addr,
+                                       ch_inst, umc_inst, node_inst, 
mc_umc_status);
        }
 
        /* clear umc status */
commit 22106ed0be0d6c5b4aa07e18b63c1245bdb719c9
Author: Tao Zhou <tao.zh...@amd.com>
Date:   Tue Feb 21 16:03:49 2023 +0800

    drm/amdgpu: add bad_page_threshold check in ras_eeprom_check_err
    
    bad_page_threshold controls page retirement behavior and it should be
    also checked.
    
    v2: simplify the condition of bad page handling path.
    
    Signed-off-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
index 9d370465b08d..2e08fce87521 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
@@ -417,7 +417,8 @@ bool amdgpu_ras_eeprom_check_err_threshold(struct 
amdgpu_device *adev)
 {
        struct amdgpu_ras *con = amdgpu_ras_get_context(adev);
 
-       if (!__is_ras_eeprom_supported(adev))
+       if (!__is_ras_eeprom_supported(adev) ||
+           !amdgpu_bad_page_threshold)
                return false;
 
        /* skip check eeprom table for VEGA20 Gaming */
@@ -428,10 +429,18 @@ bool amdgpu_ras_eeprom_check_err_threshold(struct 
amdgpu_device *adev)
                        return false;
 
        if (con->eeprom_control.tbl_hdr.header == RAS_TABLE_HDR_BAD) {
-               dev_warn(adev->dev, "This GPU is in BAD status.");
-               dev_warn(adev->dev, "Please retire it or set a larger "
-                        "threshold value when reloading driver.\n");
-               return true;
+               if (amdgpu_bad_page_threshold == -1) {
+                       dev_warn(adev->dev, "RAS records:%d exceed 
threshold:%d",
+                               con->eeprom_control.ras_num_recs, 
con->bad_page_cnt_threshold);
+                       dev_warn(adev->dev,
+                               "But GPU can be operated due to 
bad_page_threshold = -1.\n");
+                       return false;
+               } else {
+                       dev_warn(adev->dev, "This GPU is in BAD status.");
+                       dev_warn(adev->dev, "Please retire it or set a larger "
+                                "threshold value when reloading driver.\n");
+                       return true;
+               }
        }
 
        return false;
commit f3cbe70e215a87dcfdf028582a2fa94b24a08efe
Author: Tao Zhou <tao.zh...@amd.com>
Date:   Tue Feb 21 15:25:01 2023 +0800

    drm/amdgpu: change default behavior of bad_page_threshold parameter
    
    Ignore ras umc bad page threshold by default, GPU initialization won't
    be stopped in this mode.
    
    v2: refine the description of bad_page_threshold.
    
    Signed-off-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 641bdcdab10e..f5ffca24def4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -924,7 +924,7 @@ module_param_named(reset_method, amdgpu_reset_method, int, 
0444);
  * result in the GPU entering bad status when the number of total
  * faulty pages by ECC exceeds the threshold value.
  */
-MODULE_PARM_DESC(bad_page_threshold, "Bad page threshold(-1 = auto(default 
value), 0 = disable bad page retirement, -2 = ignore bad page threshold)");
+MODULE_PARM_DESC(bad_page_threshold, "Bad page threshold(-1 = ignore threshold 
(default value), 0 = disable bad page retirement, -2 = driver sets threshold)");
 module_param_named(bad_page_threshold, amdgpu_bad_page_threshold, int, 0444);
 
 MODULE_PARM_DESC(num_kcq, "number of kernel compute queue user want to setup 
(8 if set to greater than 8 or less than 0, only affect gfx 8+)");
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
index 5c02c6c9f773..63dfcc98152d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -2196,11 +2196,12 @@ static void amdgpu_ras_validate_threshold(struct 
amdgpu_device *adev,
        /*
         * Justification of value bad_page_cnt_threshold in ras structure
         *
-        * Generally, -1 <= amdgpu_bad_page_threshold <= max record length
-        * in eeprom, and introduce two scenarios accordingly.
+        * Generally, 0 <= amdgpu_bad_page_threshold <= max record length
+        * in eeprom or amdgpu_bad_page_threshold == -2, introduce two
+        * scenarios accordingly.
         *
         * Bad page retirement enablement:
-        *    - If amdgpu_bad_page_threshold = -1,
+        *    - If amdgpu_bad_page_threshold = -2,
         *      bad_page_cnt_threshold = typical value by formula.
         *
         *    - When the value from user is 0 < amdgpu_bad_page_threshold <
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
index 2d9f3f4cd79e..9d370465b08d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
@@ -1191,8 +1191,8 @@ int amdgpu_ras_eeprom_init(struct 
amdgpu_ras_eeprom_control *control,
                } else {
                        dev_err(adev->dev, "RAS records:%d exceed threshold:%d",
                                control->ras_num_recs, 
ras->bad_page_cnt_threshold);
-                       if (amdgpu_bad_page_threshold == -2) {
-                               dev_warn(adev->dev, "GPU will be initialized 
due to bad_page_threshold = -2.");
+                       if (amdgpu_bad_page_threshold == -1) {
+                               dev_warn(adev->dev, "GPU will be initialized 
due to bad_page_threshold = -1.");
                                res = 0;
                        } else {
                                *exceed_err_limit = true;
commit 4d33e0f1340b3d08002ff8f9bcbf256cfdc4f3ba
Author: Tao Zhou <tao.zh...@amd.com>
Date:   Fri Feb 10 16:33:58 2023 +0800

    drm/amdgpu: exclude duplicate pages from UMC RAS UE count
    
    If a UMC bad page is reserved but not freed by an application, the
    application may trigger uncorrectable error repeatly by accessing the page.
    
    v2: add specific function to do the check.
    v3: remove duplicate pages, calculate new added bad page number.
    v4: reuse save_bad_pages to calculate new added bad page number.
    
    Signed-off-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
index 6e543558386d..5c02c6c9f773 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -176,7 +176,7 @@ static int amdgpu_reserve_page_direct(struct amdgpu_device 
*adev, uint64_t addre
        if (amdgpu_bad_page_threshold != 0) {
                amdgpu_ras_add_bad_pages(adev, err_data.err_addr,
                                         err_data.err_addr_cnt);
-               amdgpu_ras_save_bad_pages(adev);
+               amdgpu_ras_save_bad_pages(adev, NULL);
        }
 
        dev_warn(adev->dev, "WARNING: THIS IS ONLY FOR TEST PURPOSES AND WILL 
CORRUPT RAS EEPROM\n");
@@ -2084,22 +2084,32 @@ out:
 /*
  * write error record array to eeprom, the function should be
  * protected by recovery_lock
+ * new_cnt: new added UE count, excluding reserved bad pages, can be NULL
  */
-int amdgpu_ras_save_bad_pages(struct amdgpu_device *adev)
+int amdgpu_ras_save_bad_pages(struct amdgpu_device *adev,
+               unsigned long *new_cnt)
 {
        struct amdgpu_ras *con = amdgpu_ras_get_context(adev);
        struct ras_err_handler_data *data;
        struct amdgpu_ras_eeprom_control *control;
        int save_count;
 
-       if (!con || !con->eh_data)
+       if (!con || !con->eh_data) {
+               if (new_cnt)
+                       *new_cnt = 0;
+
                return 0;
+       }
 
        mutex_lock(&con->recovery_lock);
        control = &con->eeprom_control;
        data = con->eh_data;
        save_count = data->count - control->ras_num_recs;
        mutex_unlock(&con->recovery_lock);
+
+       if (new_cnt)
+               *new_cnt = save_count / adev->umc.retire_unit;
+
        /* only new entries are saved */
        if (save_count > 0) {
                if (amdgpu_ras_eeprom_append(control,
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
index f2ad999993f6..ef38f4c93df0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
@@ -547,7 +547,8 @@ int amdgpu_ras_query_error_count(struct amdgpu_device *adev,
 int amdgpu_ras_add_bad_pages(struct amdgpu_device *adev,
                struct eeprom_table_record *bps, int pages);
 
-int amdgpu_ras_save_bad_pages(struct amdgpu_device *adev);
+int amdgpu_ras_save_bad_pages(struct amdgpu_device *adev,
+               unsigned long *new_cnt);
 
 static inline enum ta_ras_block
 amdgpu_ras_block_to_ta(enum amdgpu_ras_block block) {
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
index 1c7fcb4f2380..1b8574bc4463 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
@@ -68,7 +68,7 @@ int amdgpu_umc_page_retirement_mca(struct amdgpu_device *adev,
        if (amdgpu_bad_page_threshold != 0) {
                amdgpu_ras_add_bad_pages(adev, err_data.err_addr,
                                                err_data.err_addr_cnt);
-               amdgpu_ras_save_bad_pages(adev);
+               amdgpu_ras_save_bad_pages(adev, NULL);
        }
 
 out:
@@ -147,7 +147,7 @@ static int amdgpu_umc_do_page_retirement(struct 
amdgpu_device *adev,
                        err_data->err_addr_cnt) {
                        amdgpu_ras_add_bad_pages(adev, err_data->err_addr,
                                                err_data->err_addr_cnt);
-                       amdgpu_ras_save_bad_pages(adev);
+                       amdgpu_ras_save_bad_pages(adev, &(err_data->ue_count));
 
                        amdgpu_dpm_send_hbm_bad_pages_num(adev, 
con->eeprom_control.ras_num_recs);
 
commit e69c785723ed88a930d332e13bc9140dce48f359
Author: Tao Zhou <tao.zh...@amd.com>
Date:   Fri Feb 17 11:16:10 2023 +0800

    drm/amdgpu: add umc retire unit element
    
    It records how many bad pages are retired in one uncorrectable error.
    
    Signed-off-by: Tao Zhou <tao.zh...@amd.com>
    Reviewed-by: Stanley.Yang <stanley.y...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h
index a6951160f13a..f2bf979af588 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h
@@ -74,6 +74,8 @@ struct amdgpu_umc {
 
        /* UMC regiser per channel offset */
        uint32_t channel_offs;
+       /* how many pages are retired in one UE */
+       uint32_t retire_unit;
        /* channel index table of interleaved memory */
        const uint32_t *channel_idx_tbl;
        struct ras_common_if *ras_if;
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
index 7db1f1a7e33c..ab2556ca984e 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
@@ -692,6 +692,7 @@ static void gmc_v10_0_set_umc_funcs(struct amdgpu_device 
*adev)
                adev->umc.channel_inst_num = UMC_V8_7_CHANNEL_INSTANCE_NUM;
                adev->umc.umc_inst_num = UMC_V8_7_UMC_INSTANCE_NUM;
                adev->umc.channel_offs = UMC_V8_7_PER_CHANNEL_OFFSET_SIENNA;
+               adev->umc.retire_unit = 1;
                adev->umc.channel_idx_tbl = &umc_v8_7_channel_idx_tbl[0][0];
                adev->umc.ras = &umc_v8_7_ras;
                break;
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
index 0a31a341aa43..85e0afc3d4f7 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
@@ -570,6 +570,7 @@ static void gmc_v11_0_set_umc_funcs(struct amdgpu_device 
*adev)
                adev->umc.node_inst_num = adev->gmc.num_umc;
                adev->umc.max_ras_err_cnt_per_query = 
UMC_V8_10_TOTAL_CHANNEL_NUM(adev);
                adev->umc.channel_offs = UMC_V8_10_PER_CHANNEL_OFFSET;
+               adev->umc.retire_unit = UMC_V8_10_NA_COL_2BITS_POWER_OF_2_NUM;
                if (adev->umc.node_inst_num == 4)
                        adev->umc.channel_idx_tbl = 
&umc_v8_10_channel_idx_tbl_ext0[0][0][0];
                else
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
index d65c6cea3445..b06170c00dfc 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
@@ -1288,6 +1288,7 @@ static void gmc_v9_0_set_umc_funcs(struct amdgpu_device 
*adev)
                adev->umc.channel_inst_num = UMC_V6_1_CHANNEL_INSTANCE_NUM;
                adev->umc.umc_inst_num = UMC_V6_1_UMC_INSTANCE_NUM;
                adev->umc.channel_offs = UMC_V6_1_PER_CHANNEL_OFFSET_VG20;
+               adev->umc.retire_unit = 1;
                adev->umc.channel_idx_tbl = &umc_v6_1_channel_idx_tbl[0][0];
                adev->umc.ras = &umc_v6_1_ras;
                break;
@@ -1296,6 +1297,7 @@ static void gmc_v9_0_set_umc_funcs(struct amdgpu_device 
*adev)
                adev->umc.channel_inst_num = UMC_V6_1_CHANNEL_INSTANCE_NUM;
                adev->umc.umc_inst_num = UMC_V6_1_UMC_INSTANCE_NUM;
                adev->umc.channel_offs = UMC_V6_1_PER_CHANNEL_OFFSET_ARCT;
+               adev->umc.retire_unit = 1;
                adev->umc.channel_idx_tbl = &umc_v6_1_channel_idx_tbl[0][0];
                adev->umc.ras = &umc_v6_1_ras;
                break;
@@ -1305,6 +1307,7 @@ static void gmc_v9_0_set_umc_funcs(struct amdgpu_device 
*adev)
                adev->umc.channel_inst_num = UMC_V6_7_CHANNEL_INSTANCE_NUM;
                adev->umc.umc_inst_num = UMC_V6_7_UMC_INSTANCE_NUM;
                adev->umc.channel_offs = UMC_V6_7_PER_CHANNEL_OFFSET;
+               adev->umc.retire_unit = (UMC_V6_7_NA_MAP_PA_NUM * 2);
                if (!adev->gmc.xgmi.connected_to_cpu)
                        adev->umc.ras = &umc_v6_7_ras;
                if (1 & adev->smuio.funcs->get_die_id(adev))
commit 6761c4bfee681c306bbe6599951e74826660be47
Author: Evan Quan <evan.q...@amd.com>
Date:   Tue Feb 21 15:21:19 2023 +0800

    drm/amd/pm: no pptable resetup on runpm exiting
    
    It is assumed the pptable used before runpm is same as
    the one used afterwards. Thus, we can reuse the stored
    copy and do not need to resetup the pptable again.
    
    Signed-off-by: Evan Quan <evan.q...@amd.com>
    Reviewed-by: Feifei Xu <feifei...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c 
b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
index 834d146c4991..0652b001ad54 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
@@ -1202,10 +1202,17 @@ static int smu_smc_hw_setup(struct smu_context *smu)
                return ret;
        }
 
-       ret = smu_setup_pptable(smu);
-       if (ret) {
-               dev_err(adev->dev, "Failed to setup pptable!\n");
-               return ret;
+       /*
+        * It is assumed the pptable used before runpm is same as
+        * the one used afterwards. Thus, we can reuse the stored
+        * copy and do not need to resetup the pptable again.
+        */
+       if (!adev->in_runpm) {
+               ret = smu_setup_pptable(smu);
+               if (ret) {
+                       dev_err(adev->dev, "Failed to setup pptable!\n");
+                       return ret;
+               }
        }
 
        /* smu_dump_pptable(smu); */
commit edddc6fd542ffbae680c2201bbf6763f1693db4f
Author: Evan Quan <evan.q...@amd.com>
Date:   Tue Feb 21 15:17:43 2023 +0800

    drm/amd/pm: correct the baco state setting for ArmD3 scenario
    
    The check for baco support relies on the correct baco state.
    
    Signed-off-by: Evan Quan <evan.q...@amd.com>
    Reviewed-by: Feifei Xu <feifei...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
index 78945e79dbee..66e9cb21497b 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
@@ -2229,10 +2229,23 @@ int smu_v13_0_gfx_ulv_control(struct smu_context *smu,
 int smu_v13_0_baco_set_armd3_sequence(struct smu_context *smu,
                                      enum smu_baco_seq baco_seq)
 {
-       return smu_cmn_send_smc_msg_with_param(smu,
-                                              SMU_MSG_ArmD3,
-                                              baco_seq,
-                                              NULL);
+       struct smu_baco_context *smu_baco = &smu->smu_baco;
+       int ret;
+
+       ret = smu_cmn_send_smc_msg_with_param(smu,
+                                             SMU_MSG_ArmD3,
+                                             baco_seq,
+                                             NULL);
+       if (ret)
+               return ret;
+
+       if (baco_seq == BACO_SEQ_BAMACO ||
+           baco_seq == BACO_SEQ_BACO)
+               smu_baco->state = SMU_BACO_STATE_ENTER;
+       else
+               smu_baco->state = SMU_BACO_STATE_EXIT;
+
+       return 0;
 }
 
 bool smu_v13_0_baco_is_support(struct smu_context *smu)
commit b299221faf9b62166413526be2438d21257f019e
Author: Marek Olšák <marek.ol...@amd.com>
Date:   Sun Jan 29 23:00:59 2023 -0500

    drm/amdgpu: add more fields into device info, caches sizes, etc.
    
    AMDGPU_IDS_FLAGS_CONFORMANT_TRUNC_COORD: important for conformance on gfx11
    Other fields are exposed from IP discovery.
    enabled_rb_pipes_mask_hi is added for future chips, currently 0.
    
    Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21403
    
    Signed-off-by: Marek Olšák <marek.ol...@amd.com>
    Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index bfb7ed254ee4..641bdcdab10e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -107,9 +107,12 @@
  * - 3.50.0 - Update AMDGPU_INFO_DEV_INFO IOCTL for minimum engine and memory 
clock
  *            Update AMDGPU_INFO_SENSOR IOCTL for PEAK_PSTATE engine and 
memory clock
  *   3.51.0 - Return the PCIe gen and lanes from the INFO ioctl
+ *   3.52.0 - Add AMDGPU_IDS_FLAGS_CONFORMANT_TRUNC_COORD, add device_info 
fields:
+ *            tcp_cache_size, num_sqc_per_wgp, sqc_data_cache_size, 
sqc_inst_cache_size,
+ *            gl1c_cache_size, gl2c_cache_size, mall_size, 
enabled_rb_pipes_mask_hi
  */
 #define KMS_DRIVER_MAJOR       3
-#define KMS_DRIVER_MINOR       51
+#define KMS_DRIVER_MINOR       52
 #define KMS_DRIVER_PATCHLEVEL  0
 
 unsigned int amdgpu_vram_limit = UINT_MAX;
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
index 86ec9d0d12c8..de9e7a00bb15 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
@@ -178,6 +178,8 @@ struct amdgpu_gfx_config {
        uint32_t num_sc_per_sh;
        uint32_t num_packer_per_sc;
        uint32_t pa_sc_tile_steering_override;
+       /* Whether texture coordinate truncation is conformant. */
+       bool ta_cntl2_truncate_coord_mode;
        uint64_t tcc_disabled_mask;
        uint32_t gc_num_tcp_per_sa;
        uint32_t gc_num_sdp_interface;
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
index ca945055e683..0efb38539d70 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
@@ -808,6 +808,8 @@ int amdgpu_info_ioctl(struct drm_device *dev, void *data, 
struct drm_file *filp)
                        dev_info->ids_flags |= AMDGPU_IDS_FLAGS_PREEMPTION;
                if (amdgpu_is_tmz(adev))
                        dev_info->ids_flags |= AMDGPU_IDS_FLAGS_TMZ;
+               if (adev->gfx.config.ta_cntl2_truncate_coord_mode)
+                       dev_info->ids_flags |= 
AMDGPU_IDS_FLAGS_CONFORMANT_TRUNC_COORD;
 
                vm_size = adev->vm_manager.max_pfn * AMDGPU_GPU_PAGE_SIZE;
                vm_size -= AMDGPU_VA_RESERVED_SIZE;
@@ -865,6 +867,15 @@ int amdgpu_info_ioctl(struct drm_device *dev, void *data, 
struct drm_file *filp)
                        adev->pm.pcie_mlw_mask & 
CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 ? 4 :
                        adev->pm.pcie_mlw_mask & 
CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 ? 2 : 1;
 
+               dev_info->tcp_cache_size = adev->gfx.config.gc_tcp_l1_size;
+               dev_info->num_sqc_per_wgp = adev->gfx.config.gc_num_sqc_per_wgp;
+               dev_info->sqc_data_cache_size = 
adev->gfx.config.gc_l1_data_cache_size_per_sqc;
+               dev_info->sqc_inst_cache_size = 
adev->gfx.config.gc_l1_instruction_cache_size_per_sqc;
+               dev_info->gl1c_cache_size = 
adev->gfx.config.gc_gl1c_size_per_instance *
+                                           adev->gfx.config.gc_gl1c_per_sa;
+               dev_info->gl2c_cache_size = adev->gfx.config.gc_gl2c_per_gpu;
+               dev_info->mall_size = adev->gmc.mall_size;
+
                ret = copy_to_user(out, dev_info,
                                   min((size_t)size, sizeof(*dev_info))) ? 
-EFAULT : 0;
                kfree(dev_info);
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index 417ab8d1eace..3bf697a80cf2 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -1659,6 +1659,11 @@ static void gfx_v11_0_constants_init(struct 
amdgpu_device *adev)
        gfx_v11_0_get_tcc_info(adev);
        adev->gfx.config.pa_sc_tile_steering_override = 0;
 
+       /* Set whether texture coordinate truncation is conformant. */
+       tmp = RREG32_SOC15(GC, 0, regTA_CNTL2);
+       adev->gfx.config.ta_cntl2_truncate_coord_mode =
+               REG_GET_FIELD(tmp, TA_CNTL2, TRUNCATE_COORD_MODE);
+
        /* XXX SH_MEM regs */
        /* where to put LDS, scratch, GPUVM in FSA64 space */
        mutex_lock(&adev->srbm_mutex);
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 973af6d06626..b6eb90df5d05 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -715,6 +715,7 @@ struct drm_amdgpu_cs_chunk_data {
 #define AMDGPU_IDS_FLAGS_FUSION         0x1
 #define AMDGPU_IDS_FLAGS_PREEMPTION     0x2
 #define AMDGPU_IDS_FLAGS_TMZ            0x4
+#define AMDGPU_IDS_FLAGS_CONFORMANT_TRUNC_COORD 0x8
 
 /* indicate if acceleration can be working */
 #define AMDGPU_INFO_ACCEL_WORKING              0x00
@@ -1115,6 +1116,16 @@ struct drm_amdgpu_info_device {
        __u64 tcc_disabled_mask;
        __u64 min_engine_clock;
        __u64 min_memory_clock;
+       /* The following fields are only set on gfx11+, older chips set 0. */
+       __u32 tcp_cache_size;       /* AKA GL0, VMEM cache */
+       __u32 num_sqc_per_wgp;
+       __u32 sqc_data_cache_size;  /* AKA SMEM cache */
+       __u32 sqc_inst_cache_size;
+       __u32 gl1c_cache_size;
+       __u32 gl2c_cache_size;
+       __u64 mall_size;            /* AKA infinity cache */
+       /* high 32 bits of the rb pipes mask */
+       __u32 enabled_rb_pipes_mask_hi;
 };
 
 struct drm_amdgpu_info_hw_ip {
commit 4fc8fff378b2f2039f2a666d9f8c570f4e58352c
Author: Qu Huang <qu.hu...@linux.dev>
Date:   Tue Feb 21 11:35:16 2023 +0000

    drm/amdkfd: Fix an illegal memory access
    
    In the kfd_wait_on_events() function, the kfd_event_waiter structure is
    allocated by alloc_event_waiters(), but the event field of the waiter
    structure is not initialized; When copy_from_user() fails in the
    kfd_wait_on_events() function, it will enter exception handling to
    release the previously allocated memory of the waiter structure;
    Due to the event field of the waiters structure being accessed
    in the free_waiters() function, this results in illegal memory access
    and system crash, here is the crash log:
    
    localhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0
    localhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082
    localhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 
00000000002c0000
    localhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: 
ffffe7088f6a21d0
    localhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: 
ffffaa53c362be64
    localhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 
0000000000000002
    localhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: 
ffff9e7ead15d698
    localhost kernel: FS:  0000152a3d111700(0000) GS:ffff9e855ee80000(0000) 
knlGS:0000000000000000
    localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    localhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 
00000000003506e0
    localhost kernel: Call Trace:
    localhost kernel: _raw_spin_lock_irqsave+0x30/0x40
    localhost kernel: remove_wait_queue+0x12/0x50
    localhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]
    localhost kernel: ? ftrace_graph_caller+0xa0/0xa0
    localhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]
    localhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]
    localhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]
    localhost kernel: ? ftrace_graph_caller+0xa0/0xa0
    localhost kernel: __x64_sys_ioctl+0x8e/0xd0
    localhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0
    localhost kernel: do_syscall_64+0x33/0x80
    localhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
    localhost kernel: RIP: 0033:0x152a4dff68d7
    
    Allocate the structure with kcalloc, and remove redundant 0-initialization
    and a redundant loop condition check.
    
    Signed-off-by: Qu Huang <qu.hu...@linux.dev>
    Signed-off-by: Felix Kuehling <felix.kuehl...@amd.com>
    Reviewed-by: Felix Kuehling <felix.kuehl...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_events.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_events.c
index 729d26d648af..2880ed96ac2e 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_events.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_events.c
@@ -778,16 +778,13 @@ static struct kfd_event_waiter 
*alloc_event_waiters(uint32_t num_events)
        struct kfd_event_waiter *event_waiters;
        uint32_t i;
 
-       event_waiters = kmalloc_array(num_events,
-                                       sizeof(struct kfd_event_waiter),
-                                       GFP_KERNEL);
+       event_waiters = kcalloc(num_events, sizeof(struct kfd_event_waiter),
+                               GFP_KERNEL);
        if (!event_waiters)
                return NULL;
 
-       for (i = 0; (event_waiters) && (i < num_events) ; i++) {
+       for (i = 0; i < num_events; i++)
                init_wait(&event_waiters[i].wait);
-               event_waiters[i].activated = false;
-       }
 
        return event_waiters;
 }
commit 6dcb38a19efaa71c95c017652177cecb5be4191d
Author: Jane Jian <jane.j...@amd.com>
Date:   Wed Feb 15 16:48:47 2023 +0800

    drm/amdgpu/vcn: set and use harvest config
    
    in early init to set harvest config if the vcn0/1 is disabled
    rather than hard-code the ring attributes as before did
    
    Signed-off-by: Jane Jian <jane.j...@amd.com>
    Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c 
b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
index 22a41766a8c7..213b43670f23 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
@@ -78,9 +78,18 @@ static void vcn_v4_0_set_ras_funcs(struct amdgpu_device 
*adev);
 static int vcn_v4_0_early_init(void *handle)
 {
        struct amdgpu_device *adev = (struct amdgpu_device *)handle;
+       struct amdgpu_ring *ring;
 
-       if (amdgpu_sriov_vf(adev))
+       if (amdgpu_sriov_vf(adev)) {
                adev->vcn.harvest_config = VCN_HARVEST_MMSCH;
+               for (int i = 0; i < adev->vcn.num_vcn_inst; ++i) {
+                       ring = &adev->vcn.inst[i].ring_enc[0];
+                       if (amdgpu_vcn_is_disabled_vcn(adev, VCN_ENCODE_RING, 
i)) {
+                               adev->vcn.harvest_config |= 1 << i;
+                               dev_info(adev->dev, "VCN%d is disabled by 
hypervisor\n", i);
+                       }
+               }
+       }
 
        /* re-use enc ring as unified ring */
        adev->vcn.num_enc_rings = 1;
@@ -238,16 +247,11 @@ static int vcn_v4_0_hw_init(void *handle)
                                continue;
 
                        ring = &adev->vcn.inst[i].ring_enc[0];
-                       if (amdgpu_vcn_is_disabled_vcn(adev, VCN_ENCODE_RING, 
i)) {
-                               ring->sched.ready = false;
-                               ring->no_scheduler = true;
-                               dev_info(adev->dev, "ring %s is disabled by 
hypervisor\n", ring->name);
-                       } else {
-                               ring->wptr = 0;
-                               ring->wptr_old = 0;
-                               vcn_v4_0_unified_ring_set_wptr(ring);
-                               ring->sched.ready = true;
-                       }
+                       ring->wptr = 0;
+                       ring->wptr_old = 0;
+                       vcn_v4_0_unified_ring_set_wptr(ring);
+                       ring->sched.ready = true;
+
                }
        } else {
                for (i = 0; i < adev->vcn.num_vcn_inst; ++i) {
commit ca47518663973083c513cd6b2801dcda0bfaaa99
Author: Mario Limonciello <mario.limoncie...@amd.com>
Date:   Mon Feb 13 15:10:30 2023 -0600

    drm/amd: Don't allow s0ix on APUs older than Raven
    
    APUs before Raven didn't support s0ix.  As we just relieved some
    of the safety checks for s0ix to improve power consumption on
    APUs that support it but that are missing BIOS support a new
    blind spot was introduced that a user could "try" to run s0ix.
    
    Plug this hole so that if users try to run s0ix on anything older
    than Raven it will just skip suspend of the GPU.
    
    Fixes: cf488dcd0ab7 ("drm/amd: Allow s0ix without BIOS support")
    Suggested-by: Alexander Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Mario Limonciello <mario.limoncie...@amd.com>
    Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
index 458362e4ea01..d4196fcb85a0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
@@ -1073,6 +1073,9 @@ bool amdgpu_acpi_is_s0ix_active(struct amdgpu_device 
*adev)
            (pm_suspend_target_state != PM_SUSPEND_TO_IDLE))
                return false;
 
+       if (adev->asic_type < CHIP_RAVEN)
+               return false;
+
        /*
         * If ACPI_FADT_LOW_POWER_S0 is not set in the FADT, it is generally
         * risky to do any special firmware-related preparations for entering
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 86fbb4138285..bfb7ed254ee4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -2414,8 +2414,10 @@ static int amdgpu_pmops_suspend(struct device *dev)
 
        if (amdgpu_acpi_is_s0ix_active(adev))
                adev->in_s0ix = true;
-       else
+       else if (amdgpu_acpi_is_s3_active(adev))
                adev->in_s3 = true;
+       if (!adev->in_s0ix && !adev->in_s3)
+               return 0;
        return amdgpu_device_suspend(drm_dev, true);
 }
 
@@ -2436,6 +2438,9 @@ static int amdgpu_pmops_resume(struct device *dev)
        struct amdgpu_device *adev = drm_to_adev(drm_dev);
        int r;
 
+       if (!adev->in_s0ix && !adev->in_s3)
+               return 0;
+
        /* Avoids registers access if device is physically gone */
        if (!pci_device_is_present(adev->pdev))
                adev->no_hw_access = true;
commit f9c35f4fffc6cb5bbb23f546f48c045aef012518
Author: Hawking Zhang <hawking.zh...@amd.com>
Date:   Mon Feb 20 09:06:53 2023 +0800

    drm/amdgpu: fix incorrect active rb bitmap for gfx11
    
    GFX v11 changes RB_BACKEND_DISABLE related registers
    from per SA to global ones. The approach to query active
    rb bitmap needs to be changed accordingly. Query per
    SE setting returns wrong active RB bitmap especially
    in the case when some of SA are disabled. With the new
    approach, driver will generate the active rb bitmap
    based on active SA bitmap and global active RB bitmap.
    
    Signed-off-by: Hawking Zhang <hawking.zh...@amd.com>
    Reviewed-by: Likun Gao <likun....@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index 8ad8a0bffcac..417ab8d1eace 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -1503,44 +1503,70 @@ static void gfx_v11_0_select_se_sh(struct amdgpu_device 
*adev, u32 se_num,
        WREG32_SOC15(GC, 0, regGRBM_GFX_INDEX, data);
 }
 
-static u32 gfx_v11_0_get_rb_active_bitmap(struct amdgpu_device *adev)
+static u32 gfx_v11_0_get_sa_active_bitmap(struct amdgpu_device *adev)
 {
-       u32 data, mask;
+       u32 gc_disabled_sa_mask, gc_user_disabled_sa_mask, sa_mask;
+
+       gc_disabled_sa_mask = RREG32_SOC15(GC, 0, regCC_GC_SA_UNIT_DISABLE);
+       gc_disabled_sa_mask = REG_GET_FIELD(gc_disabled_sa_mask,
+                                          CC_GC_SA_UNIT_DISABLE,
+                                          SA_DISABLE);
+       gc_user_disabled_sa_mask = RREG32_SOC15(GC, 0, 
regGC_USER_SA_UNIT_DISABLE);
+       gc_user_disabled_sa_mask = REG_GET_FIELD(gc_user_disabled_sa_mask,
+                                                GC_USER_SA_UNIT_DISABLE,
+                                                SA_DISABLE);
+       sa_mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_sh_per_se *
+                                           
adev->gfx.config.max_shader_engines);
 
-       data = RREG32_SOC15(GC, 0, regCC_RB_BACKEND_DISABLE);
-       data |= RREG32_SOC15(GC, 0, regGC_USER_RB_BACKEND_DISABLE);
+       return sa_mask & (~(gc_disabled_sa_mask | gc_user_disabled_sa_mask));
+}
 
-       data &= CC_RB_BACKEND_DISABLE__BACKEND_DISABLE_MASK;
-       data >>= GC_USER_RB_BACKEND_DISABLE__BACKEND_DISABLE__SHIFT;
+static u32 gfx_v11_0_get_rb_active_bitmap(struct amdgpu_device *adev)
+{
+       u32 gc_disabled_rb_mask, gc_user_disabled_rb_mask;
+       u32 rb_mask;
 
-       mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_backends_per_se /
-                                        adev->gfx.config.max_sh_per_se);
+       gc_disabled_rb_mask = RREG32_SOC15(GC, 0, regCC_RB_BACKEND_DISABLE);
+       gc_disabled_rb_mask = REG_GET_FIELD(gc_disabled_rb_mask,
+                                           CC_RB_BACKEND_DISABLE,
+                                           BACKEND_DISABLE);
+       gc_user_disabled_rb_mask = RREG32_SOC15(GC, 0, 
regGC_USER_RB_BACKEND_DISABLE);
+       gc_user_disabled_rb_mask = REG_GET_FIELD(gc_user_disabled_rb_mask,
+                                                GC_USER_RB_BACKEND_DISABLE,
+                                                BACKEND_DISABLE);
+       rb_mask = 
amdgpu_gfx_create_bitmask(adev->gfx.config.max_backends_per_se *
+                                           
adev->gfx.config.max_shader_engines);
 
-       return (~data) & mask;
+       return rb_mask & (~(gc_disabled_rb_mask | gc_user_disabled_rb_mask));
 }
 
 static void gfx_v11_0_setup_rb(struct amdgpu_device *adev)
 {
-       int i, j;
-       u32 data;
-       u32 active_rbs = 0;
-       u32 rb_bitmap_width_per_sh = adev->gfx.config.max_backends_per_se /
-                                       adev->gfx.config.max_sh_per_se;
+       u32 rb_bitmap_width_per_sa;
+       u32 max_sa;
+       u32 active_sa_bitmap;
+       u32 global_active_rb_bitmap;
+       u32 active_rb_bitmap = 0;
+       u32 i;
 
-       mutex_lock(&adev->grbm_idx_mutex);
-       for (i = 0; i < adev->gfx.config.max_shader_engines; i++) {
-               for (j = 0; j < adev->gfx.config.max_sh_per_se; j++) {
-                       gfx_v11_0_select_se_sh(adev, i, j, 0xffffffff);
-                       data = gfx_v11_0_get_rb_active_bitmap(adev);
-                       active_rbs |= data << ((i * 
adev->gfx.config.max_sh_per_se + j) *
-                                              rb_bitmap_width_per_sh);
-               }
+       /* query sa bitmap from SA_UNIT_DISABLE registers */
+       active_sa_bitmap = gfx_v11_0_get_sa_active_bitmap(adev);
+       /* query rb bitmap from RB_BACKEND_DISABLE registers */
+       global_active_rb_bitmap = gfx_v11_0_get_rb_active_bitmap(adev);
+
+       /* generate active rb bitmap according to active sa bitmap */
+       max_sa = adev->gfx.config.max_shader_engines *
+                adev->gfx.config.max_sh_per_se;
+       rb_bitmap_width_per_sa = adev->gfx.config.max_backends_per_se /
+                                adev->gfx.config.max_sh_per_se;
+       for (i = 0; i < max_sa; i++) {
+               if (active_sa_bitmap & (1 << i))
+                       active_rb_bitmap |= (0x3 << (i * 
rb_bitmap_width_per_sa));
        }
-       gfx_v11_0_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff);
-       mutex_unlock(&adev->grbm_idx_mutex);
 
-       adev->gfx.config.backend_enable_mask = active_rbs;
-       adev->gfx.config.num_rbs = hweight32(active_rbs);
+       active_rb_bitmap |= global_active_rb_bitmap;
+       adev->gfx.config.backend_enable_mask = active_rb_bitmap;
+       adev->gfx.config.num_rbs = hweight32(active_rb_bitmap);
 }
 
 #define DEFAULT_SH_MEM_BASES   (0x6000)
commit 2866cc09617991cb4f9f36fbebdbba966fe5a21a
Author: Shane Xiao <shane.x...@amd.com>
Date:   Sat Feb 18 11:58:45 2023 +0800

    drm/amdgpu: optimize VRAM allocation when using drm buddy
    
    Since the VRAM manager changed from drm mm to drm buddy. It's
    not necessary to allocate 2MB aligned VRAM for more than 2MB
    unaligned size, and then do trim. This method improves the
    allocation efficiency and reduces memory fragmentation.
    
    v2: Correct the remainder operation
    
    Signed-off-by: Shane Xiao <shane.x...@amd.com>
    Reviewed-by: Arunpravin Paneer Selvam <arunpravin.paneersel...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
index 9fa1d814508a..43d6a9d6a538 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
@@ -453,7 +453,8 @@ static int amdgpu_vram_mgr_new(struct ttm_resource_manager 
*man,
                /* Limit maximum size to 2GiB due to SG table limitations */
                size = min(remaining_size, 2ULL << 30);
 
-               if (size >= (u64)pages_per_block << PAGE_SHIFT)
+               if ((size >= (u64)pages_per_block << PAGE_SHIFT) &&
+                               !(size & (((u64)pages_per_block << PAGE_SHIFT) 
- 1)))
                        min_block_size = (u64)pages_per_block << PAGE_SHIFT;
 
                cur_size = size;
commit c105518679b6e87232874ffc989ec403bee59664
Author: Shane Xiao <shane.x...@amd.com>
Date:   Wed Feb 15 13:23:44 2023 +0800

    drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system
    
    Since VRAM manager is changed from drm mm to drm buddy, the
    TOP_DOWN flag should not be set by default in the large bar system.
    Removing this flag helps improve drm buddy allocator efficiency and
    reduce the risk of splitting higher order block into lower order.
    
    Signed-off-by: Shane Xiao <shane.x...@amd.com>
    Reviewed-by: Christian K�nig <christian.koe...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index 981010de0a28..e3e1ed4314dd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@ -139,7 +139,7 @@ void amdgpu_bo_placement_from_domain(struct amdgpu_bo *abo, 
u32 domain)
 
                if (flags & AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED)
                        places[c].lpfn = visible_pfn;
-               else
+               else if (adev->gmc.real_vram_size != 
adev->gmc.visible_vram_size)
                        places[c].flags |= TTM_PL_FLAG_TOPDOWN;
 
                if (flags & AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS)
commit 455ad25997ba6e6b4c5fb9b4f3cd54ec415df969
Author: Harry Wentland <harry.wentl...@amd.com>
Date:   Mon Feb 13 13:17:16 2023 -0500

    drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpu
    
    Keeps this selection with the rest of the DRM HELPER
    selection.
    
    Signed-off-by: Harry Wentland <harry.wentl...@amd.com>
    Reviewed-by: Rodrigo Siqueira <rodrigo.sique...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig 
b/drivers/gpu/drm/amd/amdgpu/Kconfig
index 5341b6b242c3..a82d36ea88e2 100644
--- a/drivers/gpu/drm/amd/amdgpu/Kconfig
+++ b/drivers/gpu/drm/amd/amdgpu/Kconfig
@@ -6,6 +6,7 @@ config DRM_AMDGPU
        select FW_LOADER
        select DRM_DISPLAY_DP_HELPER
        select DRM_DISPLAY_HDMI_HELPER
+       select DRM_DISPLAY_HDCP_HELPER
        select DRM_DISPLAY_HELPER
        select DRM_KMS_HELPER
        select DRM_SCHED
diff --git a/drivers/gpu/drm/amd/display/Kconfig 
b/drivers/gpu/drm/amd/display/Kconfig
index 2efe93f74f84..0c9bd0a53e60 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -28,7 +28,6 @@ config DRM_AMD_DC_DCN
 config DRM_AMD_DC_HDCP
        bool "Enable HDCP support in DC"
        depends on DRM_AMD_DC
-       select DRM_DISPLAY_HDCP_HELPER
        help
          Choose this option if you want to support HDCP authentication.
 
commit 6d9b6dceaa513c19a968c523f4d68477a33a98c9
Author: Hamza Mahfooz <hamza.mahf...@amd.com>
Date:   Tue Feb 14 13:51:08 2023 -0500

    drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()
    
    Since, hot plugging eDP displays isn't supported, it is sufficient for
    us to warn about the lack of a connected display once. So, use ASSERT()
    in dce110_edp_wait_for_hpd_ready() instead of DC_LOG_WARNING().
    
    Reviewed-by: Harry Wentland <harry.wentl...@amd.com>
    Signed-off-by: Hamza Mahfooz <hamza.mahf...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 
b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index fb3fd5b7c78b..0d4d3d586166 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -779,10 +779,8 @@ void dce110_edp_wait_for_hpd_ready(
 
        dal_gpio_destroy_irq(&hpd);
 
-       if (false == edp_hpd_high) {
-               DC_LOG_WARNING(
-                               "%s: wait timed out!\n", __func__);
-       }
+       /* ensure that the panel is detected */
+       ASSERT(edp_hpd_high);
 }
 
 void dce110_edp_power_control(
commit d9e1e14f42337ea11b2dfc0bab99485a8f7fa210
Author: Kenneth Feng <kenneth.f...@amd.com>
Date:   Wed Feb 15 14:42:08 2023 +0800

    drm/amd/pm: re-enable ac/dc on smu_v13_0_0/10
    
    re-enable ac/dc on smu_v13_0_0/10
    
    Signed-off-by: Kenneth Feng <kenneth.f...@amd.com>
    Reviewed-by: Yang Wang <kevinyang.w...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
index 7c906ab3ddd2..923a9fb3c887 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
@@ -147,6 +147,7 @@ static struct cmn2asic_msg_mapping 
smu_v13_0_0_message_map[SMU_MSG_MAX_COUNT] =
                            PPSMC_MSG_SetBadMemoryPagesRetiredFlagsPerChannel,  
 0),
        MSG_MAP(AllowGpo,                       PPSMC_MSG_SetGpoAllow,          
 0),
        MSG_MAP(AllowIHHostInterrupt,           PPSMC_MSG_AllowIHHostInterrupt, 
      0),
+       MSG_MAP(ReenableAcDcInterrupt,          
PPSMC_MSG_ReenableAcDcInterrupt,       0),
 };
 
 static struct cmn2asic_mapping smu_v13_0_0_clk_map[SMU_CLK_COUNT] = {
commit 08c6ab7fb4d98694df5a9954a42a365cc538f9b0
Author: Jesse Zhang <jesse.zh...@amd.com>
Date:   Thu Feb 16 14:11:33 2023 +0800

    drm/amdgpu: add tmz support for GC 10.3.6
    
    this patch to add tmz support for GC 10.3.6
    
    Signed-off-by: Jesse Zhang <jesse.zh...@amd.com>
    Reviewed-by: Yifan Zhang <yifan1.zh...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index 94f10ac0eef7..12a6826caef4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -552,6 +552,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
        case IP_VERSION(10, 3, 2):
        case IP_VERSION(10, 3, 4):
        case IP_VERSION(10, 3, 5):
+       case IP_VERSION(10, 3, 6):
        /* VANGOGH */
        case IP_VERSION(10, 3, 1):
        /* YELLOW_CARP*/
commit 2e2b9baf008ec795fe750a48b42e787cf31486df
Author: Ruili Ji <ruili...@amd.com>
Date:   Mon Feb 6 18:35:50 2023 +0800

    drm/amdkfd: To fix sdma page fault issue for GC 11
    
    For the MQD memory, KMD would always allocate 4K memory,
    and mes scheduler would write to the end of MQD for unmap flag.
    
    Signed-off-by: Ruili Ji <ruili...@amd.com>
    Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
index c06ada0844ba..7a95698d83f7 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
@@ -2373,7 +2373,7 @@ struct device_queue_manager 
*device_queue_manager_init(struct kfd_dev *dev)
        if (init_mqd_managers(dqm))
                goto out_free;
 
-       if (allocate_hiq_sdma_mqd(dqm)) {
+       if (!dev->shared_resources.enable_mes && allocate_hiq_sdma_mqd(dqm)) {
                pr_err("Failed to allocate hiq sdma mqd trunk buffer\n");
                goto out_free;
        }
@@ -2397,7 +2397,8 @@ static void deallocate_hiq_sdma_mqd(struct kfd_dev *dev,
 void device_queue_manager_uninit(struct device_queue_manager *dqm)
 {
        dqm->ops.uninitialize(dqm);
-       deallocate_hiq_sdma_mqd(dqm->dev, &dqm->hiq_sdma_mqd);
+       if (!dqm->dev->shared_resources.enable_mes)
+               deallocate_hiq_sdma_mqd(dqm->dev, &dqm->hiq_sdma_mqd);
        kfree(dqm);
 }
 
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
index 4f6390f3236e..4a9af800b1f1 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
@@ -308,11 +308,16 @@ static void init_mqd_sdma(struct mqd_manager *mm, void 
**mqd,
                struct queue_properties *q)
 {
        struct v11_sdma_mqd *m;
+       int size;
 
        m = (struct v11_sdma_mqd *) mqd_mem_obj->cpu_ptr;
 
-       memset(m, 0, sizeof(struct v11_sdma_mqd));
+       if (mm->dev->shared_resources.enable_mes)
+               size = PAGE_SIZE;
+       else
+               size = sizeof(struct v11_sdma_mqd);
 
+       memset(m, 0, size);
        *mqd = m;
        if (gart_addr)
                *gart_addr = mqd_mem_obj->gpu_addr;
@@ -443,6 +448,14 @@ struct mqd_manager *mqd_manager_init_v11(enum KFD_MQD_TYPE 
type,
 #if defined(CONFIG_DEBUG_FS)
                mqd->debugfs_show_mqd = debugfs_show_mqd_sdma;
 #endif
+               /*
+                * To allocate SDMA MQDs by generic functions
+                * when MES is enabled.
+                */
+               if (dev->shared_resources.enable_mes) {
+                       mqd->allocate_mqd = allocate_mqd;
+                       mqd->free_mqd = kfd_free_mqd_cp;
+               }
                pr_debug("%s@%i\n", __func__, __LINE__);
                break;
        default:
commit 5d2fdb255c52989e95704b5556dbf0ad833bddd2
Merge: 85636167e320 0b93efca3659
Author: Jani Nikula <jani.nik...@intel.com>
Date:   Thu Feb 23 14:05:43 2023 +0200

    Merge tag 'gvt-next-fixes-2023-02-23' of https://github.com/intel/gvt-linux 
into drm-intel-next-fixes
    
    gvt-next-fixes-2023-02-23
    
    - use debugfs attribute for gvt debugfs entries (Deepak R Varma)
    - fix memory leak in vgpu destroy for debugfs_lookup() then remove (Greg KH)
    - fix DRM_I915_GVT kconfig symbol to unbreak menu presentation (Randy 
Dunlap)
    - fix typos (Deepak R Varma, Colin Ian King)
    
    Signed-off-by: Jani Nikula <jani.nik...@intel.com>
    From: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/Y/co4cy10KM1/2uX@debian-scheme

commit 85636167e3206c3fbd52254fc432991cc4e90194
Author: John Harrison <john.c.harri...@intel.com>
Date:   Wed Feb 15 17:11:01 2023 -0800

    drm/i915: Don't use BAR mappings for ring buffers with LLC
    
    Direction from hardware is that ring buffers should never be mapped
    via the BAR on systems with LLC. There are too many caching pitfalls
    due to the way BAR accesses are routed. So it is safest to just not
    use it.
    
    Signed-off-by: John Harrison <john.c.harri...@intel.com>
    Fixes: 9d80841ea4c9 ("drm/i915: Allow ringbuffers to be bound anywhere")
    Cc: Chris Wilson <ch...@chris-wilson.co.uk>
    Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
    Cc: Jani Nikula <jani.nik...@linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.v...@intel.com>
    Cc: Tvrtko Ursulin <tvrtko.ursu...@linux.intel.com>
    Cc: intel-...@lists.freedesktop.org
    Cc: <sta...@vger.kernel.org> # v4.9+
    Tested-by: Jouni Högander <jouni.hogan...@intel.com>
    Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230216011101.1909009-3-john.c.harri...@intel.com
    (cherry picked from commit 65c08339db1ada87afd6cfe7db8e60bb4851d919)
    Signed-off-by: Jani Nikula <jani.nik...@intel.com>

diff --git a/drivers/gpu/drm/i915/gt/intel_ring.c 
b/drivers/gpu/drm/i915/gt/intel_ring.c
index fb1d2595392e..fb99143be98e 100644
--- a/drivers/gpu/drm/i915/gt/intel_ring.c
+++ b/drivers/gpu/drm/i915/gt/intel_ring.c
@@ -53,7 +53,7 @@ int intel_ring_pin(struct intel_ring *ring, struct 
i915_gem_ww_ctx *ww)
        if (unlikely(ret))
                goto err_unpin;
 
-       if (i915_vma_is_map_and_fenceable(vma)) {
+       if (i915_vma_is_map_and_fenceable(vma) && !HAS_LLC(vma->vm->i915)) {
                addr = (void __force *)i915_vma_pin_iomap(vma);
        } else {
                int type = i915_coherent_map_type(vma->vm->i915, vma->obj, 
false);
@@ -98,7 +98,7 @@ void intel_ring_unpin(struct intel_ring *ring)
                return;
 
        i915_vma_unset_ggtt_write(vma);
-       if (i915_vma_is_map_and_fenceable(vma))
+       if (i915_vma_is_map_and_fenceable(vma) && !HAS_LLC(vma->vm->i915))
                i915_vma_unpin_iomap(vma);
        else
                i915_gem_object_unpin_map(vma->obj);
commit 690e0ec8e63da9a29b39fedc6ed5da09c7c82651
Author: John Harrison <john.c.harri...@intel.com>
Date:   Wed Feb 15 17:11:00 2023 -0800

    drm/i915: Don't use stolen memory for ring buffers with LLC
    
    Direction from hardware is that stolen memory should never be used for
    ring buffer allocations on platforms with LLC. There are too many
    caching pitfalls due to the way stolen memory accesses are routed. So
    it is safest to just not use it.
    
    Signed-off-by: John Harrison <john.c.harri...@intel.com>
    Fixes: c58b735fc762 ("drm/i915: Allocate rings from stolen")
    Cc: Chris Wilson <ch...@chris-wilson.co.uk>
    Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
    Cc: Jani Nikula <jani.nik...@linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.v...@intel.com>
    Cc: Tvrtko Ursulin <tvrtko.ursu...@linux.intel.com>
    Cc: intel-...@lists.freedesktop.org
    Cc: <sta...@vger.kernel.org> # v4.9+
    Tested-by: Jouni Högander <jouni.hogan...@intel.com>
    Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230216011101.1909009-2-john.c.harri...@intel.com
    (cherry picked from commit f54c1f6c697c4297f7ed94283c184acc338a5cf8)
    Signed-off-by: Jani Nikula <jani.nik...@intel.com>

diff --git a/drivers/gpu/drm/i915/gt/intel_ring.c 
b/drivers/gpu/drm/i915/gt/intel_ring.c
index 15ec64d881c4..fb1d2595392e 100644
--- a/drivers/gpu/drm/i915/gt/intel_ring.c
+++ b/drivers/gpu/drm/i915/gt/intel_ring.c
@@ -116,7 +116,7 @@ static struct i915_vma *create_ring_vma(struct i915_ggtt 
*ggtt, int size)
 
        obj = i915_gem_object_create_lmem(i915, size, I915_BO_ALLOC_VOLATILE |
                                          I915_BO_ALLOC_PM_VOLATILE);
-       if (IS_ERR(obj) && i915_ggtt_has_aperture(ggtt))
+       if (IS_ERR(obj) && i915_ggtt_has_aperture(ggtt) && !HAS_LLC(i915))
                obj = i915_gem_object_create_stolen(i915, size);
        if (IS_ERR(obj))
                obj = i915_gem_object_create_internal(i915, size);
commit 5e438bf7f9a1705ebcae5fa89cdbfbc6932a7871
Author: Mavroudis Chatzilaridis <mavch...@protonmail.com>
Date:   Wed Feb 1 18:51:25 2023 +0000

    drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
    
    This laptop uses inverted backlight PWM. Thus, without this quirk,
    backlight brightness decreases as the brightness value increases and
    vice versa.
    
    Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8013
    Cc: sta...@vger.kernel.org
    Signed-off-by: Mavroudis Chatzilaridis <mavch...@protonmail.com>
    Reviewed-by: Jani Nikula <jani.nik...@intel.com>
    Signed-off-by: Jani Nikula <jani.nik...@intel.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230201184947.8835-1-mavch...@protonmail.com
    (cherry picked from commit 83e7d6fd330d413cb2064e680ffea91b0512a520)

diff --git a/drivers/gpu/drm/i915/display/intel_quirks.c 
b/drivers/gpu/drm/i915/display/intel_quirks.c
index 6e48d3bcdfec..a280448df771 100644
--- a/drivers/gpu/drm/i915/display/intel_quirks.c
+++ b/drivers/gpu/drm/i915/display/intel_quirks.c
@@ -199,6 +199,8 @@ static struct intel_quirk intel_quirks[] = {
        /* ECS Liva Q2 */
        { 0x3185, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
        { 0x3184, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
+       /* HP Notebook - 14-r206nv */
+       { 0x0f31, 0x103c, 0x220f, quirk_invert_brightness },
 };
 
 void intel_init_quirks(struct drm_i915_private *i915)
commit 33c25354939099b76ecb6c82d1c7c50400fbcca6
Author: Matt Roper <matthew.d.ro...@intel.com>
Date:   Mon Feb 13 16:19:06 2023 -0800

    drm/i915/xelpmp: Consider GSI offset when doing MCR lookups
    
    MCR range tables use the final MMIO offset of a register (including the
    0x380000 GSI offset when applicable).  Since the i915_mcr_reg_t passed
    as a parameter during steering lookup does not include the GSI offset,
    we need to add it back in for GSI registers before searching the tables.
    
    Fixes: a7ec65fc7e83 ("drm/i915/xelpmp: Add multicast steering for media GT")
    Signed-off-by: Matt Roper <matthew.d.ro...@intel.com>
    Reviewed-by: Radhakrishna Sripada <radhakrishna.srip...@intel.com>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230214001906.1477370-1-matthew.d.ro...@intel.com
    (cherry picked from commit d6683bbe70d4cdbf3da6acecf7d569cc6f0b4382)
    Signed-off-by: Jani Nikula <jani.nik...@intel.com>

diff --git a/drivers/gpu/drm/i915/gt/intel_gt_mcr.c 
b/drivers/gpu/drm/i915/gt/intel_gt_mcr.c
index 169393a7ad88..3bb1c701d5ff 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt_mcr.c
+++ b/drivers/gpu/drm/i915/gt/intel_gt_mcr.c
@@ -559,12 +559,15 @@ static bool reg_needs_read_steering(struct intel_gt *gt,
                                    i915_mcr_reg_t reg,
                                    enum intel_steering_type type)
 {
-       const u32 offset = i915_mmio_reg_offset(reg);
+       u32 offset = i915_mmio_reg_offset(reg);
        const struct intel_mmio_range *entry;
 
        if (likely(!gt->steering_table[type]))
                return false;
 
+       if (IS_GSI_REG(offset))
+               offset += gt->uncore->gsi_offset;
+
        for (entry = gt->steering_table[type]; entry->end; entry++) {
                if (offset >= entry->start && offset <= entry->end)
                        return true;
commit 0b93efca3659f6d55ed31cff6722dca5f6e4d6e2
Author: Randy Dunlap <rdun...@infradead.org>
Date:   Tue Feb 14 20:45:33 2023 -0800

    drm/i915: move a Kconfig symbol to unbreak the menu presentation
    
    Inserting a Kconfig symbol that does not have a dependency (DRM_I915_GVT)
    into a list of other symbols that do have a dependency (on DRM_I915)
    breaks the driver menu presentation in 'make *config'.
    
    Relocate the DRM_I915_GVT symbol so that it does not cause this
    problem.
    
    Fixes: 8b750bf74418 ("drm/i915/gvt: move the gvt code into kvmgt.ko")
    Signed-off-by: Randy Dunlap <rdun...@infradead.org>
    Cc: Christoph Hellwig <h...@lst.de>
    Cc: Zhi Wang <zhi.a.w...@intel.com>
    Cc: Jani Nikula <jani.nik...@linux.intel.com>
    Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.v...@intel.com>
    Cc: Tvrtko Ursulin <tvrtko.ursu...@linux.intel.com>
    Cc: Zhenyu Wang <zhen...@linux.intel.com>
    Cc: intel-...@lists.freedesktop.org
    Cc: intel-gvt-...@lists.freedesktop.org
    Cc: dri-de...@lists.freedesktop.org
    Reviewed-by: Christoph Hellwig <h...@lst.de>
    Acked-by: Zhenyu Wang <zhen...@linux.intel.com>
    Signed-off-by: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
http://patchwork.freedesktop.org/patch/msgid/20230215044533.4847-1-rdun...@infradead.org

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 9c0990c0ec87..98e29c92b342 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -118,9 +118,6 @@ config DRM_I915_USERPTR
 
          If in doubt, say "Y".
 
-config DRM_I915_GVT
-       bool
-
 config DRM_I915_GVT_KVMGT
        tristate "Enable KVM host support Intel GVT-g graphics virtualization"
        depends on DRM_I915
@@ -171,3 +168,6 @@ menu "drm/i915 Unstable Evolution"
        depends on DRM_I915
        source "drivers/gpu/drm/i915/Kconfig.unstable"
 endmenu
+
+config DRM_I915_GVT
+       bool
commit 9203a648c951af31b11823056c18b7981135524d
Author: Colin Ian King <colin.i.k...@gmail.com>
Date:   Thu Feb 2 12:50:18 2023 +0000

    i915/gvt: Fix spelling mistake "vender" -> "vendor"
    
    There is a spelling mistake in a literal string. Fix it.
    
    Signed-off-by: Colin Ian King <colin.i.k...@gmail.com>
    Acked-by: Zhenyu Wang <zhen...@linux.intel.com>
    Signed-off-by: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
http://patchwork.freedesktop.org/patch/msgid/20230202125018.285523-1-colin.i.k...@gmail.com

diff --git a/drivers/gpu/drm/i915/gvt/firmware.c 
b/drivers/gpu/drm/i915/gvt/firmware.c
index a683c22d5b64..9b4b50fa0124 100644
--- a/drivers/gpu/drm/i915/gvt/firmware.c
+++ b/drivers/gpu/drm/i915/gvt/firmware.c
@@ -171,7 +171,7 @@ static int verify_firmware(struct intel_gvt *gvt,
        mem = (fw->data + h->cfg_space_offset);
 
        id = *(u16 *)(mem + PCI_VENDOR_ID);
-       VERIFY("vender id", id, pdev->vendor);
+       VERIFY("vendor id", id, pdev->vendor);
 
        id = *(u16 *)(mem + PCI_DEVICE_ID);
        VERIFY("device id", id, pdev->device);
commit d989bf543d8aea77c90a3eb8d2e30f9304570810
Author: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Date:   Thu Feb 2 15:13:09 2023 +0100

    i915: fix memory leak with using debugfs_lookup()
    
    When calling debugfs_lookup() the result must have dput() called on it,
    otherwise the memory will leak over time.  To make things simpler, just
    call debugfs_lookup_and_remove() instead which handles all of the logic
    at once.
    
    Cc: Zhenyu Wang <zhen...@linux.intel.com>
    Cc: Zhi Wang <zhi.a.w...@intel.com>
    Cc: Jani Nikula <jani.nik...@linux.intel.com>
    Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.v...@intel.com>
    Cc: Tvrtko Ursulin <tvrtko.ursu...@linux.intel.com>
    Cc: David Airlie <airl...@gmail.com>
    Cc: Daniel Vetter <dan...@ffwll.ch>
    Cc: intel-gvt-...@lists.freedesktop.org
    Cc: intel-...@lists.freedesktop.org
    Cc: dri-de...@lists.freedesktop.org
    Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
    Reviewed-by: Rodrigo Vivi <rodrigo.v...@intel.com>
    Reviewed-by: Zhenyu Wang <zhen...@linux.intel.com>
    Signed-off-by: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
http://patchwork.freedesktop.org/patch/msgid/20230202141309.2293834-1-gre...@linuxfoundation.org

diff --git a/drivers/gpu/drm/i915/gvt/kvmgt.c b/drivers/gpu/drm/i915/gvt/kvmgt.c
index 8ae7039b3683..de675d799c7d 100644
--- a/drivers/gpu/drm/i915/gvt/kvmgt.c
+++ b/drivers/gpu/drm/i915/gvt/kvmgt.c
@@ -699,7 +699,7 @@ static void intel_vgpu_close_device(struct vfio_device 
*vfio_dev)
 
        clear_bit(INTEL_VGPU_STATUS_ATTACHED, vgpu->status);
 
-       debugfs_remove(debugfs_lookup(KVMGT_DEBUGFS_FILENAME, vgpu->debugfs));
+       debugfs_lookup_and_remove(KVMGT_DEBUGFS_FILENAME, vgpu->debugfs);
 
        kvm_page_track_unregister_notifier(vgpu->vfio_device.kvm,
                                           &vgpu->track_node);
commit dd62071ff792cd4c2134b1211ba85efc6cd73ce3
Author: Deepak R Varma <d...@mailo.com>
Date:   Sat Jan 14 21:12:39 2023 +0530

    drm/i915/gvt: Remove extra semicolon
    
    Remove the extra semicolon at end. Issue identified using
    semicolon.cocci Coccinelle semantic patch.
    
    Signed-off-by: Deepak R Varma <d...@mailo.com>
    Signed-off-by: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
http://patchwork.freedesktop.org/patch/msgid/Y8LNbzgTf/1kYJX/@ubun2204.myguest.virtualbox.org
    Reviewed-by: Zhenyu Wang <zhen...@linux.intel.com>

diff --git a/drivers/gpu/drm/i915/gvt/vgpu.c b/drivers/gpu/drm/i915/gvt/vgpu.c
index a5497440484f..08ad1bd651f1 100644
--- a/drivers/gpu/drm/i915/gvt/vgpu.c
+++ b/drivers/gpu/drm/i915/gvt/vgpu.c
@@ -323,7 +323,7 @@ int intel_gvt_create_vgpu(struct intel_vgpu *vgpu,
        ret = idr_alloc(&gvt->vgpu_idr, vgpu, IDLE_VGPU_IDR + 1, GVT_MAX_VGPU,
                GFP_KERNEL);
        if (ret < 0)
-               goto out_unlock;;
+               goto out_unlock;
 
        vgpu->id = ret;
        vgpu->sched_ctl.weight = conf->weight;
commit 84edc94edb25caf8bcd5f4744bf24b82c6b805df
Author: Deepak R Varma <d...@mailo.com>
Date:   Thu Jan 19 01:53:07 2023 +0530

    drm/i915/gvt: Avoid full proxy f_ops for debugfs attributes
    
    Using DEFINE_SIMPLE_ATTRIBUTE macro with the debugfs_create_file()
    function adds the overhead of introducing a proxy file operation
    functions to wrap the original read/write inside file removal protection
    functions. This adds significant overhead in terms of introducing and
    managing the proxy factory file operations structure and function
    wrapping at runtime.
    As a replacement, a combination of DEFINE_DEBUGFS_ATTRIBUTE macro paired
    with debugfs_create_file_unsafe() is suggested to be used instead.  The
    DEFINE_DEBUGFS_ATTRIBUTE utilises debugfs_file_get() and
    debugfs_file_put() wrappers to protect the original read and write
    function calls for the debug attributes. There is no need for any
    runtime proxy file operations to be managed by the debugfs core.
    Following coccicheck make command helped identify this change:
    
    make coccicheck M=drivers/gpu/drm/i915/ MODE=patch 
COCCI=./scripts/coccinelle/api/debugfs/debugfs_simple_attr.cocci
    
    Signed-off-by: Deepak R Varma <d...@mailo.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.v...@intel.com>
    Acked-by: Zhenyu Wang <zhen...@linux.intel.com>
    Signed-off-by: Zhenyu Wang <zhen...@linux.intel.com>
    Link: 
http://patchwork.freedesktop.org/patch/msgid/y8hvk6wuqm50i...@ubun2204.myguest.virtualbox.org

diff --git a/drivers/gpu/drm/i915/gvt/debugfs.c 
b/drivers/gpu/drm/i915/gvt/debugfs.c
index 0616b73175f3..baccbf1761b7 100644
--- a/drivers/gpu/drm/i915/gvt/debugfs.c
+++ b/drivers/gpu/drm/i915/gvt/debugfs.c
@@ -147,9 +147,9 @@ vgpu_scan_nonprivbb_set(void *data, u64 val)
        return 0;
 }
 
-DEFINE_SIMPLE_ATTRIBUTE(vgpu_scan_nonprivbb_fops,
-                       vgpu_scan_nonprivbb_get, vgpu_scan_nonprivbb_set,
-                       "0x%llx\n");
+DEFINE_DEBUGFS_ATTRIBUTE(vgpu_scan_nonprivbb_fops,
+                        vgpu_scan_nonprivbb_get, vgpu_scan_nonprivbb_set,
+                        "0x%llx\n");
 
 static int vgpu_status_get(void *data, u64 *val)
 {
@@ -165,7 +165,7 @@ static int vgpu_status_get(void *data, u64 *val)
        return 0;
 }
 
-DEFINE_SIMPLE_ATTRIBUTE(vgpu_status_fops, vgpu_status_get, NULL, "0x%llx\n");
+DEFINE_DEBUGFS_ATTRIBUTE(vgpu_status_fops, vgpu_status_get, NULL, "0x%llx\n");
 
 /**
  * intel_gvt_debugfs_add_vgpu - register debugfs entries for a vGPU
@@ -180,10 +180,10 @@ void intel_gvt_debugfs_add_vgpu(struct intel_vgpu *vgpu)
 
        debugfs_create_file("mmio_diff", 0444, vgpu->debugfs, vgpu,
                            &vgpu_mmio_diff_fops);
-       debugfs_create_file("scan_nonprivbb", 0644, vgpu->debugfs, vgpu,
-                           &vgpu_scan_nonprivbb_fops);
-       debugfs_create_file("status", 0644, vgpu->debugfs, vgpu,
-                           &vgpu_status_fops);
+       debugfs_create_file_unsafe("scan_nonprivbb", 0644, vgpu->debugfs, vgpu,
+                                  &vgpu_scan_nonprivbb_fops);
+       debugfs_create_file_unsafe("status", 0644, vgpu->debugfs, vgpu,
+                                  &vgpu_status_fops);
 }
 
 /**
commit e034b8a18d4badceecb672c58b488bad1e901d95
Author: Thomas Zimmermann <tzimmerm...@suse.de>
Date:   Wed Feb 22 13:37:12 2023 +0100

    drm/msm: Fix possible uninitialized access in fbdev
    
    Do not run drm_fb_helper_unprepare() if fbdev allocation fails. Avoids
    access to an uninitialized pointer. Original bug report is at [1].
    
    Reported-by: kernel test robot <l...@intel.com>
    Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
    Fixes: 3fb1f62f80a1 ("drm/fb-helper: Remove drm_fb_helper_unprepare() from 
drm_fb_helper_fini()")
    Link: 
https://lore.kernel.org/oe-kbuild-all/202302220810.9dymwcq8-...@intel.com/ # 1
    Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org>
    Link: 
https://patchwork.freedesktop.org/patch/msgid/20230222123712.5049-1-tzimmerm...@suse.de

diff --git a/drivers/gpu/drm/msm/msm_fbdev.c b/drivers/gpu/drm/msm/msm_fbdev.c
index c804e5ba682a..d26aa52217ce 100644
--- a/drivers/gpu/drm/msm/msm_fbdev.c
+++ b/drivers/gpu/drm/msm/msm_fbdev.c
@@ -136,13 +136,13 @@ static const struct drm_fb_helper_funcs 
msm_fb_helper_funcs = {
 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev)
 {
        struct msm_drm_private *priv = dev->dev_private;
-       struct msm_fbdev *fbdev = NULL;
+       struct msm_fbdev *fbdev;
        struct drm_fb_helper *helper;
        int ret;
 
        fbdev = kzalloc(sizeof(*fbdev), GFP_KERNEL);
        if (!fbdev)
-               goto fail;
+               return NULL;
 
        helper = &fbdev->base;
 

Reply via email to