summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay2015-02-021-1/+5
* drm/amdkfd: max num of queues can't be 0Oded Gabbay2015-02-021-2/+2
* drm/amdkfd: Fix bug in accounting of queuesOded Gabbay2015-02-021-1/+1
* drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay2015-01-221-1/+1
* drm/amdkfd: Fix bug in pipelines initializationOded Gabbay2015-01-221-1/+5
* drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay2015-01-187-36/+96
* drm/amdkfd: PQM handle queue creation faultBen Goz2015-01-151-0/+3
* drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay2015-01-081-1/+1
* drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer2015-01-084-212/+2
* drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay2015-01-062-48/+86
* drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay2015-01-061-7/+8
* drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay2015-01-061-117/+117
* drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz2015-01-051-0/+3
* drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz2015-01-041-0/+12
* drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz2014-12-092-2/+2
* amdkfd: actually allocate longs for the pasid bitmaskSasha Levin2014-12-281-1/+1
* amdkfd: Remove duplicate includeOded Gabbay2014-12-051-1/+0
* amdkfd: Fixing topology bug in building sysfs nodesBen Goz2014-12-021-1/+1
* amdkfd: Fix accounting of device queuesOded Gabbay2014-12-071-2/+11
* amdkfd: init aperture once per processAlexey Skidanov2014-11-183-8/+11
* amdkfd: Display MEC fw version in topology nodeOded Gabbay2014-11-091-2/+6
* drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay2014-11-091-0/+15
* amdkfd: Disable support for 32-bit user processesOded Gabbay2014-12-051-1/+12
* amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay2014-12-041-1/+7
* amdkfd: use atomic allocations within srcu callbacksSasha Levin2014-12-031-1/+1
* amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin2014-12-031-2/+1
* amdkfd: delete some dead codeDan Carpenter2014-11-251-5/+0
* amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay2014-11-251-0/+4
* amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter2014-11-251-1/+1
* amdkfd: fix some error handling in ioctlDan Carpenter2014-11-251-2/+2
* amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay2014-11-211-1/+1
* amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay2014-11-211-0/+1
* amdkfd: Clear ctx cb before suspendOded Gabbay2014-11-091-0/+1
* amdkfd: Instead of using get function, use container_ofAlexey Skidanov2014-11-192-12/+11
* amdkfd: use schedule() in sync_with_hwOded Gabbay2014-11-171-1/+2
* amdkfd: Fix memory leak on process deregistrationJay Cornwall2014-11-201-0/+1
* amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay2014-11-202-6/+5
* amdkfd: fence_wait_timeout() can be staticOded Gabbay2014-11-201-2/+3
* amdkfd: is_occupied() can be staticOded Gabbay2014-11-201-3/+3
* amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay2014-11-201-5/+6
* amdkfd: pqm_get_kernel_queue() can be statickbuild test robot2014-11-201-1/+2
* amdkfd: test_kq() can be statickbuild test robot2014-11-201-1/+1
* amdkfd: Fix sparse warnings in kfd_topology.cOded Gabbay2014-11-201-20/+20
* amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay2014-11-201-4/+12
* amdkfd: Implement the Get Version IOCTLOded Gabbay2014-11-021-1/+10
* amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov2014-07-172-1/+61
* amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk2014-07-171-1/+28
* amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky2014-07-171-1/+51
* amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay2014-10-191-3/+202
* amdkfd: Add interrupt handling moduleAndrew Lewycky2014-07-174-5/+218
OpenPOWER on IntegriCloud