History log of /linux/drivers/gpu/drm/amd/ras/ (Results 1 – 25 of 46)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
127cdd7204-Nov-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12

ras supports i2c eeprom for mp1 v13_0_12.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
R

drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12

ras supports i2c eeprom for mp1 v13_0_12.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

d95ca7f528-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: suspend ras module before gpu reset

During gpu reset, all GPU-related resources are
inaccessible. To avoid affecting ras functionality,
suspend ras module before gpu reset and resume
it

drm/amdgpu: suspend ras module before gpu reset

During gpu reset, all GPU-related resources are
inaccessible. To avoid affecting ras functionality,
suspend ras module before gpu reset and resume
it after gpu reset is complete.

V2:
Rename functions to avoid misunderstanding.

V3:
Move flush_delayed_work to amdgpu_ras_process_pause,
Move schedule_delayed_work to amdgpu_ras_process_unpause.

V4:
Rename functions.

V5:
Move the function to amdgpu_ras.c.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Acked-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

3f16007d31-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add ras support for umc v12_5_0

Add ras support for umc v12_5_0.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher

drm/amd/ras: Add ras support for umc v12_5_0

Add ras support for umc v12_5_0.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

d7f105a431-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add ras support for nbio v7_9_1

Add ras support for nbio v7_9_1.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher

drm/amd/ras: Add ras support for nbio v7_9_1

Add ras support for nbio v7_9_1.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

36265d2b31-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Increase ras switch control range

Increase ras switch control range.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by:

drm/amd/ras: Increase ras switch control range

Increase ras switch control range.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

7cf422ed30-Oct-2025 Xiang Liu <xiang.liu@amd.com>

drm/amd/ras: Fix format truncation

../ras/rascore/ras_cper.c: In function ‘cper_generate_fatal_record.isra’:
../ras/rascore/ras_cper.c:75:36: error: ‘%llX’ directive output may be truncated writing

drm/amd/ras: Fix format truncation

../ras/rascore/ras_cper.c: In function ‘cper_generate_fatal_record.isra’:
../ras/rascore/ras_cper.c:75:36: error: ‘%llX’ directive output may be truncated writing between 1 and 14 bytes into a region of size between 0 and 7 [-Werror=format-truncation=]
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~
../ras/rascore/ras_cper.c:75:32: note: directive argument in the range [0, 72057594037927935]
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~~~~~~
../ras/rascore/ras_cper.c:75:9: note: ‘snprintf’ output between 4 and 27 bytes into a destination of size 9
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76 | RAS_LOG_SEQNO_TO_BATCH_IDX(trace->seqno));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../ras/rascore/ras_cper.c: In function ‘cper_generate_runtime_record.isra’:
../ras/rascore/ras_cper.c:75:36: error: ‘%llX’ directive output may be truncated writing between 1 and 14 bytes into a region of size between 0 and 7 [-Werror=format-truncation=]
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~
../ras/rascore/ras_cper.c:75:32: note: directive argument in the range [0, 72057594037927935]
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~~~~~~
../ras/rascore/ras_cper.c:75:9: note: ‘snprintf’ output between 4 and 27 bytes into a destination of size 9
75 | snprintf(record_id, 9, "%d:%llX", dev_info.socket_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76 | RAS_LOG_SEQNO_TO_BATCH_IDX(trace->seqno));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Signed-off-by: Xiang Liu <xiang.liu@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...


/linux/drivers/gpu/drm/amd/amdgpu/amdgpu.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
/linux/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
/linux/drivers/gpu/drm/amd/display/dc/dc.h
/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_dchub_registers.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_display_cfg_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_soc_parameter_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/dml2_internal_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/link/link_detection.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_transition.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c
/linux/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
/linux/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
/linux/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
rascore/ras_cper.c
988fd51e23-Oct-2025 Xiang Liu <xiang.liu@amd.com>

drm/amd/ras: Use correct severity for BP threshold exceed event

The severity of CPER for BP threshold exceed event should be set as
FATAL to match the OOB implementation.

Signed-off-by: Xiang Liu <

drm/amd/ras: Use correct severity for BP threshold exceed event

The severity of CPER for BP threshold exceed event should be set as
FATAL to match the OOB implementation.

Signed-off-by: Xiang Liu <xiang.liu@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

bfdffc2920-Oct-2025 Xiang Liu <xiang.liu@amd.com>

drm/amd/ras: Correct info field of bad page threshold exceed CPER

Correct valid_bits and ms_chk_bits of section info field for bad page
threshold exceed CPER to match OOB's behavior.

Signed-off-by:

drm/amd/ras: Correct info field of bad page threshold exceed CPER

Correct valid_bits and ms_chk_bits of section info field for bad page
threshold exceed CPER to match OOB's behavior.

Signed-off-by: Xiang Liu <xiang.liu@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

87208c1020-Oct-2025 Xiang Liu <xiang.liu@amd.com>

drm/amd/ras: Update IPID value for bad page threshold CPER

The IPID register value for bad page threshold CPER holds socket_id info
now according to the latest definition.

Signed-off-by: Xiang Liu

drm/amd/ras: Update IPID value for bad page threshold CPER

The IPID register value for bad page threshold CPER holds socket_id info
now according to the latest definition.

Signed-off-by: Xiang Liu <xiang.liu@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

fd0e35bd28-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Fix the error of undefined reference to `__udivdi3'

Fix the error:
drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_mgr.c:132:undefined reference to `__udivdi3'

Fixes: fa0b203cd902

drm/amd/ras: Fix the error of undefined reference to `__udivdi3'

Fix the error:
drivers/gpu/drm/amd/amdgpu/../ras/ras_mgr/amdgpu_ras_mgr.c:132:undefined reference to `__udivdi3'

Fixes: fa0b203cd902 ("drm/amd/ras: Add amdgpu ras management function.")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202510272144.6SUHUoWx-lkp@intel.com/
Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...


