Age | Commit message (Expand) | Author | Files | Lines |
2022-05-04 | drm/amdgpu: use ring structure to access rptr/wptr v2 | Jack Xiao | 1 | -3/+3 |
2021-10-08 | drm/amdgpu: use adev_to_drm for consistency when accessing drm_device | Guchun Chen | 1 | -2/+2 |
2021-09-23 | drm/amdgpu: Fix crash on device remove/driver unload | Andrey Grodzovsky | 1 | -21/+23 |
2021-09-01 | drm/amdgpu/vce: set the priority for each ring | Satyajit Sahu | 1 | -1/+3 |
2021-08-25 | drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspend | Evan Quan | 1 | -0/+23 |
2021-05-19 | drm/amdgpu: Guard against write accesses after device removal | Andrey Grodzovsky | 1 | -9/+17 |
2021-04-09 | drm/amdgpu: add the sched_score to amdgpu_ring_init | Christian König | 1 | -1/+1 |
2020-07-08 | drm/amdgpu: use register distance member instead of hardcode in UVD7/VCE4 | Huang Rui | 1 | -1/+2 |
2020-04-09 | drm/amdgpu: rework sched_list generation | Nirmoy Das | 1 | -1/+2 |
2020-04-01 | drm/amdgpu: stop disable the scheduler during HW fini | Christian König | 1 | -4/+0 |
2020-01-22 | drm/amdgpu: remove unnecessary conversion to bool | Nirmoy Das | 1 | -1/+1 |
2019-07-18 | drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub number | Le Ma | 1 | -1/+1 |
2019-06-14 | Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -1/+1 |
2019-06-10 | drm/amd: drop use of drmP.h in remaining files | Sam Ravnborg | 1 | -1/+1 |
2019-05-24 | drm/amdgpu/VCE: set no_user_fence flag to true | Leo Liu | 1 | -0/+1 |
2019-05-07 | drm/amdgpu: Use FW addr returned by PSP for VF MM | Trigger Huang | 1 | -6/+11 |
2019-04-29 | drm/amdgpu: expose VCE 4.0 powergate interface | Evan Quan | 1 | -9/+6 |
2019-01-25 | drm/amdgpu: add flags to emit_ib interface v2 | Jack Xiao | 1 | -1/+1 |
2018-11-28 | drm/amdgpu: Use asic specific doorbell index instead of macro definition | Oak Zeng | 1 | -2/+2 |
2018-11-05 | drm/amdgpu: Modify the argument of emit_ib interface | Rex Zhu | 1 | -2/+4 |
2018-11-05 | drm/amdgpu: Retire amdgpu_ring.ready flag v4 | Andrey Grodzovsky | 1 | -7/+2 |
2018-08-27 | drm/amdgpu: Change VCE booting with firmware loaded by PSP | James Zhu | 1 | -4/+9 |
2018-08-16 | drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memory | Michel Dänzer | 1 | -2/+2 |
2018-08-13 | drm/amdgpu/vce: VCE entity initialization relies on ring initializtion | Emily Deng | 1 | -0/+6 |
2018-07-13 | drm/amd: Use newly added interrupt source defs for SOC15. | Andrey Grodzovsky | 1 | -0/+2 |
2018-07-05 | drm/amdgpu/vce: simplify vce instance setup | Alex Deucher | 1 | -7/+9 |
2018-05-16 | Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -0/+1 |
2018-05-15 | drm/amdgpu/vce4: add emit_reg_write_reg_wait ring callback | Alex Deucher | 1 | -0/+1 |
2018-04-07 | treewide: fix up files incorrectly marked executable | Linus Torvalds | 1 | -0/+0 |
2018-03-14 | drm/amdgpu: Move IH clientid defs to separate file | Oak Zeng | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: separate PASID mapping from VM flush v2 | Christian König | 1 | -3/+2 |
2018-02-19 | drm/amdgpu: move waiting for VM flush into gmc_v9_0_emit_flush_gpu_tlb | Christian König | 1 | -6/+3 |
2018-02-19 | drm/amdgpu: implement vce_v4_0_emit_reg_wait v2 | Christian König | 1 | -8/+14 |
2018-02-19 | drm/amdgpu: implement gmc_v9_0_emit_flush_gpu_tlb | Christian König | 1 | -18/+4 |
2018-02-19 | drm/amdgpu: wire up emit_wreg for VCE v4 | Christian König | 1 | -0/+9 |
2018-02-19 | drm/amdgpu: forward pasid to backend flush implementations | Christian König | 1 | -1/+2 |
2018-02-19 | drm/amdgpu: move struct gart_funcs into amdgpu_gmc.h | Christian König | 1 | -2/+2 |
2017-12-27 | drm/amdgpu: rename vm_id to vmid | Christian König | 1 | -9/+9 |
2017-12-12 | drm/amdgpu: correct vce fw data and stack size | Frank Min | 1 | -1/+1 |
2017-12-12 | drm/amdgpu: allow get_vm_pde to change flags as well | Christian König | 1 | -2/+3 |
2017-12-08 | drm/admgpu: Reduce the usage of soc15ip.h | Shaoyun Liu | 1 | -1/+0 |
2017-12-06 | drm/amdgpu: correct vce4.0 fw config for SRIOV (V2) | Frank Min | 1 | -13/+25 |
2017-12-06 | drm/amd/include:cleanup vega10 header files. | Feifei Xu | 1 | -1/+1 |
2017-12-06 | drm/amd/include:cleanup vega10 mmhub header files. | Feifei Xu | 1 | -2/+2 |
2017-12-06 | drm/amd/include:cleanup vega10 vce header files. | Feifei Xu | 1 | -3/+3 |
2017-09-26 | drm/amdgpu: remove the clearance of vce 4.0 interrupt mask | Leo Liu | 1 | -4/+0 |
2017-08-15 | drm/amdgpu/vce4: optimize vce 4.0 init table sequence for SRIOV | Frank Min | 1 | -1/+2 |
2017-08-15 | drm/amdgpu: According hardware design revert vce and uvd doorbell assignment | Frank Min | 1 | -4/+6 |
2017-08-15 | drm/amdgpu/vce4: Remove vce interrupt enable related code for sriov | Frank Min | 1 | -4/+6 |
2017-08-15 | drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu reset | Frank Min | 1 | -3/+1 |