summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2020-06-24drm/amd: fix potential memleak in err branchBernard Zhao
2020-06-19Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie
2020-06-17drm/amdkfd: Use correct major in devcgroup checkLorenz Brun
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-21drm/amdkfd: report the real PCI bus numberEvan Quan
2020-05-21drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan
2020-05-01drm/amdkfd: Use a systematic method to calculate queue mask bitYong Zhao
2020-05-01drm/amdkfd: Fix comment formattingFelix Kuehling
2020-05-01drm/amdkfd: Report domain with topologyOri Messinger
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi
2020-04-28drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse
2020-04-28drm/amdkfd: Enable GWS based on FW SupportJoseph Greathouse
2020-04-28drm/amdkfd: New IOCTL to allocate queue GWS (v2)Oak Zeng
2020-04-28drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse
2020-04-22drm/amdkfd: Adjust three kfd dmesg printings during initializationYong Zhao
2020-04-13device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao
2020-03-10drm/amdkfd: Use pr_debug to print the message of reaching event limitYong Zhao
2020-03-06drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling
2020-03-06drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaroundYong Zhao
2020-03-05drm/amdkfd: fix indentation issueColin Ian King
2020-02-28drm/amdkfd: change SDMA MQD memory typeEric Huang
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao
2020-02-26drm/amdkfd: Delete unnecessary unmap queue package submissionsYong Zhao
2020-02-26drm/amdkfd: Delete excessive printingsYong Zhao
2020-02-26drm/amdkfd: Fix a memory leak in queue creation error handlingYong Zhao
2020-02-26drm/amdkfd: Count active CP queues directlyYong Zhao
2020-02-26drm/amdkfd: Avoid ambiguity by indicating it's cp queueYong Zhao
2020-02-26drm/amdkfd: Rename queue_count to active_queue_countYong Zhao
2020-02-26drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre
2020-02-12drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj
2020-02-12drm/amdkfd: show warning when kfd is lockedRajneesh Bhardwaj
2020-02-06drm/amdkfd: Add queue information to sysfsAmber Lin
2020-02-04drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS modeYong Zhao
2020-01-16drm/amdkfd: Add a message when SW scheduler is usedYong Zhao
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui
2020-01-16drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra
2020-01-09drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling
2020-01-07drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling
2020-01-07drm/amdkfd: Improve HWS hang detection and handlingFelix Kuehling
2020-01-07drm/amdkfd: Remove unused variableFelix Kuehling
2020-01-07drm/amdkfd: Fix permissions of hang_hwsFelix Kuehling
2019-12-19drm/amdkfd: expose num_cp_queues data field to topology node (v2)Huang Rui
2019-12-19drm/amdkfd: expose num_sdma_queues_per_engine data field to topology node (v2)Huang Rui
2019-12-18drm/amdkfd: queue kfd interrupt work to different CPUPhilip Yang
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter