aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay1-48/+68
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay1-7/+8
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay1-117/+117
2014-12-05amdkfd: Remove duplicate includeOded Gabbay1-1/+0
2014-11-18amdkfd: init aperture once per processAlexey Skidanov1-4/+0
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay1-1/+12
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter1-2/+2
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-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov1-1/+55
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
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-2/+29
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay1-0/+210