aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay2-48/+86
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
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz1-0/+3
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz1-0/+12
2014-12-09drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz2-2/+2
2014-12-28amdkfd: actually allocate longs for the pasid bitmaskSasha Levin1-1/+1
2014-12-05amdkfd: Remove duplicate includeOded Gabbay1-1/+0
2014-12-02amdkfd: Fixing topology bug in building sysfs nodesBen Goz1-1/+1
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay1-2/+11
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-11-09drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay1-0/+15
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-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
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky4-5/+218
2014-07-17amdkfd: Add device queue manager moduleBen Goz5-4/+1156
2014-07-17amdkfd: Add process queue manager moduleBen Goz4-1/+390
2014-07-17amdkfd: Add packet manager moduleBen Goz3-1/+641
2014-07-17amdkfd: Add module parameter of scheduling policyBen Goz2-0/+42
2014-07-17amdkfd: Add kernel queue moduleBen Goz7-2/+1066
2014-07-17amdkfd: Add mqd_manager moduleBen Goz5-1/+681
2014-07-17amdkfd: Add queue moduleBen Goz3-2/+209
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay3-1/+102
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay9-10/+1349