summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* drm/amdkfd: Remove unused function busy_wait()Oded Gabbay2015-01-151-6/+0
* 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/+0
* drm/radeon: Initialize compute vmidBen Goz2015-01-021-4/+0
* drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay2015-01-091-18/+0
* drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay2015-01-094-65/+33
* 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
* drm/amdkfd: Add number of watch points to topologyAlexey Skidanov2015-01-093-71/+86
* amdkfd: init aperture once per processAlexey Skidanov2014-11-183-8/+11
* amdkfd: Display MEC fw version in topology nodeOded Gabbay2014-11-091-2/+6
* drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay2014-11-091-0/+15
* amdkfd: Disable support for 32-bit user processesOded Gabbay2014-12-051-1/+12
* amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay2014-12-041-1/+7
* amdkfd: use atomic allocations within srcu callbacksSasha Levin2014-12-031-1/+1
* amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin2014-12-031-2/+1
* amdkfd: delete some dead codeDan Carpenter2014-11-251-5/+0
* amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay2014-11-251-0/+4
* amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter2014-11-251-1/+1
* amdkfd: fix some error handling in ioctlDan Carpenter2014-11-251-2/+2
* amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay2014-11-211-1/+1
* amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay2014-11-211-0/+1
* amdkfd: Clear ctx cb before suspendOded Gabbay2014-11-091-0/+1
* amdkfd: Instead of using get function, use container_ofAlexey Skidanov2014-11-192-12/+11
* amdkfd: use schedule() in sync_with_hwOded Gabbay2014-11-171-1/+2
* amdkfd: Fix memory leak on process deregistrationJay Cornwall2014-11-201-0/+1
OpenPOWER on IntegriCloud