summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie9-366/+218
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay7-36/+96
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz1-1/+1
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz1-0/+3
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay3-30/+0
2015-01-15drm/amdkfd: Remove unused function busy_wait()Oded Gabbay1-6/+0
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay1-1/+2
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz1-3/+3
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay1-1/+1
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer4-212/+2
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 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-27/+54
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