Age | Commit message (Expand) | Author | Files | Lines |
2020-05-01 | drm/amdgpu: Rename amdgpu_gfx_kcq_queue_mask_transform() | Yong Zhao | 1 | -8/+8 |
2020-05-01 | drm/amdgpu: update the method to set kcq queue mask | Likun Gao | 1 | -1/+14 |
2020-04-24 | drm/amdgpu: protect ring overrun | Yintian Tao | 1 | -4/+18 |
2020-04-23 | drm/amdgpu: request reg_val_offs each kiq read reg | Yintian Tao | 1 | -8/+11 |
2020-04-13 | drm/amdgpu/kiq: add no_scheduler flag to KIQ | Alex Deucher | 1 | -0/+1 |
2020-04-09 | drm/amdgpu: rework sched_list generation | Nirmoy Das | 1 | -1/+2 |
2020-03-10 | drm/amdgpu: call ras_debugfs_create_all in debugfs_init | Tao Zhou | 1 | -1/+0 |
2020-03-09 | drm/amdgpu: set compute queue priority at mqd_init | Nirmoy Das | 1 | -0/+8 |
2020-02-26 | drm/amdgpu: use amdgpu_ring_test_helper when possible | Nirmoy Das | 1 | -1/+1 |
2020-01-22 | drm/amdgpu: provide a generic function interface for reading/writing register... | chen gong | 1 | -2/+94 |
2020-01-14 | drm/amd/powerplay: cover the powerplay implementation details V3 | Evan Quan | 1 | -6/+0 |
2019-12-18 | drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpu | Guchun Chen | 1 | -1/+1 |
2019-11-22 | drm/amdgpu/gfx10: fix out-of-bound mqd_backup array access | Xiaojie Yuan | 1 | -2/+0 |
2019-11-22 | drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2) | Xiaojie Yuan | 1 | -1/+1 |
2019-10-25 | drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ring | Nirmoy Das | 1 | -2/+1 |
2019-10-03 | drm/amdgpu: remove set but not used variable 'pipe' | yu kuai | 1 | -3/+1 |
2019-10-03 | drm/amdgpu: add comments in ras interrupt callback | Tao Zhou | 1 | -1/+6 |
2019-10-03 | drm/amdgpu: remove ih_info parameter of gfx_ras_late_init | Tao Zhou | 1 | -9/+7 |
2019-10-03 | drm/amdgpu: add common gfx_ras_fini function | Tao Zhou | 1 | -0/+15 |
2019-10-03 | drm/amdgpu: move gfx ecc functions to generic gfx file | Tao Zhou | 1 | -0/+33 |
2019-09-13 | drm/amdgpu/gfx: switch to amdgpu_gfx_ras_late_init helper function | Hawking Zhang | 1 | -0/+49 |
2019-07-18 | drm/amdgpu: enable async gfx ring for navi14 | Xiaojie Yuan | 1 | -3/+3 |
2019-06-25 | Merge branch 'drm-next' into drm-next-5.3 | Alex Deucher | 1 | -1/+1 |
2019-06-21 | drm/amd: add gfxoff support on navi10 | Kenneth Feng | 1 | -1/+3 |
2019-06-20 | drm/amdgpu: create mqd for gfx queues on navi10 | Hawking Zhang | 1 | -1/+34 |
2019-06-20 | drm/amdgpu/gfx10: add special unmap_queues packet for preemption | Jack Xiao | 1 | -1/+2 |
2019-06-20 | drm/amdgpu: Move common code to amdgpu_gfx.c | Hawking Zhang | 1 | -0/+47 |
2019-06-20 | drm/amdgpu: Add common gfx func Disable kcq via kiq | Rex Zhu | 1 | -0/+19 |
2019-06-20 | drm/amdgpu: rename amdgpu_gfx_compute_mqd_sw_init | Hawking Zhang | 1 | -4/+4 |
2019-06-20 | drm/amdgpu: add helper function for gfx queue/bitmap transition | Hawking Zhang | 1 | -6/+36 |
2019-06-20 | drm/amdgpu: acquire available gfx queues | Hawking Zhang | 1 | -0/+24 |
2019-06-10 | drm/amd: drop use of drmP.h in amdgpu/amdgpu* | Sam Ravnborg | 1 | -1/+1 |
2019-03-19 | drm/amd/powerplay: add limit of pp_feature for smu (v3) | Likun Gao | 1 | -1/+1 |
2018-11-28 | drm/amdgpu: Use asic specific doorbell index instead of macro definition | Oak Zeng | 1 | -1/+1 |
2018-11-09 | drm/amdgpu: separate amdgpu_rlc into a single file | Likun Gao | 1 | -0/+1 |
2018-10-24 | drm/amdgpu: Fix null point error | Rex Zhu | 1 | -1/+1 |
2018-08-27 | drm/amdgpu: Delay 100ms to enable gfx off feature | Rex Zhu | 1 | -2/+2 |
2018-08-27 | drm/amdgpu: move gfx definitions into amdgpu_gfx header | Huang Rui | 1 | -1/+33 |
2018-08-27 | drm/amdgpu: Put enable gfx off feature to a delay thread | Rex Zhu | 1 | -2/+6 |
2018-08-27 | drm/amdgpu: Add amdgpu_gfx_off_ctrl function | Rex Zhu | 1 | -0/+36 |
2018-01-29 | drm/amdgpu: use queue 0 for kiq ring | Huang Rui | 1 | -2/+6 |
2017-12-18 | drm/amdgpu: rename amdgpu_wb_* functions | Alex Deucher | 1 | -2/+2 |
2017-10-19 | drm/amdgpu: busywait KIQ register accessing (v4) | pding | 1 | -1/+1 |
2017-09-28 | drm/amdgpu: add option for force enable multipipe policy for compute | Andres Rodriguez | 1 | -0/+6 |
2017-09-28 | drm/amdgpu: use multipipe compute policy on non PL11 asics | Andres Rodriguez | 1 | -2/+12 |
2017-09-26 | drm/amdgpu/sriov:alloc KIQ MQD in VRAM(v2) | Monk Liu | 1 | -1/+6 |
2017-07-14 | drm/amdgpu/gfx: keep all compute queues on the same pipe | Alex Deucher | 1 | -1/+2 |
2017-06-15 | drm/amd/amdgpu: Rename KIQ ring to avoid spaces | Tom St Denis | 1 | -1/+1 |
2017-06-07 | drm/amdgpu/gfx: consolidate mqd buffer setup code | Alex Deucher | 1 | -0/+66 |
2017-06-07 | drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.c | Alex Deucher | 1 | -0/+103 |