summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao2017-09-211-6/+12
* drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling2017-09-211-1/+1
* drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao2017-09-211-3/+15
* drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling2017-09-211-1/+1
* drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay2017-09-021-1/+1
* drm/amd: Update MEC HQD loading code for KFDFelix Kuehling2017-08-161-1/+2
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-161-5/+15
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-161-16/+0Star
* drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell2017-08-161-1/+1
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-161-3/+3
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-161-8/+8
* drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan2016-09-191-1/+1
* drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan2016-09-191-0/+3
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-04-301-1/+1
* drm/amdkfd: reformat some debug printsOded Gabbay2015-05-191-2/+3
* drm/amdkfd: destroy mqd when destroying kernel queueBen Goz2015-03-161-9/+13
* drm/amdkfd: Add break at the end of caseOded Gabbay2015-01-221-0/+3
* drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay2015-01-151-24/+0Star
* drm/amdkfd: Add initial VI support for KQBen Goz2014-12-021-3/+18
* drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay2015-01-121-12/+12
* drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay2015-01-121-1/+1
* drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz2015-01-041-1/+1
* drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-091-26/+15Star
* amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay2014-12-041-1/+7
* amdkfd: use schedule() in sync_with_hwOded Gabbay2014-11-171-1/+2
* amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay2014-11-201-5/+4Star
* amdkfd: test_kq() can be statickbuild test robot2014-11-201-1/+1
* amdkfd: Add kernel queue moduleBen Goz2014-07-161-0/+347