Age | Commit message (Expand) | Author | Files | Lines |
2023-06-09 | drm/amdgpu: remove unnecessary (void*) conversions | Su Hui | 1 | -1/+1 |
2023-06-09 | drm/amdgpu: enable the ring and IB test for slave kcq | Shiwu Zhang | 1 | -5/+0 |
2023-04-25 | drm/amdgpu: don't require a job for cond_exec and shadow | Alex Deucher | 1 | -2/+2 |
2023-04-25 | drm/amdgpu: add gfx shadow CS IOCTL support | Christian König | 1 | -1/+28 |
2023-04-20 | drm/amdgpu: add master/slave check in init phase | Le Ma | 1 | -0/+5 |
2023-04-14 | drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4) | Le Ma | 1 | -1/+1 |
2023-03-01 | drm/amd: Convert amdgpu to use suballocation helper. | Maarten Lankhorst | 1 | -3/+2 |
2022-12-02 | drm/amdgpu: MCBP based on DRM scheduler (v9) | Jiadong.Zhu | 1 | -0/+2 |
2022-11-03 | drm/amdgpu: move explicit sync check into the CS | Christian König | 1 | -1/+1 |
2022-05-04 | drm/amdgpu: skip kiq ib tests if mes enabled | Jack Xiao | 1 | -0/+4 |
2022-05-04 | drm/amdgpu: skip some checking for mes queue ib submission | Jack Xiao | 1 | -2/+2 |
2022-03-15 | drm/amdgpu: only allow secure submission on rings which support that | Lang Yu | 1 | -2/+2 |
2021-09-14 | drm/amdgpu: Increase direct IB pool size | xinhui pan | 1 | -7/+2 |
2021-08-16 | drm/amd/amdgpu embed hw_fence into amdgpu_job | Jack Zhang | 1 | -1/+1 |
2021-06-04 | drm/amdgpu: Don't flush/invalidate HDP for APUs and A+A | Eric Huang | 1 | -13/+2 |
2021-06-02 | drm/amdgpu: remove unsafe optimization to drop preamble ib | Jiansong Chen | 1 | -10/+1 |
2021-04-29 | drm/amdgpu: fix no full coverage issue for gprs initialization | Dennis Li | 1 | -1/+1 |
2021-04-21 | drm/amdgpu: Add mem sync flag for IB allocated by SA | Jinzhou Su | 1 | -0/+2 |
2021-02-19 | drm/amdgpu: do not use drm middle layer for debugfs | Nirmoy Das | 1 | -13/+10 |
2021-02-09 | drm/amdgpu: enable gfx wave limiting for high priority compute jobs | Nirmoy Das | 1 | -0/+9 |
2020-11-24 | drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' param | Lee Jones | 1 | -0/+1 |
2020-11-14 | drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentation | Lee Jones | 1 | -2/+4 |
2020-08-24 | drm/amdgpu: drm_device to amdgpu_device by inline-f (v2) | Luben Tuikov | 1 | -1/+1 |
2020-07-14 | drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs files | Xiaojie Yuan | 1 | -1/+2 |
2020-07-01 | drm/amdgpu: remove distinction between explicit and implicit sync (v2) | Christian König | 1 | -1/+1 |
2020-05-18 | drm/amdgpu: Add a UAPI flag for user to call mem_sync | Andrey Grodzovsky | 1 | -0/+3 |
2020-04-28 | drm/amdgpu: cleanup IB pool handling a bit | Christian König | 1 | -31/+34 |
2020-04-28 | drm/amdgpu: check ring type for secure IBs | Alex Deucher | 1 | -0/+6 |
2020-04-28 | drm/amdgpu: Fix per-IB secure flag GFX hang | Huang Rui | 1 | -14/+14 |
2020-04-28 | drm/amdgpu: Move to a per-IB secure flag (TMZ) | Luben Tuikov | 1 | -3/+20 |
2020-04-28 | drm/amdgpu: job is secure iff CS is secure (v5) | Huang Rui | 1 | -2/+2 |
2020-04-28 | drm/amdgpu: expand the context control interface with trust flag | Huang Rui | 1 | -1/+1 |
2020-04-28 | drm/amdgpu: expand the emit tmz interface with trusted flag | Huang Rui | 1 | -1/+1 |
2020-04-01 | drm/amdgpu: implement more ib pools (v2) | xinhui pan | 1 | -12/+30 |
2020-02-26 | drm/amdgpu/sa: move debugfs init into core amdgpu debugfs | Alex Deucher | 1 | -5/+2 |
2019-09-17 | drm/amdgpu: Fix KFD-related kernel oops on Hawaii | Felix Kuehling | 1 | -1/+2 |
2019-06-25 | Merge branch 'drm-next' into drm-next-5.3 | Alex Deucher | 1 | -1/+3 |
2019-06-22 | drm/amdgpu: add ib preemption status in amdgpu_job (v2) | Jack Xiao | 1 | -0/+1 |
2019-06-21 | drm/amdgpu: enable the static csa when mcbp enabled | Jack Xiao | 1 | -3/+4 |
2019-06-11 | drm/amd: drop use of drmP.h in amdgpu/amdgpu* | Sam Ravnborg | 1 | -1/+3 |
2019-04-04 | drm/amdgpu: Adjust IB test timeout for XGMI configuration | shaoyunl | 1 | -0/+3 |
2019-01-26 | drm/amdgpu: add flags to emit_ib interface v2 | Jack Xiao | 1 | -5/+5 |
2018-11-05 | drm/amdgpu: Modify the argument of emit_ib interface | Rex Zhu | 1 | -2/+1 |
2018-11-05 | drm/amdgpu: cleanup skipping IB test on KIQ | Christian König | 1 | -8/+3 |
2018-11-05 | drm/amdgpu: cleanup amdgpu_ib_ring_tests | Christian König | 1 | -16/+19 |
2018-11-05 | drm/amdgpu: Retire amdgpu_ring.ready flag v4 | Andrey Grodzovsky | 1 | -3/+3 |
2018-10-10 | drm/amdgpu: skip IB tests for KIQ in general | Pratik Vishwakarma | 1 | -0/+8 |
2018-08-27 | drm/amdgpu: Add job pipe sync dependecy trace | Andrey Grodzovsky | 1 | -0/+5 |
2018-08-27 | amdgpu: fix multi-process hang issue | Emily Deng | 1 | -1/+2 |
2018-07-17 | drm/amdgpu: remove fence context from the job | Christian König | 1 | -1/+1 |