summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * drm/amdgpu: Add MB_REQ_MSG_READY_TO_RESET response when VF get FLR notification.Jiange Zhao2021-08-162-1/+4
| | | * drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang2021-08-169-37/+119
| | | * gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access...Tuo Li2021-08-111-1/+1
| | | * drm/amdkfd: CWSR with software schedulerMukul Joshi2021-08-113-1/+94
| | | * drm/amdgpu: handle VCN instances when harvesting (v2)Alex Deucher2021-08-101-3/+9
| | | * drm/amdgpu: Removed unnecessary if statementSergio Miguéns Iglesias2021-08-091-3/+0
| | | * drm/amdgpu: fix kernel-doc warnings on non-kernel-doc commentsRandy Dunlap2021-08-091-3/+3
| | | * drm/amd/amdgpu: skip locking delayed work if not initialized.YuBiao Wang2021-08-091-1/+2
| | | * drm/amdgpu: Extend full access wait time in guestVictor Zhao2021-08-091-4/+12
| | * | Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-08-163-9/+15
| | |\ \ | | | |/ | | |/|
| | * | drm/amdgpu: check for allocation failure in amdgpu_vkms_sw_init()Dan Carpenter2021-08-061-0/+2
| | * | drm/amdgpu: drop redundant null-pointer checks in amdgpu_ttm_tt_populate() an...Tuo Li2021-08-051-2/+2
| | * | drm/amdgpu: don't enable baco on boco platforms in runpmAlex Deucher2021-08-051-0/+2
| | * | drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse2021-08-055-0/+5
| | * | drm/amdgpu: set RAS EEPROM address from VBIOSJohn Clements2021-08-053-0/+58
| | * | drm/amd/amdgpu: Recovery vcn instance iterate.Peng Ju Zhou2021-08-051-13/+20
| | * | drm/amdgpu: added synchronization for psp cmd buf accessJohn Clements2021-08-051-66/+139
| | * | drm/amdgpu: update PSP BL cmd IDsJohn Clements2021-08-051-3/+3
| | * | drm/amdgpu: add DID for beige gobyChengming Gui2021-08-051-0/+7
| | * | drm/amd/amdgpu: remove redundant host to psp cmd buf allocationsCandice Li2021-08-051-161/+66
| | * | drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor2021-08-0510-290/+228
| | * | drm/amdgpu: cleanup dce_virtualRyan Taylor2021-08-051-565/+3
| | * | drm/amdgpu: create amdgpu_vkms (v4)Ryan Taylor2021-08-057-11/+493
| | * | gpu/drm/amd: Remove duplicated include of drm_drv.hzhouchuangao2021-08-051-2/+0
| | * | drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)Guchun Chen2021-08-053-10/+11
| | * | drm/amdgpu: Fix channel_index table layout for AldebaranMukul Joshi2021-08-053-12/+12
| | * | drm/amdgpu: fix checking pmops when PM_SLEEP is not enabledRandy Dunlap2021-08-051-1/+1
| | * | drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Yifan Zhang2021-08-021-1/+20
| | * | Revert "Revert "drm/amdkfd: Only apply TLB flush optimization on ALdebaran""Eric Huang2021-08-021-0/+6
| | * | Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not d...Eric Huang2021-08-021-0/+1
| | * | Revert "Revert "drm/amdkfd: Make TLB flush conditional on mapping""Eric Huang2021-08-022-9/+12
| | * | Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang2021-08-024-10/+10
| | * | drm/amdgpu: Fix out-of-bounds read when update mappingxinhui pan2021-08-021-1/+2
| * | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
| |\ \ \
| | * \ \ Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-291-1/+1
| | |\ \ \
| | | * | | gpu: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
| * | | | | drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov2021-08-241-1/+1
| * | | | | drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer2021-08-202-17/+30
| * | | | | drm/amdgpu: use the preferred pin domain after the checkChristian König2021-08-201-5/+5
| * | | | | drm/amdgpu: handle VCN instances when harvesting (v2)Alex Deucher2021-08-101-3/+9
| * | | | | drm/amdgpu: don't enable baco on boco platforms in runpmAlex Deucher2021-08-061-0/+2
| * | | | | drm/amdgpu: set RAS EEPROM address from VBIOSJohn Clements2021-08-063-0/+45
| |/ / / /
| * | | | drm/amdgpu: add DID for beige gobyChengming Gui2021-08-051-0/+7
| * | | | drm/amdgpu: fix checking pmops when PM_SLEEP is not enabledRandy Dunlap2021-08-051-1/+1
| * | | | drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Yifan Zhang2021-07-301-1/+20
| * | | | drm/amdgpu: Fix out-of-bounds read when update mappingxinhui pan2021-07-301-1/+2
| * | | | drm/amdgpu: Check pmops for desired suspend statePratik Vishwakarma2021-07-271-1/+2
| * | | | drm/amdgpu: Avoid printing of stack contents on firmware load errorJiri Kosina2021-07-261-4/+3
| * | | | drm/amdgpu: Fix resource leak on probe error pathJiri Kosina2021-07-261-6/+2
| |/ / /
* | | | dma-buf: nuke DMA_FENCE_TRACE macros v2Christian König2021-09-021-9/+1