/linux/.clang-format
/linux/.mailmap
/linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml
/linux/Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
/linux/Documentation/devicetree/bindings/display/imx/fsl,imx8mp-hdmi-pai.yaml
/linux/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
/linux/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
/linux/Documentation/devicetree/bindings/display/panel/sharp,lq079l1sx01.yaml
/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml
/linux/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml
/linux/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
/linux/Documentation/devicetree/bindings/i2c/apm,xgene-slimpro-i2c.yaml
/linux/Documentation/devicetree/bindings/npu/arm,ethos.yaml
/linux/Documentation/devicetree/bindings/sound/fsl-asoc-card.yaml
/linux/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
/linux/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
/linux/Documentation/devicetree/bindings/vendor-prefixes.yaml
/linux/Documentation/filesystems/ext4/directory.rst
/linux/Documentation/gpu/drm-kms-helpers.rst
/linux/Documentation/gpu/todo.rst
/linux/Documentation/gpu/vkms.rst
/linux/Documentation/gpu/xe/index.rst
/linux/Documentation/gpu/xe/xe_exec_queue.rst
/linux/Documentation/networking/can.rst
/linux/Documentation/networking/seg6-sysctl.rst
/linux/Documentation/rust/coding-guidelines.rst
/linux/Documentation/userspace-api/dma-buf-heaps.rst
/linux/Documentation/virt/kvm/api.rst
/linux/Documentation/virt/kvm/devices/arm-vgic-v3.rst
/linux/MAINTAINERS
/linux/Makefile
/linux/arch/Kconfig
/linux/arch/arc/configs/axs101_defconfig
/linux/arch/arc/configs/axs103_defconfig
/linux/arch/arc/configs/axs103_smp_defconfig
/linux/arch/arc/configs/hsdk_defconfig
/linux/arch/arc/configs/vdk_hs38_defconfig
/linux/arch/arc/configs/vdk_hs38_smp_defconfig
/linux/arch/arm/configs/axm55xx_defconfig
/linux/arch/arm/configs/bcm2835_defconfig
/linux/arch/arm/configs/davinci_all_defconfig
/linux/arch/arm/configs/dove_defconfig
/linux/arch/arm/configs/ep93xx_defconfig
/linux/arch/arm/configs/imx_v6_v7_defconfig
/linux/arch/arm/configs/ixp4xx_defconfig
/linux/arch/arm/configs/mmp2_defconfig
/linux/arch/arm/configs/moxart_defconfig
/linux/arch/arm/configs/multi_v5_defconfig
/linux/arch/arm/configs/mv78xx0_defconfig
/linux/arch/arm/configs/mvebu_v5_defconfig
/linux/arch/arm/configs/nhk8815_defconfig
/linux/arch/arm/configs/omap1_defconfig
/linux/arch/arm/configs/omap2plus_defconfig
/linux/arch/arm/configs/orion5x_defconfig
/linux/arch/arm/configs/pxa_defconfig
/linux/arch/arm/configs/qcom_defconfig
/linux/arch/arm/configs/rpc_defconfig
/linux/arch/arm/configs/s3c6400_defconfig
/linux/arch/arm/configs/sama7_defconfig
/linux/arch/arm/configs/socfpga_defconfig
/linux/arch/arm/configs/spear13xx_defconfig
/linux/arch/arm/configs/spear3xx_defconfig
/linux/arch/arm/configs/spear6xx_defconfig
/linux/arch/arm/configs/spitz_defconfig
/linux/arch/arm/configs/stm32_defconfig
/linux/arch/arm/configs/tegra_defconfig
/linux/arch/arm/configs/u8500_defconfig
/linux/arch/arm/configs/vexpress_defconfig
/linux/arch/arm64/include/asm/el2_setup.h
/linux/arch/arm64/include/asm/kvm_host.h
/linux/arch/arm64/include/asm/sysreg.h
/linux/arch/arm64/kernel/entry-common.c
/linux/arch/arm64/kvm/arch_timer.c
/linux/arch/arm64/kvm/arm.c
/linux/arch/arm64/kvm/at.c
/linux/arch/arm64/kvm/config.c
/linux/arch/arm64/kvm/debug.c
/linux/arch/arm64/kvm/guest.c
/linux/arch/arm64/kvm/handle_exit.c
/linux/arch/arm64/kvm/hyp/include/hyp/switch.h
/linux/arch/arm64/kvm/hyp/nvhe/pkvm.c
/linux/arch/arm64/kvm/nested.c
/linux/arch/arm64/kvm/sys_regs.c
/linux/arch/arm64/kvm/sys_regs.h
/linux/arch/arm64/kvm/vgic/vgic-v3.c
/linux/arch/hexagon/configs/comet_defconfig
/linux/arch/m68k/configs/stmark2_defconfig
/linux/arch/microblaze/configs/mmu_defconfig
/linux/arch/mips/configs/bigsur_defconfig
/linux/arch/mips/configs/cobalt_defconfig
/linux/arch/mips/configs/decstation_64_defconfig
/linux/arch/mips/configs/decstation_defconfig
/linux/arch/mips/configs/decstation_r4k_defconfig
/linux/arch/mips/configs/fuloong2e_defconfig
/linux/arch/mips/configs/ip22_defconfig
/linux/arch/mips/configs/ip27_defconfig
/linux/arch/mips/configs/ip28_defconfig
/linux/arch/mips/configs/ip30_defconfig
/linux/arch/mips/configs/ip32_defconfig
/linux/arch/mips/configs/jazz_defconfig
/linux/arch/mips/configs/lemote2f_defconfig
/linux/arch/mips/configs/loongson2k_defconfig
/linux/arch/mips/configs/loongson3_defconfig
/linux/arch/mips/configs/malta_defconfig
/linux/arch/mips/configs/malta_kvm_defconfig
/linux/arch/mips/configs/malta_qemu_32r6_defconfig
/linux/arch/mips/configs/maltaaprp_defconfig
/linux/arch/mips/configs/maltasmvp_defconfig
/linux/arch/mips/configs/maltasmvp_eva_defconfig
/linux/arch/mips/configs/maltaup_defconfig
/linux/arch/mips/configs/maltaup_xpa_defconfig
/linux/arch/mips/configs/mtx1_defconfig
/linux/arch/mips/configs/rm200_defconfig
/linux/arch/openrisc/configs/or1klitex_defconfig
/linux/arch/openrisc/configs/virt_defconfig
/linux/arch/parisc/configs/generic-32bit_defconfig
/linux/arch/parisc/configs/generic-64bit_defconfig
/linux/arch/powerpc/kernel/fadump.c
/linux/arch/powerpc/kvm/book3s_xive.c
/linux/arch/powerpc/platforms/powernv/vas.c
/linux/arch/powerpc/platforms/pseries/msi.c
/linux/arch/powerpc/sysdev/xive/common.c
/linux/arch/riscv/Kconfig
/linux/arch/riscv/include/asm/kgdb.h
/linux/arch/riscv/kernel/cpu-hotplug.c
/linux/arch/riscv/kernel/entry.S
/linux/arch/riscv/kernel/probes/kprobes.c
/linux/arch/riscv/kernel/setup.c
/linux/arch/riscv/kernel/tests/kprobes/test-kprobes.h
/linux/arch/sh/configs/ap325rxa_defconfig
/linux/arch/sh/configs/apsh4a3a_defconfig
/linux/arch/sh/configs/apsh4ad0a_defconfig
/linux/arch/sh/configs/ecovec24_defconfig
/linux/arch/sh/configs/edosk7760_defconfig
/linux/arch/sh/configs/espt_defconfig
/linux/arch/sh/configs/landisk_defconfig
/linux/arch/sh/configs/lboxre2_defconfig
/linux/arch/sh/configs/magicpanelr2_defconfig
/linux/arch/sh/configs/r7780mp_defconfig
/linux/arch/sh/configs/r7785rp_defconfig
/linux/arch/sh/configs/rsk7264_defconfig
/linux/arch/sh/configs/rsk7269_defconfig
/linux/arch/sh/configs/sdk7780_defconfig
/linux/arch/sh/configs/sdk7786_defconfig
/linux/arch/sh/configs/se7343_defconfig
/linux/arch/sh/configs/se7712_defconfig
/linux/arch/sh/configs/se7721_defconfig
/linux/arch/sh/configs/se7722_defconfig
/linux/arch/sh/configs/se7724_defconfig
/linux/arch/sh/configs/sh03_defconfig
/linux/arch/sh/configs/sh2007_defconfig
/linux/arch/sh/configs/sh7757lcr_defconfig
/linux/arch/sh/configs/sh7763rdp_defconfig
/linux/arch/sh/configs/sh7785lcr_32bit_defconfig
/linux/arch/sh/configs/sh7785lcr_defconfig
/linux/arch/sh/configs/shx3_defconfig
/linux/arch/sh/configs/titan_defconfig
/linux/arch/sh/configs/ul2_defconfig
/linux/arch/sh/configs/urquell_defconfig
/linux/arch/sparc/configs/sparc64_defconfig
/linux/arch/x86/kernel/cpu/amd.c
/linux/arch/x86/kernel/cpu/resctrl/monitor.c
/linux/arch/x86/kvm/pmu.c
/linux/arch/x86/kvm/x86.c
/linux/arch/x86/mm/pat/set_memory.c
/linux/arch/x86/mm/tlb.c
/linux/arch/xtensa/configs/audio_kc705_defconfig
/linux/arch/xtensa/configs/cadence_csp_defconfig
/linux/arch/xtensa/configs/generic_kc705_defconfig
/linux/arch/xtensa/configs/nommu_kc705_defconfig
/linux/arch/xtensa/configs/smp_lx200_defconfig
/linux/arch/xtensa/configs/virt_defconfig
/linux/arch/xtensa/configs/xip_kc705_defconfig
/linux/block/blk-cgroup.c
/linux/block/blk-mq-sched.c
/linux/block/blk-mq-tag.c
/linux/block/blk-mq.c
/linux/block/blk-mq.h
/linux/drivers/accel/Kconfig
/linux/drivers/accel/Makefile
/linux/drivers/accel/amdxdna/Makefile
/linux/drivers/accel/amdxdna/TODO
/linux/drivers/accel/amdxdna/aie2_ctx.c
/linux/drivers/accel/amdxdna/aie2_error.c
/linux/drivers/accel/amdxdna/aie2_message.c
/linux/drivers/accel/amdxdna/aie2_msg_priv.h
/linux/drivers/accel/amdxdna/aie2_pci.c
/linux/drivers/accel/amdxdna/aie2_pci.h
/linux/drivers/accel/amdxdna/aie2_smu.c
/linux/drivers/accel/amdxdna/amdxdna_ctx.c
/linux/drivers/accel/amdxdna/amdxdna_ctx.h
/linux/drivers/accel/amdxdna/amdxdna_error.h
/linux/drivers/accel/amdxdna/amdxdna_gem.c
/linux/drivers/accel/amdxdna/amdxdna_gem.h
/linux/drivers/accel/amdxdna/amdxdna_mailbox.c
/linux/drivers/accel/amdxdna/amdxdna_pci_drv.c
/linux/drivers/accel/amdxdna/amdxdna_pci_drv.h
/linux/drivers/accel/amdxdna/amdxdna_pm.c
/linux/drivers/accel/amdxdna/amdxdna_pm.h
/linux/drivers/accel/amdxdna/npu1_regs.c
/linux/drivers/accel/amdxdna/npu4_regs.c
/linux/drivers/accel/ethosu/Kconfig
/linux/drivers/accel/ethosu/Makefile
/linux/drivers/accel/ethosu/ethosu_device.h
/linux/drivers/accel/ethosu/ethosu_drv.c
/linux/drivers/accel/ethosu/ethosu_drv.h
/linux/drivers/accel/ethosu/ethosu_gem.c
/linux/drivers/accel/ethosu/ethosu_gem.h
/linux/drivers/accel/ethosu/ethosu_job.c
/linux/drivers/accel/ethosu/ethosu_job.h
/linux/drivers/accel/ivpu/ivpu_debugfs.c
/linux/drivers/accel/ivpu/ivpu_drv.c
/linux/drivers/accel/ivpu/ivpu_drv.h
/linux/drivers/accel/ivpu/ivpu_fw.c
/linux/drivers/accel/ivpu/ivpu_fw.h
/linux/drivers/accel/ivpu/ivpu_gem.c
/linux/drivers/accel/ivpu/ivpu_gem.h
/linux/drivers/accel/ivpu/ivpu_hw.c
/linux/drivers/accel/ivpu/ivpu_hw.h
/linux/drivers/accel/ivpu/ivpu_hw_btrs.c
/linux/drivers/accel/ivpu/ivpu_hw_btrs.h
/linux/drivers/accel/ivpu/ivpu_hw_ip.c
/linux/drivers/accel/ivpu/ivpu_job.c
/linux/drivers/accel/ivpu/ivpu_job.h
/linux/drivers/accel/ivpu/ivpu_mmu_context.c
/linux/drivers/accel/ivpu/ivpu_pm.c
/linux/drivers/accel/ivpu/vpu_jsm_api.h
/linux/drivers/accel/qaic/qaic.h
/linux/drivers/accel/qaic/qaic_control.c
/linux/drivers/accel/qaic/qaic_data.c
/linux/drivers/accel/qaic/qaic_debugfs.c
/linux/drivers/accel/qaic/qaic_drv.c
/linux/drivers/accel/qaic/qaic_ras.c
/linux/drivers/accel/qaic/sahara.c
/linux/drivers/ata/libata-core.c
/linux/drivers/char/ipmi/ipmi_msghandler.c
/linux/drivers/char/tpm/tpm_crb.c
/linux/drivers/cxl/acpi.c
/linux/drivers/cxl/core/features.c
/linux/drivers/cxl/core/port.c
/linux/drivers/cxl/core/region.c
/linux/drivers/cxl/core/trace.h
/linux/drivers/devfreq/event/rockchip-dfi.c
/linux/drivers/dma-buf/heaps/Kconfig
/linux/drivers/dma-buf/heaps/cma_heap.c
/linux/drivers/dpll/zl3073x/core.c
/linux/drivers/dpll/zl3073x/fw.c
/linux/drivers/dpll/zl3073x/regs.h
/linux/drivers/gpu/drm/Makefile
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h
/linux/drivers/gpu/drm/amd/amdgpu/cyan_skillfish_reg_init.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
/linux/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
/linux/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c
/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c
/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
/linux/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
/linux/drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_process.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_svm.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
/linux/drivers/gpu/drm/amd/display/dc/Makefile
/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
/linux/drivers/gpu/drm/amd/display/dc/bios/command_table.c
/linux/drivers/gpu/drm/amd/display/dc/bios/command_table.h
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.h
/linux/drivers/gpu/drm/amd/display/dc/core/dc.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_state.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
/linux/drivers/gpu/drm/amd/display/dc/dc.h
/linux/drivers/gpu/drm/amd/display/dc/dc_bios_types.h
/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
/linux/drivers/gpu/drm/amd/display/dc/dc_stream.h
/linux/drivers/gpu/drm/amd/display/dc/dc_types.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
/linux/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/Makefile
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/cmntypes.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_core.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_core.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_core_structs.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_lib_defines.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_util.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_util.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/bounding_boxes/dcn4_soc_bb.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml2_external_lib_deps.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_dchub_registers.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_display_cfg_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_policy_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_soc_parameter_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_factory.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_factory.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/dml2_dpmm_factory.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/dml2_dpmm_factory.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/dml2_mcg_dcn4.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/dml2_mcg_dcn4.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/dml2_mcg_factory.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/dml2_mcg_factory.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_factory.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_factory.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/lib_float_math.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/lib_float_math.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_interfaces.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_legacy.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_legacy.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_soc15.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_soc15.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/dml2_debug.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/dml2_internal_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_policy.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_policy.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml_assert.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml_depedencies.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.h
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml_logging.h
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.h
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.h
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn32/dcn32_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn35/dcn35_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_cm.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.h
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/dcn35_dsc.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/dcn401_dsc.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dsc.h
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/dcn30_hubbub.c
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/dcn30_hubbub.h
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/dcn31_hubbub.c
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/dcn32_hubbub.c
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/dcn35_hubbub.c
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/dcn401_hubbub.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.h
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.h
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/dcn30_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/dcn30_hubp.h
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn31/dcn31_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/dcn32_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn35/dcn35_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.h
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/inc/core_types.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h
/linux/drivers/gpu/drm/amd/display/dc/inc/resource.h
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.c
/linux/drivers/gpu/drm/amd/display/dc/link/link_detection.c
/linux/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
/linux/drivers/gpu/drm/amd/display/dc/link/link_factory.c
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/dcn30_mpc.c
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/dcn30_mpc.h
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/dcn32_mpc.c
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/dcn401_mpc.c
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.c
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.h
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn20/dcn20_opp.c
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn20/dcn20_opp.h
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.c
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.h
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.h
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn31/dcn31_optc.c
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn31/dcn31_optc.h
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn314/dcn314_optc.c
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/dcn401_optc.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/dce100_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/dce110_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/dce112_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/dce80_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
/linux/drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.h
/linux/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.h
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.c
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
/linux/drivers/gpu/drm/amd/display/include/bios_parser_types.h
/linux/drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h
/linux/drivers/gpu/drm/amd/display/include/grph_object_id.h
/linux/drivers/gpu/drm/amd/display/include/signal_types.h
/linux/drivers/gpu/drm/amd/include/amd_cper.h
/linux/drivers/gpu/drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_5_0.h
/linux/drivers/gpu/drm/amd/include/kgd_pp_interface.h
/linux/drivers/gpu/drm/amd/pm/amdgpu_pm.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
ras_mgr/amdgpu_ras_mgr.c
/linux/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c
/linux/drivers/gpu/drm/arm/malidp_planes.c
/linux/drivers/gpu/drm/armada/armada_fbdev.c
/linux/drivers/gpu/drm/armada/armada_plane.c
/linux/drivers/gpu/drm/ast/Makefile
/linux/drivers/gpu/drm/ast/ast_2000.c
/linux/drivers/gpu/drm/ast/ast_2100.c
/linux/drivers/gpu/drm/ast/ast_2200.c
/linux/drivers/gpu/drm/ast/ast_2300.c
/linux/drivers/gpu/drm/ast/ast_2400.c
/linux/drivers/gpu/drm/ast/ast_2500.c
/linux/drivers/gpu/drm/ast/ast_2600.c
/linux/drivers/gpu/drm/ast/ast_drv.c
/linux/drivers/gpu/drm/ast/ast_drv.h
/linux/drivers/gpu/drm/ast/ast_mode.c
/linux/drivers/gpu/drm/ast/ast_reg.h
/linux/drivers/gpu/drm/ast/ast_tables.h
/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h
/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c
/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
/linux/drivers/gpu/drm/bridge/imx/Kconfig
/linux/drivers/gpu/drm/bridge/imx/Makefile
/linux/drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pai.c
/linux/drivers/gpu/drm/bridge/imx/imx8mp-hdmi-tx.c
/linux/drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c
/linux/drivers/gpu/drm/bridge/lontium-lt9211.c
/linux/drivers/gpu/drm/bridge/synopsys/Kconfig
/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-gp-audio.c
/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.h
/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
/linux/drivers/gpu/drm/bridge/ti-sn65dsi86.c
/linux/drivers/gpu/drm/clients/drm_fbdev_client.c
/linux/drivers/gpu/drm/clients/drm_log.c
/linux/drivers/gpu/drm/display/drm_bridge_connector.c
/linux/drivers/gpu/drm/display/drm_dp_helper.c
/linux/drivers/gpu/drm/drm_atomic.c
/linux/drivers/gpu/drm/drm_atomic_helper.c
/linux/drivers/gpu/drm/drm_bridge.c
/linux/drivers/gpu/drm/drm_buddy.c
/linux/drivers/gpu/drm/drm_client.c
/linux/drivers/gpu/drm/drm_client_event.c
/linux/drivers/gpu/drm/drm_client_modeset.c
/linux/drivers/gpu/drm/drm_draw.c
/linux/drivers/gpu/drm/drm_draw_internal.h
/linux/drivers/gpu/drm/drm_dumb_buffers.c
/linux/drivers/gpu/drm/drm_fb_helper.c
/linux/drivers/gpu/drm/drm_fbdev_dma.c
/linux/drivers/gpu/drm/drm_fbdev_shmem.c
/linux/drivers/gpu/drm/drm_fbdev_ttm.c
/linux/drivers/gpu/drm/drm_format_helper.c
/linux/drivers/gpu/drm/drm_framebuffer.c
/linux/drivers/gpu/drm/drm_gem.c
/linux/drivers/gpu/drm/drm_gem_atomic_helper.c
/linux/drivers/gpu/drm/drm_gem_dma_helper.c
/linux/drivers/gpu/drm/drm_gem_shmem_helper.c
/linux/drivers/gpu/drm/drm_gem_vram_helper.c
/linux/drivers/gpu/drm/drm_gpusvm.c
/linux/drivers/gpu/drm/drm_mipi_dbi.c
/linux/drivers/gpu/drm/drm_modeset_helper.c
/linux/drivers/gpu/drm/drm_vblank.c
/linux/drivers/gpu/drm/drm_vblank_helper.c
/linux/drivers/gpu/drm/exynos/exynos_drm_fbdev.c
/linux/drivers/gpu/drm/exynos/exynos_drm_gem.c
/linux/drivers/gpu/drm/exynos/exynos_drm_plane.c
/linux/drivers/gpu/drm/gma500/fbdev.c
/linux/drivers/gpu/drm/gud/gud_connector.c
/linux/drivers/gpu/drm/gud/gud_drv.c
/linux/drivers/gpu/drm/gud/gud_pipe.c
/linux/drivers/gpu/drm/hyperv/hyperv_drm_modeset.c
/linux/drivers/gpu/drm/i915/display/intel_fb.c
/linux/drivers/gpu/drm/i915/display/intel_fbdev.c
/linux/drivers/gpu/drm/i915/display/intel_frontbuffer.c
/linux/drivers/gpu/drm/i915/display/intel_psr.c
/linux/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
/linux/drivers/gpu/drm/i915/gem/i915_gem_object_frontbuffer.h
/linux/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm.c
/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c
/linux/drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
/linux/drivers/gpu/drm/i915/i915_driver.c
/linux/drivers/gpu/drm/imx/dc/dc-ed.c
/linux/drivers/gpu/drm/imx/dc/dc-fg.c
/linux/drivers/gpu/drm/imx/dc/dc-fu.c
/linux/drivers/gpu/drm/imx/dc/dc-fu.h
/linux/drivers/gpu/drm/imx/dc/dc-lb.c
/linux/drivers/gpu/drm/imx/dc/dc-plane.c
/linux/drivers/gpu/drm/imx/dcss/dcss-plane.c
/linux/drivers/gpu/drm/imx/ipuv3/imx-drm-core.c
/linux/drivers/gpu/drm/imx/ipuv3/imx-tve.c
/linux/drivers/gpu/drm/imx/ipuv3/ipuv3-plane.c
/linux/drivers/gpu/drm/imx/ipuv3/parallel-display.c
/linux/drivers/gpu/drm/ingenic/ingenic-drm-drv.c
/linux/drivers/gpu/drm/ingenic/ingenic-ipu.c
/linux/drivers/gpu/drm/kmb/kmb_plane.c
/linux/drivers/gpu/drm/logicvc/logicvc_layer.c
/linux/drivers/gpu/drm/loongson/lsdc_gem.c
/linux/drivers/gpu/drm/loongson/lsdc_plane.c
/linux/drivers/gpu/drm/mcde/mcde_clk_div.c
/linux/drivers/gpu/drm/mediatek/mtk_plane.c
/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c
/linux/drivers/gpu/drm/msm/msm_fbdev.c
/linux/drivers/gpu/drm/msm/msm_gem.c
/linux/drivers/gpu/drm/nouveau/Kconfig
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/tegra.h
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.h
/linux/drivers/gpu/drm/nouveau/nouveau_bo.h
/linux/drivers/gpu/drm/nouveau/nouveau_display.c
/linux/drivers/gpu/drm/nouveau/nouveau_gem.c
/linux/drivers/gpu/drm/nouveau/nouveau_platform.c
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/Kbuild
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.h
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.h
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.c
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.h
/linux/drivers/gpu/drm/omapdrm/omap_encoder.c
/linux/drivers/gpu/drm/omapdrm/omap_fbdev.c
/linux/drivers/gpu/drm/omapdrm/omap_gem.c
/linux/drivers/gpu/drm/omapdrm/omap_plane.c
/linux/drivers/gpu/drm/panel/Kconfig
/linux/drivers/gpu/drm/panel/Makefile
/linux/drivers/gpu/drm/panel/panel-edp.c
/linux/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
/linux/drivers/gpu/drm/panel/panel-sharp-lq079l1sx01.c
/linux/drivers/gpu/drm/panel/panel-simple.c
/linux/drivers/gpu/drm/panel/panel-visionox-rm69299.c
/linux/drivers/gpu/drm/panfrost/panfrost_devfreq.c
/linux/drivers/gpu/drm/panfrost/panfrost_device.c
/linux/drivers/gpu/drm/panfrost/panfrost_device.h
/linux/drivers/gpu/drm/panfrost/panfrost_drv.c
/linux/drivers/gpu/drm/panfrost/panfrost_dump.c
/linux/drivers/gpu/drm/panfrost/panfrost_gem.c
/linux/drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c
/linux/drivers/gpu/drm/panfrost/panfrost_gpu.c
/linux/drivers/gpu/drm/panfrost/panfrost_job.c
/linux/drivers/gpu/drm/panfrost/panfrost_job.h
/linux/drivers/gpu/drm/panfrost/panfrost_mmu.c
/linux/drivers/gpu/drm/panfrost/panfrost_mmu.h
/linux/drivers/gpu/drm/panfrost/panfrost_perfcnt.c
/linux/drivers/gpu/drm/panthor/panthor_devfreq.c
/linux/drivers/gpu/drm/panthor/panthor_device.c
/linux/drivers/gpu/drm/panthor/panthor_device.h
/linux/drivers/gpu/drm/panthor/panthor_drv.c
/linux/drivers/gpu/drm/panthor/panthor_fw.c
/linux/drivers/gpu/drm/panthor/panthor_gpu.c
/linux/drivers/gpu/drm/panthor/panthor_regs.h
/linux/drivers/gpu/drm/panthor/panthor_sched.c
/linux/drivers/gpu/drm/panthor/panthor_sched.h
/linux/drivers/gpu/drm/pl111/pl111_display.c
/linux/drivers/gpu/drm/qxl/qxl_display.c
/linux/drivers/gpu/drm/qxl/qxl_gem.c
/linux/drivers/gpu/drm/radeon/radeon_acpi.c
/linux/drivers/gpu/drm/radeon/radeon_connectors.c
/linux/drivers/gpu/drm/radeon/radeon_device.c
/linux/drivers/gpu/drm/radeon/radeon_display.c
/linux/drivers/gpu/drm/radeon/radeon_drv.c
/linux/drivers/gpu/drm/radeon/radeon_fbdev.c
/linux/drivers/gpu/drm/radeon/radeon_gem.c
/linux/drivers/gpu/drm/radeon/radeon_kms.c
/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c
/linux/drivers/gpu/drm/renesas/rz-du/Kconfig
/linux/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c
/linux/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c
/linux/drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c
/linux/drivers/gpu/drm/rockchip/rockchip_drm_gem.c
/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
/linux/drivers/gpu/drm/rockchip/rockchip_vop_reg.c
/linux/drivers/gpu/drm/scheduler/sched_main.c
/linux/drivers/gpu/drm/scheduler/tests/sched_tests.h
/linux/drivers/gpu/drm/sitronix/st7571-i2c.c
/linux/drivers/gpu/drm/solomon/ssd130x.c
/linux/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
/linux/drivers/gpu/drm/stm/lvds.c
/linux/drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c
/linux/drivers/gpu/drm/sun4i/sun4i_tcon_dclk.c
/linux/drivers/gpu/drm/sun4i/sun8i_ui_layer.c
/linux/drivers/gpu/drm/sun4i/sun8i_vi_layer.c
/linux/drivers/gpu/drm/sysfb/drm_sysfb_helper.h
/linux/drivers/gpu/drm/sysfb/drm_sysfb_modeset.c
/linux/drivers/gpu/drm/sysfb/simpledrm.c
/linux/drivers/gpu/drm/sysfb/vesadrm.c
/linux/drivers/gpu/drm/tegra/dc.c
/linux/drivers/gpu/drm/tegra/fbdev.c
/linux/drivers/gpu/drm/tegra/gem.c
/linux/drivers/gpu/drm/tegra/hdmi.c
/linux/drivers/gpu/drm/tegra/sor.c
/linux/drivers/gpu/drm/tests/.kunitconfig
/linux/drivers/gpu/drm/tests/drm_buddy_test.c
/linux/drivers/gpu/drm/tidss/tidss_crtc.c
/linux/drivers/gpu/drm/tidss/tidss_dispc.c
/linux/drivers/gpu/drm/tidss/tidss_drv.c
/linux/drivers/gpu/drm/tidss/tidss_kms.c
/linux/drivers/gpu/drm/tidss/tidss_plane.c
/linux/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
/linux/drivers/gpu/drm/tilcdc/tilcdc_plane.c
/linux/drivers/gpu/drm/tiny/bochs.c
/linux/drivers/gpu/drm/tiny/cirrus-qemu.c
/linux/drivers/gpu/drm/ttm/tests/ttm_bo_test.c
/linux/drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
/linux/drivers/gpu/drm/ttm/ttm_bo.c
/linux/drivers/gpu/drm/ttm/ttm_bo_internal.h
/linux/drivers/gpu/drm/ttm/ttm_module.c
/linux/drivers/gpu/drm/ttm/ttm_resource.c
/linux/drivers/gpu/drm/vboxvideo/vbox_mode.c
/linux/drivers/gpu/drm/vc4/Kconfig
/linux/drivers/gpu/drm/vc4/vc4_hdmi.c
/linux/drivers/gpu/drm/vc4/vc4_hdmi.h
/linux/drivers/gpu/drm/vc4/vc4_plane.c
/linux/drivers/gpu/drm/vgem/vgem_fence.c
/linux/drivers/gpu/drm/virtio/virtgpu_display.c
/linux/drivers/gpu/drm/vkms/Kconfig
/linux/drivers/gpu/drm/vkms/Makefile
/linux/drivers/gpu/drm/vkms/tests/vkms_config_test.c
/linux/drivers/gpu/drm/vkms/vkms_config.c
/linux/drivers/gpu/drm/vkms/vkms_config.h
/linux/drivers/gpu/drm/vkms/vkms_configfs.c
/linux/drivers/gpu/drm/vkms/vkms_configfs.h
/linux/drivers/gpu/drm/vkms/vkms_connector.c
/linux/drivers/gpu/drm/vkms/vkms_connector.h
/linux/drivers/gpu/drm/vkms/vkms_crtc.c
/linux/drivers/gpu/drm/vkms/vkms_drv.c
/linux/drivers/gpu/drm/vkms/vkms_drv.h
/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
/linux/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
/linux/drivers/gpu/drm/xe/Kconfig.debug
/linux/drivers/gpu/drm/xe/Makefile
/linux/drivers/gpu/drm/xe/abi/guc_actions_abi.h
/linux/drivers/gpu/drm/xe/display/intel_fbdev_fb.c
/linux/drivers/gpu/drm/xe/display/xe_display.c
/linux/drivers/gpu/drm/xe/display/xe_display.h
/linux/drivers/gpu/drm/xe/display/xe_display_wa.c
/linux/drivers/gpu/drm/xe/display/xe_panic.c
/linux/drivers/gpu/drm/xe/display/xe_plane_initial.c
/linux/drivers/gpu/drm/xe/instructions/xe_gpu_commands.h
/linux/drivers/gpu/drm/xe/regs/xe_engine_regs.h
/linux/drivers/gpu/drm/xe/regs/xe_gt_regs.h
/linux/drivers/gpu/drm/xe/regs/xe_i2c_regs.h
/linux/drivers/gpu/drm/xe/regs/xe_irq_regs.h
/linux/drivers/gpu/drm/xe/tests/xe_dma_buf.c
/linux/drivers/gpu/drm/xe/tests/xe_pci.c
/linux/drivers/gpu/drm/xe/tests/xe_pci_test.c
/linux/drivers/gpu/drm/xe/tests/xe_rtp_test.c
/linux/drivers/gpu/drm/xe/xe_bo.c
/linux/drivers/gpu/drm/xe/xe_bo.h
/linux/drivers/gpu/drm/xe/xe_bo_doc.h
/linux/drivers/gpu/drm/xe/xe_bo_evict.c
/linux/drivers/gpu/drm/xe/xe_configfs.c
/linux/drivers/gpu/drm/xe/xe_configfs.h
/linux/drivers/gpu/drm/xe/xe_debugfs.c
/linux/drivers/gpu/drm/xe/xe_device.c
/linux/drivers/gpu/drm/xe/xe_device_sysfs.c
/linux/drivers/gpu/drm/xe/xe_device_types.h
/linux/drivers/gpu/drm/xe/xe_device_wa_oob.rules
/linux/drivers/gpu/drm/xe/xe_dma_buf.c
/linux/drivers/gpu/drm/xe/xe_eu_stall.c
/linux/drivers/gpu/drm/xe/xe_exec.c
/linux/drivers/gpu/drm/xe/xe_exec_queue.c
/linux/drivers/gpu/drm/xe/xe_exec_queue.h
/linux/drivers/gpu/drm/xe/xe_exec_queue_types.h
/linux/drivers/gpu/drm/xe/xe_execlist.c
/linux/drivers/gpu/drm/xe/xe_force_wake_types.h
/linux/drivers/gpu/drm/xe/xe_ggtt.c
/linux/drivers/gpu/drm/xe/xe_gpu_scheduler.c
/linux/drivers/gpu/drm/xe/xe_gpu_scheduler.h
/linux/drivers/gpu/drm/xe/xe_gsc.c
/linux/drivers/gpu/drm/xe/xe_gt.c
/linux/drivers/gpu/drm/xe/xe_gt.h
/linux/drivers/gpu/drm/xe/xe_gt_clock.c
/linux/drivers/gpu/drm/xe/xe_gt_debugfs.c
/linux/drivers/gpu/drm/xe/xe_gt_debugfs.h
/linux/drivers/gpu/drm/xe/xe_gt_freq.c
/linux/drivers/gpu/drm/xe/xe_gt_idle.c
/linux/drivers/gpu/drm/xe/xe_gt_mcr.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_control.h
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_control_types.h
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.h
/linux/drivers/gpu/drm/xe/xe_gt_sriov_printk.h
/linux/drivers/gpu/drm/xe/xe_gt_sriov_vf.c
/linux/drivers/gpu/drm/xe/xe_gt_sriov_vf.h
/linux/drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h
/linux/drivers/gpu/drm/xe/xe_gt_topology.c
/linux/drivers/gpu/drm/xe/xe_gt_topology.h
/linux/drivers/gpu/drm/xe/xe_gt_types.h
/linux/drivers/gpu/drm/xe/xe_guc.c
/linux/drivers/gpu/drm/xe/xe_guc.h
/linux/drivers/gpu/drm/xe/xe_guc_ads.c
/linux/drivers/gpu/drm/xe/xe_guc_ads_types.h
/linux/drivers/gpu/drm/xe/xe_guc_capture.c
/linux/drivers/gpu/drm/xe/xe_guc_ct.c
/linux/drivers/gpu/drm/xe/xe_guc_ct.h
/linux/drivers/gpu/drm/xe/xe_guc_ct_types.h
/linux/drivers/gpu/drm/xe/xe_guc_exec_queue_types.h
/linux/drivers/gpu/drm/xe/xe_guc_fwif.h
/linux/drivers/gpu/drm/xe/xe_guc_log_types.h
/linux/drivers/gpu/drm/xe/xe_guc_pc.c
/linux/drivers/gpu/drm/xe/xe_guc_relay.c
/linux/drivers/gpu/drm/xe/xe_guc_relay_types.h
/linux/drivers/gpu/drm/xe/xe_guc_submit.c
/linux/drivers/gpu/drm/xe/xe_guc_submit.h
/linux/drivers/gpu/drm/xe/xe_guc_tlb_inval.c
/linux/drivers/gpu/drm/xe/xe_huc.c
/linux/drivers/gpu/drm/xe/xe_hw_engine.c
/linux/drivers/gpu/drm/xe/xe_hwmon.c
/linux/drivers/gpu/drm/xe/xe_i2c.c
/linux/drivers/gpu/drm/xe/xe_i2c.h
/linux/drivers/gpu/drm/xe/xe_irq.c
/linux/drivers/gpu/drm/xe/xe_lmtt.c
/linux/drivers/gpu/drm/xe/xe_lrc.c
/linux/drivers/gpu/drm/xe/xe_lrc.h
/linux/drivers/gpu/drm/xe/xe_map.h
/linux/drivers/gpu/drm/xe/xe_memirq.c
/linux/drivers/gpu/drm/xe/xe_memirq.h
/linux/drivers/gpu/drm/xe/xe_migrate.c
/linux/drivers/gpu/drm/xe/xe_migrate_doc.h
/linux/drivers/gpu/drm/xe/xe_mmio.c
/linux/drivers/gpu/drm/xe/xe_mmio.h
/linux/drivers/gpu/drm/xe/xe_mocs.c
/linux/drivers/gpu/drm/xe/xe_mocs.h
/linux/drivers/gpu/drm/xe/xe_oa.c
/linux/drivers/gpu/drm/xe/xe_pat.c
/linux/drivers/gpu/drm/xe/xe_pat.h
/linux/drivers/gpu/drm/xe/xe_pci.c
/linux/drivers/gpu/drm/xe/xe_pci_sriov.c
/linux/drivers/gpu/drm/xe/xe_pci_types.h
/linux/drivers/gpu/drm/xe/xe_platform_types.h
/linux/drivers/gpu/drm/xe/xe_pm.c
/linux/drivers/gpu/drm/xe/xe_pm.h
/linux/drivers/gpu/drm/xe/xe_pmu.c
/linux/drivers/gpu/drm/xe/xe_preempt_fence.c
/linux/drivers/gpu/drm/xe/xe_preempt_fence_types.h
/linux/drivers/gpu/drm/xe/xe_psmi.c
/linux/drivers/gpu/drm/xe/xe_pt.c
/linux/drivers/gpu/drm/xe/xe_query.c
/linux/drivers/gpu/drm/xe/xe_range_fence.h
/linux/drivers/gpu/drm/xe/xe_reg_whitelist.c
/linux/drivers/gpu/drm/xe/xe_ring_ops.c
/linux/drivers/gpu/drm/xe/xe_rtp.c
/linux/drivers/gpu/drm/xe/xe_rtp.h
/linux/drivers/gpu/drm/xe/xe_rtp_types.h
/linux/drivers/gpu/drm/xe/xe_sched_job.c
/linux/drivers/gpu/drm/xe/xe_sched_job.h
/linux/drivers/gpu/drm/xe/xe_sched_job_types.h
/linux/drivers/gpu/drm/xe/xe_sriov.c
/linux/drivers/gpu/drm/xe/xe_sriov_pf.c
/linux/drivers/gpu/drm/xe/xe_sriov_pf.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_control.c
/linux/drivers/gpu/drm/xe/xe_sriov_pf_control.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
/linux/drivers/gpu/drm/xe/xe_sriov_pf_debugfs.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_helpers.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_provision.c
/linux/drivers/gpu/drm/xe/xe_sriov_pf_provision.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_provision_types.h
/linux/drivers/gpu/drm/xe/xe_sriov_pf_types.h
/linux/drivers/gpu/drm/xe/xe_sriov_printk.h
/linux/drivers/gpu/drm/xe/xe_sriov_vf.c
/linux/drivers/gpu/drm/xe/xe_sriov_vf.h
/linux/drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
/linux/drivers/gpu/drm/xe/xe_sriov_vf_ccs.h
/linux/drivers/gpu/drm/xe/xe_sriov_vf_types.h
/linux/drivers/gpu/drm/xe/xe_svm.c
/linux/drivers/gpu/drm/xe/xe_tile.c
/linux/drivers/gpu/drm/xe/xe_tile_debugfs.c
/linux/drivers/gpu/drm/xe/xe_tile_debugfs.h
/linux/drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
/linux/drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.h
/linux/drivers/gpu/drm/xe/xe_tile_sriov_printk.h
/linux/drivers/gpu/drm/xe/xe_tile_sriov_vf.c
/linux/drivers/gpu/drm/xe/xe_tile_sriov_vf.h
/linux/drivers/gpu/drm/xe/xe_tile_sriov_vf_types.h
/linux/drivers/gpu/drm/xe/xe_tlb_inval.h
/linux/drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
/linux/drivers/gpu/drm/xe/xe_ttm_sys_mgr.c
/linux/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
/linux/drivers/gpu/drm/xe/xe_ttm_vram_mgr_types.h
/linux/drivers/gpu/drm/xe/xe_tuning.c
/linux/drivers/gpu/drm/xe/xe_tuning.h
/linux/drivers/gpu/drm/xe/xe_uc_fw_types.h
/linux/drivers/gpu/drm/xe/xe_uc_types.h
/linux/drivers/gpu/drm/xe/xe_userptr.c
/linux/drivers/gpu/drm/xe/xe_validation.h
/linux/drivers/gpu/drm/xe/xe_vm.c
/linux/drivers/gpu/drm/xe/xe_vm_doc.h
/linux/drivers/gpu/drm/xe/xe_vm_types.h
/linux/drivers/gpu/drm/xe/xe_vram.c
/linux/drivers/gpu/drm/xe/xe_vram.h
/linux/drivers/gpu/drm/xe/xe_wa.c
/linux/drivers/gpu/drm/xe/xe_wa.h
/linux/drivers/gpu/drm/xe/xe_wa_oob.rules
/linux/drivers/gpu/drm/xlnx/zynqmp_kms.c
/linux/drivers/gpu/host1x/bus.c
/linux/drivers/gpu/host1x/dev.c
/linux/drivers/gpu/host1x/hw/channel_hw.c
/linux/drivers/gpu/host1x/syncpt.c
/linux/drivers/hid/Kconfig
/linux/drivers/hid/hid-cp2112.c
/linux/drivers/hid/hid-debug.c
/linux/drivers/hid/hid-ids.h
/linux/drivers/hid/hid-input.c
/linux/drivers/hid/hid-logitech-hidpp.c
/linux/drivers/hid/hid-multitouch.c
/linux/drivers/hid/hid-nintendo.c
/linux/drivers/hid/hid-quirks.c
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/pci-quicki2c.c
/linux/drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c
/linux/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-dev.h
/linux/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c
/linux/drivers/i2c/busses/i2c-amd-mp2.h
/linux/drivers/i2c/busses/i2c-at91-core.c
/linux/drivers/i2c/busses/i2c-at91-master.c
/linux/drivers/i2c/busses/i2c-cadence.c
/linux/drivers/i2c/busses/i2c-davinci.c
/linux/drivers/i2c/busses/i2c-designware-master.c
/linux/drivers/i2c/busses/i2c-hix5hd2.c
/linux/drivers/i2c/busses/i2c-i801.c
/linux/drivers/i2c/busses/i2c-img-scb.c
/linux/drivers/i2c/busses/i2c-imx-lpi2c.c
/linux/drivers/i2c/busses/i2c-imx.c
/linux/drivers/i2c/busses/i2c-mv64xxx.c
/linux/drivers/i2c/busses/i2c-nvidia-gpu.c
/linux/drivers/i2c/busses/i2c-omap.c
/linux/drivers/i2c/busses/i2c-qcom-cci.c
/linux/drivers/i2c/busses/i2c-qcom-geni.c
/linux/drivers/i2c/busses/i2c-qup.c
/linux/drivers/i2c/busses/i2c-riic.c
/linux/drivers/i2c/busses/i2c-rzv2m.c
/linux/drivers/i2c/busses/i2c-sprd.c
/linux/drivers/i2c/busses/i2c-stm32f7.c
/linux/drivers/i2c/busses/i2c-usbio.c
/linux/drivers/i2c/busses/i2c-xiic.c
/linux/drivers/mfd/ls2k-bmc-core.c
/linux/drivers/misc/ocxl/afu_irq.c
/linux/drivers/mmc/core/block.c
/linux/drivers/net/can/m_can/m_can.c
/linux/drivers/net/can/m_can/m_can_platform.c
/linux/drivers/net/can/usb/gs_usb.c
/linux/drivers/net/ethernet/airoha/airoha_eth.c
/linux/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
/linux/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
/linux/drivers/net/ethernet/broadcom/tg3.c
/linux/drivers/net/ethernet/dlink/dl2k.c
/linux/drivers/net/ethernet/google/gve/gve.h
/linux/drivers/net/ethernet/google/gve/gve_desc_dqo.h
/linux/drivers/net/ethernet/google/gve/gve_rx_dqo.c
/linux/drivers/net/ethernet/intel/idpf/idpf_ptp.c
/linux/drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h
/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
/linux/drivers/net/ethernet/intel/ixgbevf/defines.h
/linux/drivers/net/ethernet/intel/ixgbevf/ipsec.c
/linux/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
/linux/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
/linux/drivers/net/ethernet/intel/ixgbevf/mbx.h
/linux/drivers/net/ethernet/intel/ixgbevf/vf.c
/linux/drivers/net/ethernet/intel/ixgbevf/vf.h
/linux/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
/linux/drivers/net/ethernet/mediatek/mtk_wed.c
/linux/drivers/net/ethernet/realtek/r8169_main.c
/linux/drivers/net/netdevsim/netdev.c
/linux/drivers/net/phy/broadcom.c
/linux/drivers/net/phy/realtek/realtek_main.c
/linux/drivers/net/usb/lan78xx.c
/linux/drivers/net/usb/r8152.c
/linux/drivers/net/usb/usbnet.c
/linux/drivers/nvme/host/auth.c
/linux/drivers/nvme/host/multipath.c
/linux/drivers/nvme/host/tcp.c
/linux/drivers/pci/Kconfig
/linux/drivers/pci/controller/cadence/pcie-cadence-ep.c
/linux/drivers/pci/controller/vmd.c
/linux/drivers/pci/probe.c
/linux/drivers/pci/vgaarb.c
/linux/drivers/video/fbdev/Kconfig
/linux/drivers/video/fbdev/core/Kconfig
/linux/drivers/video/fbdev/core/bitblit.c
/linux/drivers/video/fbdev/core/fbcon.c
/linux/drivers/video/fbdev/core/fbcon.h
/linux/drivers/video/fbdev/core/fbcon_ccw.c
/linux/drivers/video/fbdev/core/fbcon_cw.c
/linux/drivers/video/fbdev/core/fbcon_rotate.c
/linux/drivers/video/fbdev/core/fbcon_rotate.h
/linux/drivers/video/fbdev/core/fbcon_ud.c
/linux/drivers/video/fbdev/core/softcursor.c
/linux/drivers/video/fbdev/core/tileblit.c
/linux/drivers/video/fbdev/simplefb.c
/linux/fs/btrfs/extent_io.c
/linux/fs/btrfs/free-space-tree.c
/linux/fs/btrfs/ioctl.c
/linux/fs/btrfs/relocation.c
/linux/fs/btrfs/scrub.c
/linux/fs/btrfs/send.c
/linux/fs/btrfs/super.c
/linux/fs/btrfs/tree-checker.c
/linux/fs/btrfs/zoned.c
/linux/fs/coredump.c
/linux/fs/dax.c
/linux/fs/dcache.c
/linux/fs/exec.c
/linux/fs/exfat/exfat_fs.h
/linux/fs/exfat/file.c
/linux/fs/exfat/namei.c
/linux/fs/exfat/nls.c
/linux/fs/ext4/ext4_jbd2.c
/linux/fs/ext4/inode.c
/linux/fs/ext4/orphan.c
/linux/fs/f2fs/data.c
/linux/fs/f2fs/super.c
/linux/fs/file_attr.c
/linux/fs/file_table.c
/linux/fs/fuse/ioctl.c
/linux/fs/jbd2/transaction.c
/linux/fs/nfs/flexfilelayout/flexfilelayout.c
/linux/fs/nfs/nfs4client.c
/linux/fs/nfs/nfs4proc.c
/linux/fs/nfs/write.c
/linux/fs/nfsd/flexfilelayout.c
/linux/fs/nsfs.c
/linux/fs/overlayfs/copy_up.c
/linux/fs/overlayfs/file.c
/linux/fs/overlayfs/inode.c
/linux/fs/smb/client/Kconfig
/linux/fs/smb/client/cifsacl.c
/linux/fs/smb/client/cifsencrypt.c
/linux/fs/smb/client/cifsfs.c
/linux/fs/smb/client/cifsglob.h
/linux/fs/smb/client/cifsproto.h
/linux/fs/smb/client/inode.c
/linux/fs/smb/client/link.c
/linux/fs/smb/client/misc.c
/linux/fs/smb/client/sess.c
/linux/fs/smb/client/smb2misc.c
/linux/fs/smb/client/smb2ops.c
/linux/fs/smb/client/smb2proto.h
/linux/fs/smb/client/smb2transport.c
/linux/fs/smb/client/smbdirect.c
/linux/fs/smb/client/smbdirect.h
/linux/fs/smb/client/xattr.c
/linux/fs/smb/common/cifsglob.h
/linux/fs/smb/common/smbdirect/smbdirect_socket.h
/linux/fs/smb/server/mgmt/user_session.c
/linux/fs/smb/server/smb2pdu.c
/linux/fs/smb/server/smb_common.h
/linux/fs/smb/server/transport_ipc.c
/linux/fs/smb/server/transport_rdma.c
/linux/include/drm/bridge/dw_hdmi.h
/linux/include/drm/bridge/dw_hdmi_qp.h
/linux/include/drm/display/drm_dp.h
/linux/include/drm/display/drm_dp_helper.h
/linux/include/drm/drm_atomic.h
/linux/include/drm/drm_bridge.h
/linux/include/drm/drm_buddy.h
/linux/include/drm/drm_client.h
/linux/include/drm/drm_client_event.h
/linux/include/drm/drm_crtc.h
/linux/include/drm/drm_dumb_buffers.h
/linux/include/drm/drm_format_helper.h
/linux/include/drm/drm_gem_shmem_helper.h
/linux/include/drm/drm_gpusvm.h
/linux/include/drm/drm_gpuvm.h
/linux/include/drm/drm_modeset_helper_vtables.h
/linux/include/drm/drm_vblank.h
/linux/include/drm/drm_vblank_helper.h
/linux/include/drm/gpu_scheduler.h
/linux/include/drm/intel/pciids.h
/linux/include/drm/ttm/ttm_bo.h
/linux/include/kvm/arm_arch_timer.h
/linux/include/linux/bpf.h
/linux/include/linux/brcmphy.h
/linux/include/linux/dma-buf/heaps/cma.h
/linux/include/linux/hid.h
/linux/include/linux/kvm_host.h
/linux/include/linux/libata.h
/linux/include/linux/nfs_xdr.h
/linux/include/linux/rpmb.h
/linux/include/net/ip_tunnels.h
/linux/include/sound/asoundef.h
/linux/include/sound/tas2781.h
/linux/include/uapi/drm/amdxdna_accel.h
/linux/include/uapi/drm/drm_mode.h
/linux/include/uapi/drm/ethosu_accel.h
/linux/include/uapi/drm/ivpu_accel.h
/linux/include/uapi/drm/panfrost_drm.h
/linux/include/uapi/drm/xe_drm.h
/linux/include/uapi/linux/kvm.h
/linux/io_uring/register.c
/linux/io_uring/rw.c
/linux/kernel/bpf/helpers.c
/linux/kernel/bpf/liveness.c
/linux/kernel/bpf/syscall.c
/linux/kernel/dma/contiguous.c
/linux/kernel/events/core.c
/linux/kernel/events/uprobes.c
/linux/kernel/sched/core.c
/linux/kernel/sched/deadline.c
/linux/kernel/sched/fair.c
/linux/mm/slub.c
/linux/net/bpf/test_run.c
/linux/net/can/j1939/main.c
/linux/net/core/dev.c
/linux/net/core/gro_cells.c
/linux/net/core/skbuff.c
/linux/net/ipv4/ip_tunnel.c
/linux/net/ipv4/tcp_output.c
/linux/net/ipv4/udp.c
/linux/net/ipv6/ip6_tunnel.c
/linux/net/tls/tls_main.c
/linux/net/tls/tls_sw.c
/linux/rust/kernel/alloc/kvec.rs
/linux/rust/kernel/bitmap.rs
/linux/rust/kernel/cpufreq.rs
/linux/rust/kernel/fs/file.rs
/linux/sound/firewire/amdtp-stream.h
/linux/sound/hda/codecs/realtek/alc269.c
/linux/sound/hda/codecs/side-codecs/cs35l41_hda.c
/linux/sound/hda/codecs/side-codecs/hda_component.c
/linux/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
/linux/sound/hda/controllers/intel.c
/linux/sound/soc/amd/acp/acp-sdw-sof-mach.c
/linux/sound/soc/codecs/idt821034.c
/linux/sound/soc/codecs/max98090.c
/linux/sound/soc/codecs/nau8821.c
/linux/sound/soc/codecs/nau8821.h
/linux/sound/soc/codecs/tas2781-i2c.c
/linux/sound/soc/codecs/wcd938x-sdw.c
/linux/sound/soc/qcom/sc8280xp.c
/linux/sound/soc/sdw_utils/soc_sdw_utils.c
/linux/sound/usb/card.c
/linux/sound/usb/mixer.c
/linux/sound/usb/quirks.c
/linux/tools/testing/selftests/bpf/prog_tests/arg_parsing.c
/linux/tools/testing/selftests/bpf/progs/verifier_global_ptr_args.c
/linux/tools/testing/selftests/drivers/net/hw/lib/py/__init__.py
/linux/tools/testing/selftests/drivers/net/lib/py/__init__.py
/linux/tools/testing/selftests/hid/tests/test_multitouch.py
/linux/tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
/linux/tools/testing/selftests/kvm/arm64/external_aborts.c
/linux/tools/testing/selftests/kvm/arm64/get-reg-list.c
/linux/tools/testing/selftests/kvm/arm64/set_id_regs.c
/linux/tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c
/linux/tools/testing/selftests/kvm/guest_memfd_test.c
/linux/tools/testing/selftests/kvm/include/arm64/processor.h
/linux/tools/testing/selftests/kvm/include/kvm_util.h
/linux/tools/testing/selftests/kvm/include/test_util.h
/linux/tools/testing/selftests/kvm/irqfd_test.c
/linux/tools/testing/selftests/kvm/lib/arm64/processor.c
/linux/tools/testing/selftests/kvm/lib/kvm_util.c
/linux/tools/testing/selftests/kvm/lib/s390/processor.c
/linux/tools/testing/selftests/kvm/lib/test_util.c
/linux/tools/testing/selftests/kvm/lib/x86/processor.c
/linux/tools/testing/selftests/kvm/mmu_stress_test.c
/linux/tools/testing/selftests/kvm/pre_fault_memory_test.c
/linux/tools/testing/selftests/kvm/s390/ucontrol_test.c
/linux/tools/testing/selftests/kvm/set_memory_region_test.c
/linux/tools/testing/selftests/net/lib/py/__init__.py
/linux/tools/testing/selftests/net/rtnetlink.sh
/linux/tools/testing/selftests/net/tls.c
/linux/tools/testing/selftests/net/vlan_bridge_binding.sh
/linux/virt/kvm/Kconfig
/linux/virt/kvm/guest_memfd.c
/linux/virt/kvm/kvm_main.c
25c1e74117-Oct-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Update function and remove redundant code

