aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.c
Commit message (Expand)AuthorAgeFilesLines
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-291-1/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-21/+21
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-6/+0
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-33/+33
* radeon/vce: support all firmwares with major ver 53Boyuan Zhang2017-08-161-8/+10
* radeon/vce: add vce support for firmware 53.19.4Leo Liu2017-03-301-0/+6
* radeon/vce: adapt gfx9 surface to vceLeo Liu2017-03-301-5/+19
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-4/+4
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-211-1/+2
* radeon/vce Handle H.264 level 5.2Andy Furniss2016-12-051-1/+2
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-011-2/+2
* radeon/vce: use nblk_y instead of npix_yMarek Olšák2016-10-261-2/+2
* 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