aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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 Goz1-1/+1
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-12-02drm/amdkfd: Add initial VI support for KQBen Goz5-4/+127
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay3-26/+53
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