summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay
2015-01-22drm/amdkfd: Handle case of invalid queue typeOded Gabbay
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay
2015-01-22drm/amdkfd: Remove negative check of uint variableOded Gabbay
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay
2015-01-15drm/amdkfd: Remove unused function busy_wait()Oded Gabbay
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz
2014-12-09drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz
2014-12-28amdkfd: actually allocate longs for the pasid bitmaskSasha Levin
2014-12-05amdkfd: Remove duplicate includeOded Gabbay
2014-12-02amdkfd: Fixing topology bug in building sysfs nodesBen Goz
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay
2014-12-02drm/amdkfd: Add initial VI support for KQBen Goz
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay
2015-01-12drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay
2014-11-18amdkfd: init aperture once per processAlexey Skidanov
2014-11-09amdkfd: Display MEC fw version in topology nodeOded Gabbay
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin
2014-11-25amdkfd: delete some dead codeDan Carpenter
2014-11-25amdkfd: Fix memory leak of mqds on dqm finiOded Gabbay
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter
2014-11-21amdkfd: Remove DRM_AMDGPU dependency from KconfigOded Gabbay
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay
2014-11-19amdkfd: Instead of using get function, use container_ofAlexey Skidanov
2014-11-17amdkfd: use schedule() in sync_with_hwOded Gabbay
2014-11-20amdkfd: Fix memory leak on process deregistrationJay Cornwall
2014-11-20amdkfd: add __iomem attribute to doorbell_ptrOded Gabbay
2014-11-20amdkfd: fence_wait_timeout() can be staticOded Gabbay
2014-11-20amdkfd: is_occupied() can be staticOded Gabbay
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay