summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/vce: add support for hw config packet (v2)Alex Deucher2016-10-041-0/+14
* drm/amdgpu/vce3: don't forget to tear down some ringsGrazvydas Ignotas2016-09-271-2/+4
* drm/amdgpu/vce: take all rings into account for idle checksAlex Deucher2016-09-271-2/+5
* drm/amdgpu/vce: allow the clock table packetAlex Deucher2016-09-221-0/+1
* drm/amdgpu/vce: add common ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+12
* drm/amdgpu: bind GTT on demandChristian König2016-09-141-1/+5
* drm/amdgpu/vce3: add support for third vce ringAlex Deucher2016-08-251-2/+2
* drm/amdgpu: use memcpy_toio for VCE firmware uploadChristian König2016-08-241-2/+2
* drm/amdgpu: add destroy session when generate VCE destroy msg.Rex Zhu2016-07-291-7/+8
* drm/amdgpu: add a fence timeout for the IB tests v2Christian König2016-07-291-7/+11
* drm/amdgpu: use begin/end_use for VCE power/clock gatingChristian König2016-07-291-13/+24
* drm/amdgpu: cleanup hw reference handling in the IB testsChristian König2016-07-141-2/+2
* drm/amdgpu: allow multiple sessions in the same VCE IBChristian König2016-07-141-26/+27
* drm/amdgpu: cleanup VCE coding styleChristian König2016-07-141-26/+21Star
* drm/amdgpu: move VM fields into jobChristian König2016-05-111-1/+2
* drm/amdgpu: move context switch handling into common code v2Christian König2016-05-111-1/+1
* drm/amd: cleanup remaining spaces and tabs v2Christian König2016-05-111-3/+3
* drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu2016-05-111-2/+2
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-0/+1
|\
| * drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu2016-04-141-0/+1
* | drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui2016-05-051-8/+8
* | drm/amdgpu: add VCE support to ELM/BAFSonny Jiang2016-05-051-0/+10
|/
* drm/amdgpu: move ib.fence to job.fenceMonk Liu2016-03-171-0/+2
* drm/amdgpu: remove HW fence ownerChristian König2016-03-081-5/+2Star
* drm/amdgpu: use separate scheduler entity for VCE submissionsChristian König2016-02-121-1/+15
* drm/amdgpu: use per VM entity for page table updates (v2)Christian König2016-02-121-1/+1
* drm/amdgpu: move sync into job objectChristian König2016-02-101-2/+4
* drm/amdgpu: send VCE IB tests directly to the ring againChristian König2016-02-101-7/+21
* drm/amdgpu: cleanup in kernel job submissionChristian König2016-02-101-41/+17Star
* drm/amdgpu: move ring from IBs into jobChristian König2016-02-101-2/+2
* drm/amdgpu: add proper job alloc/free functionsChristian König2016-02-101-1/+1
* drm/amdgpu: add amdgpu_set_ib_value helper (v2)Christian König2016-02-101-3/+2Star
* drm/amdgpu: remove the ring lock v2Christian König2016-02-101-2/+2
* drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou2016-02-101-4/+2Star
* drm/amdgpu: clean up hw semaphore support in driverChunming Zhou2016-02-101-24/+0Star
* drm/amdgpu: adapt vce session create interface changesLeo Liu2015-11-211-1/+10
* drm/amdgpu: add VCE support for Stoney (v2)Samuel Li2015-10-211-0/+5
* drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang2015-09-231-3/+3
* drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König2015-09-231-1/+1
* drm/amdgpu: remove ib test for the second VCE RingLeo Liu2015-09-041-0/+4
* drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher2015-09-031-1/+3
* drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou2015-08-201-1/+1
* drm/amdgpu: add reference for **fenceChunming Zhou2015-08-171-0/+2
* drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou2015-08-171-4/+8
* drm/amdgpu: use kernel fence for vce ib testChunming Zhou2015-08-171-7/+7
* drm/amdgpu: use scheduler for VCE ib testChunming Zhou2015-08-171-68/+90
* drm/amdgpu: add support for VCE 3.x on FijiAlex Deucher2015-08-171-0/+5
* drm/amdgpu: check VCE feedback and bitstream indexChristian König2015-06-291-8/+16
* drm/amdgpu: make VCE handle check more strictChristian König2015-06-291-16/+48
* drm/amdgpu: check VCE relocation buffer rangeChristian König2015-06-291-28/+91