aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)Author
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi
2024-05-02drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher
2024-04-27drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan
2024-04-10drm/amdgpu: Use drm_mode_copy()Ville Syrjälä
2024-04-10drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang
2024-03-26drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam
2024-03-26drm/ttm: add ttm_resource_fini v2Christian König
2024-03-26drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesPrike Liang
2024-03-15drm/amdgpu: Reset IH OVERFLOW_CLEAR bitFriedrich Vock
2024-03-01drm/amdgpu: init iommu after amdkfd device initYifan Zhang
2024-03-01drm/amdgpu: reset gpu for s3 suspend abort casePrike Liang
2024-03-01drm/amdgpu: skip to program GFXDEC registers for suspend abortPrike Liang
2024-02-23Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling
2024-02-23drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heapWang, Beyond
2024-01-25drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher
2024-01-25drm/amdgpu: Add NULL checks for function pointersLijo Lazar
2024-01-25drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao
2023-12-20drm/amdgpu/sdma5.2: add begin/end_use ring callbacksAlex Deucher
2023-12-13drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang
2023-12-13drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cSrinivasan Shanmugam
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang
2023-11-28drm/amdgpu: fix error handling in amdgpu_bo_list_get()Christian König
2023-11-28drm/amdgpu: don't use ATRM for external devicesAlex Deucher
2023-11-28drm/amdgpu: fix software pci_unplug on some chipsVitaly Prosyak
2023-11-28drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLQu Huang
2023-11-28drm/amdgpu/vkms: fix a possible null pointer dereferenceMa Ke
2023-11-28drm/amdgpu: Fix potential null pointer derefernceStanley.Yang
2023-11-08drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello
2023-11-08drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello
2023-10-19drm/amdgpu: add missing NULL checkChristian König
2023-10-10drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello
2023-10-06drm/amdgpu: Handle null atom context in VBIOS info ioctlDavid Francis
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König
2023-09-19Revert "drm/amdgpu: install stub fence into potential unused fence pointers"Greg Kroah-Hartman
2023-09-19drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam
2023-09-19drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann
2023-09-19drm/amdgpu: Match against exact bootloader statusLijo Lazar
2023-08-26drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello
2023-08-26drm/amdgpu: Fix potential fence use-after-free v2shanzhulig
2023-08-26drm/amdgpu: install stub fence into potential unused fence pointersLang Yu
2023-08-03drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello
2023-08-03drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen
2023-08-03drm/amdgpu: fix vkms crtc settingsFlora Cui
2023-07-23drm/amdgpu: avoid restore process run into dead loop.gaba
2023-07-23drm/amdgpu: fix clearing mappings for BOs that are always valid in VMSamuel Pitoiset
2023-07-23amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu