summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-09-04drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJesse Zhang1-1/+2
2024-09-04drm/amdgpu: Actually check flags for all context ops.Bas Nieuwenhuizen1-0/+8
2024-07-18drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher1-1/+1
2024-07-18drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-07-05drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-07-05drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
2024-06-16drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton1-0/+1
2024-05-17drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-17drm/amdkfd: change system memory overcommit limitEric Huang1-41/+58
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-05-02amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2024-05-02drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj1-2/+4
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2
2024-03-26drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam1-1/+1
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam1-1/+1
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling1-1/+2
2024-01-25drivers/amd/pm: fix a use-after-free in kv_parse_power_tableZhipeng Lu1-3/+1
2024-01-25drm/amd/pm: fix a double-free in si_dpm_initZhipeng Lu1-3/+2
2024-01-25drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher1-2/+2
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang1-1/+1
2023-11-28drm/amdgpu: fix error handling in amdgpu_bo_list_get()Christian König1-0/+1
2023-11-28drm/amd/display: Avoid NULL dereference of timing generatorWayne Lin1-2/+2
2023-11-28drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLQu Huang1-0/+6
2023-11-28drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and TongaMario Limonciello1-6/+6
2023-11-28drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7Mario Limonciello2-4/+4
2023-09-23drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-23drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-23drm/amdgpu: Prefer pcie_capability_read_word()Frederick Lawler2-52/+90
2023-09-23drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas2-16/+28
2023-09-23drm/amdgpu: Correct Transmit Margin masksBjorn Helgaas2-8/+8
2023-09-23drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic1-1/+2
2023-08-30drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-3/+3
2023-08-11drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen1-0/+4
2023-06-14drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9
2023-05-30drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira1-3/+2
2023-05-17drm/amdgpu: add a missing lock for AMDGPU_SCHEDChia-I Wu1-1/+5
2023-05-17drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen1-1/+40
2023-05-17drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu3-2/+23
2023-05-17drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu3-0/+43
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-11drm/amd/display: Fix potential null-deref in dm_resumeRoman Li1-2/+4
2023-01-18drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor1-1/+4
2023-01-18drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang1-0/+1
2022-12-08drm/amdgpu: always register an MMU notifier for userptrChristian König1-5/+3
2022-12-08drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASANLyude Paul1-1/+2