summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2019-11-19drm/amdkfd: Merge CIK kernel queue functions into VIYong Zhao5-60/+9
2019-11-13drm/amdgpu: remove set but not used variable 'count'yu kuai1-2/+2
2019-11-13drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2-2/+2
2019-11-13drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao1-9/+2
2019-11-13drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao1-1/+2
2019-11-13drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao1-5/+9
2019-11-13drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao1-3/+7
2019-11-13drm/amdkfd: Rename create_cp_queue() to init_user_queue()Yong Zhao1-3/+3
2019-11-13drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pagesYong Zhao4-11/+16
2019-11-13drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao3-12/+13
2019-11-13drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao4-19/+11
2019-11-13drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao7-333/+14
2019-11-13drm/amdkfd: Only keep release_mem function for HawaiiYong Zhao2-64/+4
2019-11-13drm/amdkfd: Adjust function sequences to avoid unnecessary declarationsYong Zhao1-12/+7
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie4-11/+44
2019-10-30drm/amdkfd: bug fix for out of bounds mem on gpu cache filling infoAlex Sierra1-1/+1
2019-10-25drm/amdkfd: don't use dqm lock during device reset/suspend/resumePhilip Yang3-10/+43
2019-10-25Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie24-331/+384
2019-10-09drm/amdkfd: update for drmP.h removalStephen Rothwell1-3/+3
2019-10-07drm/amdkfd: Check against device cgroupHarish Kasiviswanathan3-2/+36
2019-10-07drm/amdkfd: fix the build when CIK support is disabledAlex Deucher1-0/+6
2019-10-07drm/amdkfd: Fix a && vs || typoDan Carpenter1-1/+1
2019-10-07drm/amdkfd: add missing void argument to function kgd2kfd_initColin Ian King1-1/+1
2019-10-07drm/amdkfd: Print more sdma engine hqds in debug fsOak Zeng1-1/+2
2019-10-07drm/amdkfd: Fix MQD size calculationOak Zeng1-1/+2
2019-10-03drm/amdkfd: Improve KFD IOCTL printingYong Zhao1-2/+3
2019-10-03drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao1-4/+35
2019-10-03drm/amdkfd: Fix race in gfx10 context restore handlerJay Cornwall2-69/+71
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao2-11/+13
2019-10-03drm/amdkfd: Query vmid pasid mapping through stored info for non HWSYong Zhao1-2/+1
2019-10-03drm/amdkfd: Record vmid pasid mapping in the driver for non HWS modeYong Zhao2-13/+25
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao9-39/+39
2019-10-03drm/amdkfd: Move the control stack on GFX10 to userspace bufferYong Zhao1-33/+4
2019-10-03drm/amd: Pass drm_device to kfdHarish Kasiviswanathan2-0/+5
2019-10-03drm/amdkfd: Store kfd_dev in iolink and cache propertiesHarish Kasiviswanathan2-0/+13
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl7-1/+7
2019-10-03drm/amdkfd: Add NAVI12 support from kfd sideshaoyunl1-0/+19
2019-10-03drm/amdkfd: Fix NULL pointer dereference for set_scratch_backing_va()Yong Zhao2-3/+4
2019-10-03drm/amdkfd: Remove unnecessary pm_init() for non HWS modeYong Zhao1-2/+8
2019-10-03drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao1-4/+8
2019-10-03drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais1-0/+5
2019-10-03drm/amdkfd: Delete unused KFD_IS_* macroYong Zhao1-4/+0
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+8
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-50/+41
2019-09-20Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds20-2265/+2336
2019-09-17drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2-8/+8
2019-09-16drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2-8/+8
2019-09-16drm/amdkfd: fix the missed asic name while inited renoir_device_infoHuang Rui1-0/+1
2019-09-16drm/amdkfd: add renoir kfd topologyHuang Rui1-0/+1
2019-09-16drm/amdkfd: add package manager for renoirHuang Rui1-0/+1