summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)Author
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-08-18drm/amdkfd: Fix logic of destroy_queue_nocpsch()Ben Goz
2015-01-04drm/amdkfd: Change MQD manager to be H/W specificBen Goz
2015-01-01drm/amdkfd: Add asic property to kfd_device_infoBen Goz
2015-01-04drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz
2015-01-04drm/amdkfd: Add new VI-specific queue propertiesBen Goz
2015-01-02drm/amdkfd: Don't include header files from radeonOded Gabbay
2015-01-02drm/amd: Put cik structures in a common placeBen Goz
2014-10-26drm/amdkfd: Remove call to deprecated init_memory interfaceBen Goz
2015-01-02drm/radeon: Initialize compute vmidBen Goz
2015-01-09drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay
2015-01-09drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay
2015-01-09drm/amd: Add new kfd-->kgd interface for gart usageOded Gabbay
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz
2015-01-09drm/amdkfd: Add SDMA mqd supportBen Goz
2015-01-09drm/amd: Add SDMA functions to kfd-->kgd interfaceBen Goz
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov
2014-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk