summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2015-02-02drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay-1/+5
2015-02-02drm/amdkfd: max num of queues can't be 0Oded Gabbay-2/+2
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay-1/+1
2015-01-22drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay-1/+1
2015-01-22drm/amdkfd: Fix bug in pipelines initializationOded Gabbay-1/+5
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay-36/+96
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz-0/+3
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay-1/+1
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer-212/+2
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay-48/+86
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay-7/+8
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay-117/+117
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz-0/+3
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz-0/+12
2014-12-09drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz-2/+2
2014-12-28amdkfd: actually allocate longs for the pasid bitmaskSasha Levin-1/+1
2014-12-05amdkfd: Remove duplicate includeOded Gabbay-1/+0
2014-12-02amdkfd: Fixing topology bug in building sysfs nodesBen Goz-1/+1
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay-2/+11
2014-11-18amdkfd: init aperture once per processAlexey Skidanov-8/+11
2014-11-09amdkfd: Display MEC fw version in topology nodeOded Gabbay-2/+6
2014-11-09drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay-0/+15
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay-1/+12
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay-1/+7
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin-1/+1
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin-2/+1
2014-11-25amdkfd: delete some dead codeDan Carpenter-5/+0
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay-0/+4
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter-1/+1
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter-2/+2
2014-11-21amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay-1/+1
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay-0/+1
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay-0/+1
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov-12/+11
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay-1/+2
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall-0/+1
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay-6/+5
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay-2/+3
2014-11-20amdkfd: is_occupied() can be staticOded Gabbay-3/+3
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay-5/+6
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot-1/+2
2014-11-20amdkfd: test_kq() can be statickbuild test robot-1/+1
2014-11-20amdkfd: Fix sparse warnings in kfd_topology.cOded Gabbay-20/+20
2014-11-20amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay-4/+12
2014-11-02amdkfd: Implement the Get Version IOCTLOded Gabbay-1/+10
2014-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov-1/+61
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk-1/+28
2014-07-17amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky-1/+51
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay-3/+202
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky-5/+218