summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.c
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-041-1/+1
* radeon/vce: adjust the buffer offset when relocation is usedNicolai Hähnle2016-09-301-0/+1
* gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle2016-09-271-1/+2
* radeon/vce: add firmware support for version 52.8.3Leo Liu2016-09-201-0/+3
* radeon/vce: increase cpb height alignmentLeo Liu2016-07-051-1/+1
* radeon/vce: use vce structure for vce 52 firmwareBoyuan Zhang2016-06-281-0/+4
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-171-1/+1
* radeon/vce: disable two pipe mode for Polaris11Sonny Jiang2016-03-241-1/+2
* radeon/vce: add Polaris11 VCE firmware supportSonny Jiang2016-03-241-0/+3
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-2/+2
* gallium/radeon: use explicit drm_major, drm_minor checkEmil Velikov2016-03-091-1/+2
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-5/+5
* radeon/vce: disable two pipe mode for stoneyLeo Liu2015-11-201-1/+2
* radeon/vce: add new firmware interface supportLeo Liu2015-11-201-5/+16
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-031-1/+1
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-1/+1
* radeon/vce: disable VCE dual instance for harvest partLeo Liu2015-08-141-1/+3
* radeon/vce: implement VCE dual instance supportLeo Liu2015-08-141-2/+11
* radeon/vce: make reloc offset signedChristian König2015-08-141-2/+2
* radeon/vce: add config task and put task info into encoder v2Leo Liu2015-08-141-12/+9
* radeon/vce: add dual pipe support for VILeo Liu2015-08-141-3/+3
* radeon/vce: add new firmware support for VI and CILeo Liu2015-08-141-1/+7
* radeon/vce: implement VCE two pipe supportLeo Liu2015-08-141-0/+5
* gallium/radeon: use VM for VCEChristian König2015-08-141-0/+24
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+2
* radeon/vce: adapt new firmware interface changesChristian König2015-05-221-2/+20
* radeon/vce: move CPB handling function into common codeChristian König2015-05-221-0/+38
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-1/+1
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-1/+0
* radeon/vce: implement video usability information supportLeo Liu2015-03-311-0/+5
* radeon/video: use more of the common buffer code v2Christian König2014-09-111-8/+9
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-4/+4
* radeon/vce: set number of cpbs based on levelLeo Liu2014-06-181-3/+60
* radeon/vce: implement non-referenced framesLeo Liu2014-05-271-2/+4
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-2/+3
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-2/+1
* radeon/vce: add proper CPB backtrackChristian König2014-04-111-6/+81
* radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMESChristian König2014-04-111-1/+1
* radeon/vce: cleanup cpb handlingLeo Liu2014-04-041-3/+19
* radeon/vce: fix memory leakChristian König2014-03-081-0/+1
* radeon/vce: initial VCE support v8Christian König2014-02-131-0/+274