Update function and remove redundant code:
1. Update function to prepare for internal use.
2. Remove unused function code previously prepared

drm/amd/ras: Update function and remove redundant code

Update function and remove redundant code:
1. Update function to prepare for internal use.
2. Remove unused function code previously prepared
for ioctl.

V2:
Update commit message content.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

4c74635a25-Sep-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Update ras command context structure name

According to the actual usage of this structure,
it is more appropriate to call it context, the
structure name with ioctl is easy to cause
misu

drm/amd/ras: Update ras command context structure name

According to the actual usage of this structure,
it is more appropriate to call it context, the
structure name with ioctl is easy to cause
misunderstanding.

V2:
Update commit message content.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

6588766d20-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: Enable ras module

Enable ras module, disabled by default.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.

drm/amdgpu: Enable ras module

Enable ras module, disabled by default.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

7169e70631-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: Add ras module ip block to amdgpu discovery

Add ras module ip block to amdgpu discovery.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Revie

drm/amdgpu: Add ras module ip block to amdgpu discovery

Add ras module ip block to amdgpu discovery.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...


/linux/drivers/gpu/drm/amd/amdgpu/amdgpu.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
/linux/drivers/gpu/drm/amd/display/dc/dc.h
/linux/drivers/gpu/drm/amd/display/dc/dc_spl_translate.c
/linux/drivers/gpu/drm/amd/display/dc/dc_types.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/display_mode_core_structs.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/dml_top_dchub_registers.h
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/dcn32_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/dcn31_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.h
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_init.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer.h
/linux/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer_private.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
/linux/drivers/gpu/drm/amd/display/dc/link/link_detection.c
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.c
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_irq_handler.c
/linux/drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c
/linux/drivers/gpu/drm/amd/display/dc/sspl/dc_spl_types.h
/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_execution.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.h
/linux/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
/linux/drivers/gpu/drm/amd/include/amd_shared.h
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
ras_mgr/amdgpu_ras_mgr.c
ras_mgr/amdgpu_ras_mgr.h
408bd84121-Jul-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: Improve ras fatal error handling function

