summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)Author
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz
2014-12-09drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz
2014-12-28amdkfd: actually allocate longs for the pasid bitmaskSasha Levin
2014-12-05amdkfd: Remove duplicate includeOded Gabbay
2014-12-02amdkfd: Fixing topology bug in building sysfs nodesBen Goz
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay
2014-11-18amdkfd: init aperture once per processAlexey Skidanov
2014-11-09amdkfd: Display MEC fw version in topology nodeOded Gabbay
2014-11-09drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin
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-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk
2014-07-17amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky
2014-07-17amdkfd: Add device queue manager moduleBen Goz
2014-07-17amdkfd: Add process queue manager moduleBen Goz
2014-07-17amdkfd: Add packet manager moduleBen Goz
2014-07-17amdkfd: Add module parameter of scheduling policyBen Goz
2014-07-17amdkfd: Add kernel queue moduleBen Goz
2014-07-17amdkfd: Add mqd_manager moduleBen Goz
2014-07-17amdkfd: Add queue moduleBen Goz
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay