summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-12-08drm/amdkfd: Fix sibling_map[] sizeHarish Kasiviswanathan2-10/+14
2017-12-08drm/amdkfd: Simplify counting of memory banksFelix Kuehling3-15/+3
2017-12-08drm/amdkfd: Turn verbose topology messages into pr_debugFelix Kuehling2-9/+10
2017-12-08drm/amdkfd: sync IOLINK defines to thunk specHarish Kasiviswanathan1-5/+16
2017-12-08drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan4-10/+19
2017-12-08drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan4-79/+132
2017-12-08drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan3-30/+54
2017-12-08drm/amdkfd: Group up CRAT related functionsFelix Kuehling5-332/+362
2017-12-08drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao1-0/+10
2017-12-08drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan1-2/+2
2017-12-08drm/amdkfd: Update number of compute unit from KGDFlora Cui1-2/+5
2017-12-08drm/amd: Remove get_vmem_size from KGD-KFD interfaceHarish Kasiviswanathan1-3/+0
2017-12-08drm/amdkfd: Remove deprecated get_vmem_sizeHarish Kasiviswanathan4-13/+0
2017-12-08drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan1-1/+5
2017-12-08drm/amdgpu: Implement get_local_mem_infoHarish Kasiviswanathan4-0/+34
2017-12-08drm/amd: Add get_local_mem_info to KGD-KFD interfaceHarish Kasiviswanathan1-0/+12
2017-12-08drm/amdgpu: add amdgpu interface to query cu infoFlora Cui7-0/+39
2017-12-08drm/amd: add new interface to query cu infoFlora Cui1-0/+19
2017-11-27drm/amdkfd: Simplify locking during process creationYong Zhao1-25/+21
2017-11-27drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling1-16/+24
2017-11-27drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling1-11/+12
2017-11-27drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao1-2/+3
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling3-10/+21
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling2-36/+26
2017-11-27drm/amdkfd: Get reference to lead_thread task structFelix Kuehling1-0/+4
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling12-0/+399
2017-11-27drm/amdgpu: Add kfd2kgd APIs for dumping HQDsFelix Kuehling3-0/+165
2017-11-27drm/amdgpu: Fix definition of KFD_CIK_SDMA_QUEUE_OFFSETFelix Kuehling1-1/+1
2017-11-27drm/amdkfd: Fix oversubscription accountingFelix Kuehling1-2/+3
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling4-2/+53
2017-12-04drm/amdkfd: Fix printing pointer castKent Russell1-5/+4
2017-11-27drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2-1/+6
2017-11-27drm/amdgpu: fix get_max_engine_clock_in_mhzFelix Kuehling1-2/+5
2017-11-24drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao3-16/+6
2017-11-14drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling3-1/+63
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling7-5/+177
2017-11-14drm/amdkfd: Add trap handler for CWSRFelix Kuehling1-0/+1384
2017-11-14drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling2-3/+2
2017-11-06drm/amdkfd: Use order_base_2 to get log2 of buffes sizesFelix Kuehling2-6/+6
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling5-22/+15
2017-11-01drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox1-1/+102
2017-11-01drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling3-10/+10
2017-11-01drm/amdgpu: Implement amdgpu SDMA functions for VIPhilip Cox3-11/+80
2017-11-01drm/amdgpu: Add support for resuming SDMA queues w/o HWSFelix Kuehling2-14/+23
2017-11-01drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling4-6/+13
2017-12-20drm/amdgpu: fix test for shadow page tablesChristian König1-1/+5
2017-12-20drm/amd/display: Expose dpp1_set_cursor_attributesYue Hin Lau1-0/+4
2017-12-20drm/amd/display: Update FMT and OPPBUF functionsEric Bernstein6-54/+120
2017-12-20drm/amd/display: check for null before calling is_blankedYue Hin Lau1-2/+2
2017-12-20drm/amd/display: dal 3.1.27Andrew Jiang1-1/+1