summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2014-11-25amdkfd: delete some dead codeDan Carpenter
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter
2014-11-21amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay
2014-11-20amdkfd: is_occupied() can be staticOded Gabbay
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot
2014-11-20amdkfd: test_kq() can be statickbuild test robot
2014-11-20amdkfd: Fix sparse warnings in kfd_topology.cOded Gabbay
2014-11-20amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay
2014-11-02amdkfd: Implement the Get Version IOCTLOded Gabbay
2014-07-16amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov
2014-07-16amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk
2014-07-16amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay
2014-07-16amdkfd: Add interrupt handling moduleAndrew Lewycky
2014-07-16amdkfd: Add device queue manager moduleBen Goz
2014-07-16amdkfd: Add process queue manager moduleBen Goz
2014-07-16amdkfd: Add packet manager moduleBen Goz
2014-07-16amdkfd: Add module parameter of scheduling policyBen Goz
2014-07-16amdkfd: Add kernel queue moduleBen Goz
2014-07-16amdkfd: Add mqd_manager moduleBen Goz
2014-07-16amdkfd: Add queue moduleBen Goz
2014-07-16amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay
2014-07-16amdkfd: Add topology module to amdkfdEvgeny Pinchuk
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay