aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Fix whitespacesThong Thai2020-05-151-1/+1
* radeon: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-301-398/+381
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-1/+0
* radeon/vce: Move global function pointer si_get_pic_param to local encoder st...Veerabadhran2020-02-121-9/+1
* radeonsi: Add support for midstream bitrate change in encoderZhang, Boyuan2020-01-311-1/+2
* radeon: Move si_get_pic_param to radeon_vce.cTimur Kristóf2020-01-221-0/+4
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-3/+3
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-281-1/+3
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-1/+1
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-161-1/+1
* radeon/vce: add firmware support for ver 53 and upBoyuan Zhang2018-05-111-2/+2
* radeon/vce: disable vce dual pipe on VegaMLeo Liu2018-04-181-1/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-1/+1
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-051-2/+2
* radeon/vce: move feedback command inside of destroy functionLeo Liu2018-03-211-1/+0
* radeon/vce: move destroy command before feedback commandLeo Liu2017-12-081-1/+1
* 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