summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
Commit message (Expand)AuthorAge
* drm/amdkfd: Add dGPU support to kernel_queue_initFelix Kuehling2018-01-04
* drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling2017-11-06
* drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao2017-09-20
* drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling2017-09-20
* drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao2017-09-20
* drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling2017-09-20
* drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay2017-09-02
* drm/amd: Update MEC HQD loading code for KFDFelix Kuehling2017-08-15
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-15
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-15
* drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell2017-08-15
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-15
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-15
* drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan2016-09-19
* drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan2016-09-19
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-05-01
* drm/amdkfd: reformat some debug printsOded Gabbay2015-05-19
* drm/amdkfd: destroy mqd when destroying kernel queueBen Goz2015-03-16
* drm/amdkfd: Add break at the end of caseOded Gabbay2015-01-22
* drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay2015-01-15
* drm/amdkfd: Add initial VI support for KQBen Goz2014-12-02
* drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay2015-01-12
* drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay2015-01-12
* drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz2015-01-04
* drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-09
* amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay2014-12-04
* amdkfd: use schedule() in sync_with_hwOded Gabbay2014-11-17
* amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay2014-11-20
* amdkfd: test_kq() can be statickbuild test robot2014-11-20
* amdkfd: Add kernel queue moduleBen Goz2014-07-17