aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz5-86/+238
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay6-54/+65
2015-01-12drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay1-1/+4
2014-11-18amdkfd: init aperture once per processAlexey Skidanov3-8/+11
2014-11-09amdkfd: Display MEC fw version in topology nodeOded Gabbay1-2/+6
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay1-1/+12
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay1-1/+7
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin1-1/+1
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin1-2/+1
2014-11-25amdkfd: delete some dead codeDan Carpenter1-5/+0
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay1-0/+4
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter1-1/+1
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter1-2/+2
2014-11-21amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay1-1/+1
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay1-0/+1
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay1-0/+1
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov2-12/+11
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay1-1/+2
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall1-0/+1
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay2-6/+5
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay1-2/+3
2014-11-20amdkfd: is_occupied() can be staticOded Gabbay1-3/+3
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay1-5/+6
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot1-1/+2
2014-11-20amdkfd: test_kq() can be statickbuild test robot1-1/+1
2014-11-20amdkfd: Fix sparse warnings in kfd_topology.cOded Gabbay1-20/+20
2014-11-20amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay1-4/+12
2014-11-02amdkfd: Implement the Get Version IOCTLOded Gabbay1-1/+10
2014-08-18drm/amdkfd: Fix logic of destroy_queue_nocpsch()Ben Goz1-18/+18
2015-01-04drm/amdkfd: Change MQD manager to be H/W specificBen Goz5-428/+498
2015-01-01drm/amdkfd: Add asic property to kfd_device_infoBen Goz2-1/+15
2015-01-04drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnosticBen Goz4-16/+16
2015-01-04drm/amdkfd: Add new VI-specific queue propertiesBen Goz2-1/+35
2015-01-02drm/amdkfd: Don't include header files from radeonOded Gabbay3-3/+14
2014-10-26drm/amdkfd: Remove call to deprecated init_memory interfaceBen Goz1-21/+0
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay4-65/+33
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay1-2/+14
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay1-3/+19
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay2-0/+193
2015-01-09drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay1-6/+15
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz1-2/+2
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz1-0/+2
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz3-12/+154
2015-01-09drm/amdkfd: Add SDMA mqd supportBen Goz2-0/+130
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov6-30/+41
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov3-71/+86
2014-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov2-1/+61
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk1-1/+28
2014-07-17amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky1-1/+51
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay1-3/+202