summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2014-11-25amdkfd: delete some dead codeDan Carpenter-5/+0
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay-0/+4
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter-1/+1
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter-2/+2
2014-11-21amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay-1/+1
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay-0/+1
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay-0/+1
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov-12/+11
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay-1/+2
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall-0/+1
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay-6/+5
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay-2/+3
2014-11-20amdkfd: is_occupied() can be staticOded Gabbay-3/+3
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay-5/+6
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot-1/+2
2014-11-20amdkfd: test_kq() can be statickbuild test robot-1/+1
2014-11-20amdkfd: Fix sparse warnings in kfd_topology.cOded Gabbay-20/+20
2014-11-20amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay-4/+12
2014-11-02amdkfd: Implement the Get Version IOCTLOded Gabbay-1/+10
2014-08-18drm/amdkfd: Fix logic of destroy_queue_nocpsch()Ben Goz-18/+18
2015-01-04drm/amdkfd: Change MQD manager to be H/W specificBen Goz-428/+498
2015-01-01drm/amdkfd: Add asic property to kfd_device_infoBen Goz-1/+15
2015-01-04drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz-16/+16
2015-01-04drm/amdkfd: Add new VI-specific queue propertiesBen Goz-1/+35
2015-01-02drm/amdkfd: Don't include header files from radeonOded Gabbay-3/+14
2015-01-02drm/amd: Put cik structures in a common placeBen Goz-0/+293
2014-10-26drm/amdkfd: Remove call to deprecated init_memory interfaceBen Goz-21/+0
2015-01-02drm/radeon: Initialize compute vmidBen Goz-4/+0
2015-01-09drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay-18/+0
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay-65/+33
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay-2/+14
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay-3/+19
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay-0/+193
2015-01-09drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay-6/+15
2015-01-09drm/amd: Add new kfd-->kgd interface for gart usageOded Gabbay-0/+9
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz-2/+2
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz-0/+2
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz-12/+154
2015-01-09drm/amdkfd: Add SDMA mqd supportBen Goz-0/+130
2015-01-09drm/amd: Add SDMA functions to kfd-->kgd interfaceBen Goz-3/+19
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov-30/+41
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov-71/+86
2014-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov-1/+61
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk-1/+28
2014-07-17amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky-1/+51
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay-3/+202
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky-5/+218
2014-07-17amdkfd: Add device queue manager moduleBen Goz-4/+1156
2014-07-17amdkfd: Add process queue manager moduleBen Goz-1/+390
2014-07-17amdkfd: Add packet manager moduleBen Goz-1/+641