summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay2015-01-221-2/+2
* drm/amdkfd: Fix sparse errorsOded Gabbay2015-01-223-37/+27Star
* drm/amdkfd: Handle case of invalid queue typeOded Gabbay2015-01-221-0/+5
* drm/amdkfd: Add break at the end of caseOded Gabbay2015-01-222-0/+6
* drm/amdkfd: Remove negative check of uint variableOded Gabbay2015-01-221-1/+1
* Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-2210-367/+219Star
|\
| * drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay2015-01-081-1/+1
| * drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer2015-01-084-212/+2Star
| * drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay2015-01-062-48/+86
| * drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay2015-01-061-7/+8
| * drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay2015-01-061-117/+117
| * drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz2015-01-051-0/+3
| * drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz2015-01-041-0/+12
| * drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz2014-12-092-2/+2
| * amdkfd: actually allocate longs for the pasid bitmaskSasha Levin2014-12-281-1/+1
| * amdkfd: Remove duplicate includeOded Gabbay2014-12-051-1/+0Star
| * amdkfd: Fixing topology bug in building sysfs nodesBen Goz2014-12-021-1/+1
| * amdkfd: Fix accounting of device queuesOded Gabbay2014-12-071-2/+11
* | drm/amdkfd: Fix description of sched_policy module parameterBen Goz2015-01-181-1/+1
* | drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay2015-01-153-30/+0Star
* | drm/amdkfd: Remove unused function busy_wait()Oded Gabbay2015-01-151-6/+0Star
* | drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay2015-01-151-1/+2
* | drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz2015-01-131-3/+3
* | drm/amdkfd: Add initial VI support for KQBen Goz2014-12-025-4/+127
* | drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay2015-01-123-27/+54
* | drm/amdkfd: Add initial VI support for DQMBen Goz2015-01-125-86/+238
* | drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay2015-01-126-54/+65
* | drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay2015-01-121-1/+4
* | drm/amdkfd: Fix logic of destroy_queue_nocpsch()Ben Goz2014-08-181-18/+18
* | drm/amdkfd: Change MQD manager to be H/W specificBen Goz2015-01-045-428/+498
* | drm/amdkfd: Add asic property to kfd_device_infoBen Goz2015-01-012-1/+15
* | drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz2015-01-044-16/+16
* | drm/amdkfd: Add new VI-specific queue propertiesBen Goz2015-01-042-1/+35
* | drm/amdkfd: Don't include header files from radeonOded Gabbay2015-01-023-3/+14
* | drm/amd: Put cik structures in a common placeBen Goz2015-01-021-0/+293
* | drm/amdkfd: Remove call to deprecated init_memory interfaceBen Goz2014-10-261-21/+0Star
* | drm/radeon: Initialize compute vmidBen Goz2015-01-021-4/+0Star
* | drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay2015-01-091-18/+0Star
* | drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-094-65/+33Star
* | drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay2015-01-091-2/+14
* | drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay2015-01-091-3/+19
* | drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay2015-01-092-0/+193
* | drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay2015-01-091-6/+15
* | drm/amd: Add new kfd-->kgd interface for gart usageOded Gabbay2015-01-091-0/+9
* | drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz2015-01-091-2/+2
* | drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz2015-01-091-0/+2
* | drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz2015-01-093-12/+154
* | drm/amdkfd: Add SDMA mqd supportBen Goz2015-01-092-0/+130
* | drm/amd: Add SDMA functions to kfd-->kgd interfaceBen Goz2015-01-091-3/+19
* | drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov2015-01-096-30/+41