summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling1-1/+1
2017-09-21drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao1-6/+12
2017-09-21drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling1-1/+1
2017-09-21drm/amdkfd: Fix kernel-queue wrapping bugsYong Zhao1-3/+15
2017-09-21drm/amdkfd: Fix incorrect destroy_mqd parameterFelix Kuehling1-1/+1
2017-09-02drm/amdkfd: pass queue's mqd when destroying mqdOded Gabbay1-1/+1
2017-08-16drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-1/+2
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-5/+15
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-16/+0
2017-08-16drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell1-1/+1
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-3/+3
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-8/+8
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan1-1/+1
2016-09-19drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan1-0/+3
2016-04-30amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-1/+1
2015-05-19drm/amdkfd: reformat some debug printsOded Gabbay1-2/+3
2015-03-17drm/amdkfd: destroy mqd when destroying kernel queueBen Goz1-9/+13
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay1-0/+3
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay1-24/+0
2014-12-02drm/amdkfd: Add initial VI support for KQBen Goz1-3/+18
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay1-12/+12
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay1-1/+1
2015-01-04drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz1-1/+1
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay1-26/+15
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay1-1/+7
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay1-1/+2
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay1-5/+4
2014-11-20amdkfd: test_kq() can be statickbuild test robot1-1/+1
2014-07-17amdkfd: Add kernel queue moduleBen Goz1-0/+347