In multi-gpu case, a fatal error will generate several
fatal error interrupts. After improving this function,
the ras module can reuse this func

drm/amdgpu: Improve ras fatal error handling function

In multi-gpu case, a fatal error will generate several
fatal error interrupts. After improving this function,
the ras module can reuse this function to only
handle the first interrupt.

V3:
Initialize event_id using RAS_EVENT_INVALID_ID.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

3d72d2e528-Sep-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: Intercept ras interrupts to ras module

Intercept ras interrupts to ras module.

V2:
Change function names in ras module.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by:

drm/amdgpu: Intercept ras interrupts to ras module

Intercept ras interrupts to ras module.

V2:
Change function names in ras module.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

ace232ef30-Sep-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amdgpu: Add ras module files into amdgpu

Add ras module files into amdgpu.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang

drm/amdgpu: Add ras module files into amdgpu

Add ras module files into amdgpu.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...


/linux/drivers/gpu/drm/amd/amdgpu/Makefile
/linux/drivers/gpu/drm/amd/amdgpu/aldebaran.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
/linux/drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
/linux/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.h
/linux/drivers/gpu/drm/amd/amdkfd/kfd_svm.c
/linux/drivers/gpu/drm/amd/amdkfd/kfd_svm.h
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
/linux/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
/linux/drivers/gpu/drm/amd/display/dc/dc.h
/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_wrapper.c
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/dml_top_display_cfg_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/dml_top_soc_parameter_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/dml_top_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_factory.c
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/dml2_internal_shared_types.h
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_cm.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.c
/linux/drivers/gpu/drm/amd/display/dc/dsc/dsc.h
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/dcn21_hubp.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.h
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.h
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_init.c
/linux/drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
/linux/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
/linux/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
/linux/drivers/gpu/drm/amd/include/kgd_pp_interface.h
/linux/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
/linux/drivers/gpu/drm/amd/pm/amdgpu_pm.c
/linux/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
/linux/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
/linux/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
ras_mgr/amdgpu_ras_cmd.c
ras_mgr/amdgpu_ras_mgr.c
ras_mgr/ras_sys.h
rascore/ras_aca.c
rascore/ras_cmd.c
rascore/ras_core.c
rascore/ras_log_ring.c
rascore/ras_mp1.c
rascore/ras_psp.c
8397f38d24-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add unified ras module top-level makefile

