summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd/amdgpu
AgeCommit message (Expand)Author
2021-09-09drm/amdgpu: Cancel delayed work when GFXOFF is disabledJonathan Gray
2021-08-27drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Jonathan Gray
2021-08-18drm/amdgpu: don't enable baco on boco platforms in runpmJonathan Gray
2021-08-04drm/amdgpu: Fix resource leak on probe error pathJonathan Gray
2021-08-04drm/amdgpu: Avoid printing of stack contents on firmware load errorJonathan Gray
2021-07-29drm/amdgpu: update golden setting for sienna_cichlidJonathan Gray
2021-07-19drm/amdgpu: enable sdma0 tmz for Raven/Renoir(V2)Jonathan Gray
2021-07-19drm/amdgpu: fix bad address translation for sienna_cichlidJonathan Gray
2021-07-19drm/amdkfd: use allowed domain for vmbo validationJonathan Gray
2021-07-19drm/amdgpu: remove unsafe optimization to drop preamble ibJonathan Gray
2021-07-19drm/amd/amdgpu/sriov disable all ip hw status by defaultJonathan Gray
2021-07-17syncJonathan Gray
2021-07-16drm/amdgpu: add another Renoir DIDJonathan Gray
2021-07-16amdgpu: Add Missing Sienna Cichlid DIDJonathan Gray
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-06-09don't fatally error on failing to map visible VRAMJonathan Gray
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedJonathan Gray
2020-11-19The conversion of the IO BAR access did not completely mirror thePatrick Wildt
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctlJonathan Gray
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updateJonathan Gray
2020-08-22drm/amdgpu: fix ordering of psp suspendJonathan Gray
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idleJonathan Gray
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putJonathan Gray
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerJonathan Gray
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Jonathan Gray
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Jonathan Gray
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersJonathan Gray
2020-07-29drm/amdgpu: fix preemption unit testJonathan Gray
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqJonathan Gray
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Jonathan Gray
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phaseJonathan Gray
2020-07-16drm/amdgpu: add TMR destory function for pspJonathan Gray
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0Jonathan Gray
2020-07-13change some drm locks from IPL_TTY to IPL_NONEJonathan Gray
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirJonathan Gray
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkJonathan Gray
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUJonathan Gray
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedJonathan Gray
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetJonathan Gray
2020-07-02drm/amdgpu: add fw release for sdma v5_0Jonathan Gray
2020-06-29remove now unused varJonathan Gray