Age | Commit message (Expand) | Author | Files | Lines |
2018-11-28 | drm/amdgpu: Reorder uvd ring init before uvd resume | Chris Wilson | 1 | -4/+4 |
2018-11-05 | drm/amdgpu: Modify the argument of emit_ib interface | Rex Zhu | 1 | -2/+9 |
2018-11-05 | drm/amdgpu: cleanup uvd_v6_0_ring_test_ring | Christian König | 1 | -12/+5 |
2018-11-05 | drm/amdgpu: remove messages from IB tests | Christian König | 1 | -13/+6 |
2018-11-05 | drm/amdgpu: further ring test cleanups | Christian König | 1 | -11/+2 |
2018-11-05 | drm/amdgpu: Retire amdgpu_ring.ready flag v4 | Andrey Grodzovsky | 1 | -11/+5 |
2018-10-10 | drm/amdgpu: Refine uvd_v6/7_0_enc_get_destroy_msg | Rex Zhu | 1 | -7/+3 |
2018-09-27 | drm/amdgpu: move more defines into amdgpu_irq.h | Christian König | 1 | -2/+2 |
2018-08-14 | drm/amdgpu/uvd: UVD entity initialization relys on ring initialization | Emily Deng | 1 | -0/+2 |
2018-07-19 | drm/amdgpu: remove superflous UVD encode entity | Christian König | 1 | -12/+0 |
2018-07-17 | drm/amdgpu: add amdgpu_job_submit_direct helper | Christian König | 1 | -14/+6 |
2018-07-17 | drm/amdgpu: remove ring parameter from amdgpu_job_submit | Christian König | 1 | -1/+1 |
2018-07-13 | drm/scheduler: modify args of drm_sched_entity_init | Nayan Deshmukh | 1 | -2/+2 |
2018-07-13 | drm/amd: Use newly added interrupt source defs for VI v3. | Andrey Grodzovsky | 1 | -2/+3 |
2018-07-06 | drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet | Alex Deucher | 1 | -2/+1 |
2018-07-06 | drm/scheduler: Rename cleanup functions v2. | Andrey Grodzovsky | 1 | -1/+1 |
2018-05-19 | drm/amdgpu: fix insert nop for UVD6 ring | Leo Liu | 1 | -2/+13 |
2018-05-19 | drm/amdgpu/vg20:Restruct uvd to support multiple uvds | James Zhu | 1 | -38/+39 |
2018-05-15 | drm/scheduler: remove unused parameter | Nayan Deshmukh | 1 | -1/+1 |
2018-05-15 | drm/amdgpu: add HDP flush dummy for UVD 6/7 | Christian König | 1 | -2/+14 |
2018-05-15 | drm/amdgpu: add VEGAM UVD encode support | Leo Liu | 1 | -1/+1 |
2018-02-28 | drm/amdgpu:Fixed wrong emit frame size for enc | James Zhu | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: separate PASID mapping from VM flush v2 | Christian König | 1 | -5/+3 |
2018-02-19 | drm/amdgpu: fix DW estimation on VI | Christian König | 1 | -1/+3 |
2018-02-19 | drm/amdgpu: remove now superflous *_hdp operation | Christian König | 1 | -34/+1 |
2018-02-19 | drm/amdgpu: implement gmc_v8_0_emit_flush_gpu_tlb | Christian König | 1 | -20/+1 |
2018-02-19 | drm/amdgpu: wire up emit_wreg for UVD v6 | Christian König | 1 | -0/+12 |
2018-02-19 | drm/amdgpu: forward pasid to backend flush implementations | Christian König | 1 | -2/+4 |
2018-01-23 | drm/amd/amdgpu: Add Polaris version check | James Zhu | 1 | -2/+15 |
2017-12-27 | drm/amdgpu: rename vm_id to vmid | Christian König | 1 | -13/+13 |
2017-12-07 | drm: move amd_gpu_scheduler into common location | Lucas Stach | 1 | -4/+4 |
2017-12-06 | drm/amd/amdgpu: fix UVD mc offsets | Piotr Redlewski | 1 | -1/+1 |
2017-12-05 | drm/amdgpu: change redundant init logs to debug level | pding | 1 | -3/+3 |
2017-12-05 | drm/amd/scheduler:introduce guilty pointer member | Monk Liu | 1 | -1/+1 |
2017-11-16 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -7/+492 |
2017-11-02 | drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting | Leo Liu | 1 | -0/+4 |
2017-11-02 | Backmerge tag 'v4.14-rc7' into drm-next | Dave Airlie | 1 | -11/+5 |
2017-10-25 | drm/amd/amdgpu: Remove workaround check for UVD6 on APUs | Tom St Denis | 1 | -11/+5 |
2017-10-19 | drm/amdgpu: make function uvd_v6_0_enc_get_destroy_msg static | Colin Ian King | 1 | -2/+3 |
2017-10-07 | drm/amdgpu: add uvd enc irq | James Zhu | 1 | -2/+38 |
2017-10-07 | drm/amdgpu: add uvd enc ib test | James Zhu | 1 | -0/+172 |
2017-10-07 | drm/amdgpu: add uvd enc ring test | James Zhu | 1 | -1/+54 |
2017-10-07 | drm/amdgpu: add uvd enc vm functions (v2) | James Zhu | 1 | -2/+44 |
2017-10-07 | drm/amdgpu: add uvd enc into run queue | James Zhu | 1 | -0/+14 |
2017-10-07 | drm/amdgpu: add uvd enc rings | James Zhu | 1 | -2/+52 |
2017-10-07 | drm/amdgpu: add new uvd enc ring methods | James Zhu | 1 | -0/+117 |
2017-04-04 | drm/amdgpu: various cleanups for uvd/vce. | Rex Zhu | 1 | -14/+3 |
2017-03-30 | drm/amd/powerplay: add a new register define for APU in VI. | Rex Zhu | 1 | -2/+6 |
2017-03-30 | drm/amdgpu: switch ih handling to two levels (v3) | Alex Deucher | 1 | -1/+1 |
2017-03-30 | drm/amdgpu: change wptr to 64 bits (v2) | Ken Wang | 1 | -4/+6 |