Add unified ras module top-level makefile.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed

drm/amd/ras: Add unified ras module top-level makefile

Add unified ras module top-level makefile.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

7e12521017-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add files to amdgpu ras manager makefile

Add files to amdgpu ras manager makefile.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-b

drm/amd/ras: Add files to amdgpu ras manager makefile

Add files to amdgpu ras manager makefile.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

fa0b203c17-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add amdgpu ras management function.

Add amdgpu system configuration parameters and
functions needed by rascore.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <

drm/amd/ras: Add amdgpu ras management function.

Add amdgpu system configuration parameters and
functions needed by rascore.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

e221ac6f24-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Amdgpu preprocesses ras interrupts

Amdgpu preprocesses ras interrupts.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Z

drm/amd/ras: Amdgpu preprocesses ras interrupts

Amdgpu preprocesses ras interrupts.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

ffdab7f424-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add amdgpu ras system functions

Add amdgpu ras system functions.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <

drm/amd/ras: Add amdgpu ras system functions

Add amdgpu ras system functions.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

b658fadf17-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Amdgpu handle ras ioctl command

Amdgpu handle ras ioctl command.

V2:
Remove non-standard device information.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <

drm/amd/ras: Amdgpu handle ras ioctl command

Amdgpu handle ras ioctl command.

V2:
Remove non-standard device information.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

764e868917-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add amdgpu eeprom i2c configuration function

Add amdgpu eeprom i2c configuration function.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Re

drm/amd/ras: Add amdgpu eeprom i2c configuration function

Add amdgpu eeprom i2c configuration function.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

585fe8f317-Mar-2025 YiPeng Chai <YiPeng.Chai@amd.com>

drm/amd/ras: Add amdgpu mp1 v13_0 configuration function

Add amdgpu mp1 v13_0 configuration function.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Revi

drm/amd/ras: Add amdgpu mp1 v13_0 configuration function

Add amdgpu mp1 v13_0 configuration function.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

show more ...

12