aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03drm/amdgpu/sdma: fix mask in emit_pipeline_syncAlex Deucher1-1/+1
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König1-2/+2
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-3/+2
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König1-3/+0
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-9/+1
2018-02-19drm/amdgpu: implement gmc_v8_0_emit_flush_gpu_tlbChristian König1-15/+2
2018-02-19drm/amdgpu: wire up emit_wreg for SDMA v2.4Christian König1-0/+10
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+2
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-2/+2
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-9/+7
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher1-6/+6
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher1-5/+5
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König1-2/+2
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-2/+2
2017-09-28drm/amdgpu: delete dead code about fw load checkRex Zhu1-15/+5
2017-09-26drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcsYong Zhao1-0/+2
2017-09-26drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao1-0/+3
2017-03-29drm/amdgpu: fix vm pte pde flags to 64-bit for sdma (v3)Junwei Zhang1-2/+2
2017-03-29drm/amdgpu: use new flag to handle different firmware loading methodHuang Rui1-2/+2
2017-03-29drm/amdgpu: expand pte flags to uint64_tChunming Zhou1-1/+1
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-3/+6
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang1-5/+6
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-3/+1
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang1-1/+1
2016-11-23drm/amdgpu: cleanup unused iterator members for sdma v2.4Huang Rui1-1/+1
2016-11-15drm/amdgpu/sdma: fix typo in packet setupAlex Deucher1-1/+1
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-3/+3
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+10
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König1-3/+4
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König1-2/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-18/+7
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König1-1/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-1/+1
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+18
2016-09-16drm/amdgpu/sdma2.4: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+18
2016-09-15drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada1-5/+1
2016-08-19drm/amdgpu: fix sdma_v2_4_ring_test_ibChristian König1-1/+1
2016-08-16drm/amdgpu: stop splitting PTE commands into smaller onesChristian König1-49/+22
2016-08-16drm/amdgpu: cleanup the write_pte implementationsChristian König1-26/+14
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König1-7/+12
2016-07-29drivers/amdgpu: Use canonical form in branch predicatesEdward O'Callaghan1-1/+1
2016-07-15drm/amdgpu: no need load microcode at sdma if powerplay is enabledHuang Rui1-13/+15
2016-07-14drm/amdgpu: remove usec timeout loop from IB testsChristian König1-11/+3
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König1-1/+0
2016-07-07drm/amdgpu: remove more of the ring backup codeAlex Deucher1-13/+0
2016-06-09drm/amdgpu: fix sdma24 ucode mem leakMonk Liu1-0/+10
2016-06-09drm/amdgpu: modify sdma start sequenceMonk Liu1-2/+6
2016-06-09drm/amdgpu: init more register for sdmaMonk Liu1-0/+2
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-2/+3