Age | Commit message (Expand) | Author |
2023-06-09 | drm/amdkfd: Introduce kfd_node struct (v5) | Mukul Joshi |
2022-02-14 | drm/amdkfd: update SPDX license header | Rajneesh Bhardwaj |
2021-12-01 | drm/amdkfd: add kfd_device_info_init function | Graham Sider |
2021-11-17 | drm/amdkfd: replace asic_family with asic_type | Graham Sider |
2021-10-28 | drm/amdkfd: Remove cu mask from struct queue_properties(v2) | Lang Yu |
2020-04-28 | drm/amdkfd: Enable over-subscription with >1 GWS queue | Joseph Greathouse |
2020-01-07 | drm/amdkfd: Avoid hanging hardware in stop_cpsch | Felix Kuehling |
2019-12-05 | drm/amdkfd: Eliminate unnecessary kernel queue function pointers | Yong Zhao |
2019-11-19 | drm/amdkfd: Eliminate ops_asic_specific in kernel queue | Yong Zhao |
2019-11-19 | drm/amdkfd: Merge CIK kernel queue functions into VI | Yong Zhao |
2019-11-13 | drm/amdkfd: Use kernel queue v9 functions for v10 | Yong Zhao |
2019-10-03 | drm/amdkfd: use navi12 specific family id for navi12 code path | shaoyunl |
2019-09-16 | drm/amdkfd: init kernel queue for renoir | Huang Rui |
2019-09-16 | drm/amdkfd: Support Navi14 in KFD | Yong Zhao |
2019-07-18 | amd/amdkfd: Add ASIC ARCTURUS to kfd | Yong Zhao |
2019-06-21 | drm/amdkfd: Add navi10 support to amdkfd. (v3) | Philip Cox |
2019-06-11 | drm/amdkfd: Separate mqd allocation and initialization | Oak Zeng |
2019-05-24 | drm/amdkfd: Add VegaM support | Kent Russell |
2019-05-24 | drm/amdkfd: Init mqd managers in device queue manager init | Oak Zeng |
2019-05-24 | drm/amdkfd: Introduce DIQ type mqd manager | Oak Zeng |
2018-11-19 | drm/amdkfd: Added Vega12 and Polaris12 for KFD. | Gang Ba |
2018-09-26 | drm/amdkfd: Vega20 bring up on amdkfd side | Shaoyun Liu |
2018-07-14 | drm/amdkfd: Add CU-masking ioctl to KFD | Felix Kuehling |
2018-07-11 | drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_manager | Yong Zhao |
2018-04-08 | drm/amdkfd: Add 64-bit doorbell and wptr support to kernel queue | Felix Kuehling |
2018-04-10 | drm/amdkfd: Fix kernel queue rollback_packet | Felix Kuehling |
2018-04-10 | drm/amdkfd: Fix goto usage | Felix Kuehling |
2018-01-04 | drm/amdkfd: Add dGPU support to kernel_queue_init | Felix Kuehling |
2017-11-06 | drm/amdkfd: Hardware DWORD size is 4 bytes | Felix Kuehling |
2017-09-20 | drm/amdkfd: Reuse CHIP_* from amdgpu v2 | Yong Zhao |
2017-09-20 | drm/amdkfd: Adjust dequeue latencies and timeouts | Felix Kuehling |
2017-09-20 | drm/amdkfd: Fix kernel-queue wrapping bugs | Yong Zhao |
2017-09-20 | drm/amdkfd: Fix incorrect destroy_mqd parameter | Felix Kuehling |
2017-09-02 | drm/amdkfd: pass queue's mqd when destroying mqd | Oded Gabbay |
2017-08-15 | drm/amd: Update MEC HQD loading code for KFD | Felix Kuehling |
2017-08-15 | drm/amdkfd: Handle remaining BUG_ONs more gracefully v2 | Felix Kuehling |
2017-08-15 | drm/amdkfd: Remove BUG_ONs for NULL pointer arguments | Felix Kuehling |
2017-08-15 | drm/amdkfd: Remove usage of alloc(sizeof(struct... | Kent Russell |
2017-08-15 | drm/amdkfd: Change x==NULL/false references to !x | Kent Russell |
2017-08-15 | drm/amdkfd: Consolidate and clean up log commands | Kent Russell |
2016-09-19 | drm/amdkfd: Pass 'struct queue_propertices' by reference | Edward O'Callaghan |
2016-09-19 | drm/amdkfd: Add some missing memset zero'ing in queue init func | Edward O'Callaghan |
2016-05-01 | amdkfd: Use the canonical form in branch predicates | Edward O'Callaghan |
2015-05-19 | drm/amdkfd: reformat some debug prints | Oded Gabbay |
2015-03-16 | drm/amdkfd: destroy mqd when destroying kernel queue | Ben Goz |
2015-01-22 | drm/amdkfd: Add break at the end of case | Oded Gabbay |
2015-01-15 | drm/amdkfd: Remove sync_with_hw() from amdkfd | Oded Gabbay |
2014-12-02 | drm/amdkfd: Add initial VI support for KQ | Ben Goz |
2015-01-12 | drm/amdkfd: Encapsulate KQ functions in ops structure | Oded Gabbay |
2015-01-12 | drm/amdkfd: Encapsulate DQM functions in ops structure | Oded Gabbay |