summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)Author
2018-01-10drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva
2018-01-10drm/amdkfd: add ull suffix to 64bit definesOded Gabbay
2018-01-02drm/amdkfd: don't always call execute_queues_cpsch()Yong Zhao
2018-01-02drm/amdkfd: Fix return value 0 when execute_queues_cpsch failsYong Zhao
2017-12-08drm/amdkfd: Ignore ACPI CRAT for non-APU systemsHarish Kasiviswanathan
2017-12-08drm/amdkfd: Module option to disable CRAT tableFelix Kuehling
2017-12-08drm/amdkfd: Add AQL Queue Memory flag on topologyBen Goz
2017-12-08drm/amdkfd: Fixup incorrect info in the CZ CRAT tablePhilip Cox
2017-12-08drm/amdkfd: Add perf counters to topologyAmber Lin
2017-12-08drm/amdkfd: Add topology support for dGPUsHarish Kasiviswanathan
2017-12-08drm/amdkfd: Add topology support for CPUsFelix Kuehling
2017-12-08drm/amdkfd: Fix sibling_map[] sizeHarish Kasiviswanathan
2017-12-08drm/amdkfd: Simplify counting of memory banksFelix Kuehling
2017-12-08drm/amdkfd: Turn verbose topology messages into pr_debugFelix Kuehling
2017-12-08drm/amdkfd: sync IOLINK defines to thunk specHarish Kasiviswanathan
2017-12-08drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan
2017-12-08drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan
2017-12-08drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan
2017-12-08drm/amdkfd: Group up CRAT related functionsFelix Kuehling
2017-12-08drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao
2017-12-08drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan
2017-12-08drm/amdkfd: Update number of compute unit from KGDFlora Cui
2017-12-08drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan
2017-11-27drm/amdkfd: Simplify locking during process creationYong Zhao
2017-11-27drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling
2017-11-27drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling
2017-11-27drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling
2017-11-27drm/amdkfd: Get reference to lead_thread task structFelix Kuehling
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling
2017-11-27drm/amdkfd: Fix oversubscription accountingFelix Kuehling
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling
2017-12-04drm/amdkfd: Fix printing pointer castKent Russell
2017-11-27drm/amdkfd: Add crash protection in debugger register pathPhilip Yang
2017-11-24drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao
2017-11-14drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling
2017-11-14drm/amdkfd: Add trap handler for CWSRFelix Kuehling
2017-11-14drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling
2017-11-06drm/amdkfd: Use order_base_2 to get log2 of buffes sizesFelix Kuehling
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling
2017-11-01drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox
2017-11-01drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling
2017-11-01drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher
2017-12-01Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie
2017-11-26drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap
2017-11-26drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling
2017-11-26drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl