summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/radeon_uvd.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle1-4/+6
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák1-1/+1
2018-10-23radeon/uvd: remove get mjpeg slice headerBoyuan Zhang1-157/+0
2018-09-24radeon/uvd: use bitstream coded number for symbols of Huffman tablesLeo Liu1-4/+14
2018-07-16radeonsi: remove non-GFX BO priority flagsMarek Olšák1-2/+1
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák1-1/+1
2018-04-05radeonsi: remove r600_common_contextMarek Olšák1-7/+7
2018-04-05radeonsi: use r600_common_context less pt7Marek Olšák1-9/+9
2018-01-16radeon/uvd: update quantiser matrices only when requestedIndrajit Das1-6/+11
2017-12-15radeon/uvd: add and manage render picture listBoyuan Zhang1-4/+25
2017-11-29r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák1-1/+1
2017-11-29radeonsi: remove r600_common_screenMarek Olšák1-7/+7
2017-11-29radeonsi/uvd: don't call ws->query_infoMarek Olšák1-9/+6
2017-11-27ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák1-1/+1
2017-11-02radeonsi: remove 'Authors:' commentsMarek Olšák1-6/+0
2017-10-07gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák1-1/+1
2017-09-26r600: fork and import gallium/radeonMarek Olšák1-29/+29
2017-09-06radeon/uvd: fix the assertion check for YUYV formatLeo Liu1-3/+5
2017-09-02radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu1-0/+11
2017-09-02radeon/uvd: fix MJPEG quantization table indexLeo Liu1-1/+1
2017-08-21radeon/uvd: add YUYV format support for target bufferLeo Liu1-2/+4
2017-08-21radeon/uvd: reconstruct MJPEG bitstreamLeo Liu1-0/+136
2017-08-21radeon/uvd: add MJPEG supportLeo Liu1-9/+22
2017-08-21radeon/uvd: get the target buffer pitch correct for different formatLeo Liu1-2/+2
2017-03-30radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang1-4/+12
2017-03-30radeon/uvd: clear message buffer when reuseLeo Liu1-1/+2
2017-03-30radeon/uvd: adapt gfx9 surface to uvdLeo Liu1-36/+67
2017-03-30radeon/uvd: add uvd soc15 registerLeo Liu1-4/+22
2017-03-30gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák1-10/+10
2017-03-13radeon/uvd: enable 10bit HEVC decode v2Christian König1-7/+10
2017-03-13radeon/UVD: fix the decoding target pitch calculationChristian König1-1/+1
2017-02-01radeon/uvd: add h264 constrained baseline supportBoyuan Zhang1-0/+1
2016-11-01gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák1-1/+1
2016-10-04winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle1-1/+1
2016-09-30radeon/uvd: adjust the buffer offset when relocation is usedNicolai Hähnle1-0/+1
2016-09-27gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle1-1/+2
2016-07-18radeon/uvd: add session context buffer for polaris 10/11 v2Christian König1-0/+20
2016-07-14radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission failsMarek Olšák1-6/+9
2016-07-08radeon/uvd: simplify sending context buffer messageChristian König1-4/+1
2016-07-08radeon/uvd: fix contex buffer destruction in the error pathChristian König1-6/+2
2016-07-08radeon/uvd: move polaris fw check into radeon_video.c v2Christian König1-8/+0
2016-07-04radeon/uvd: fix overflow error while calculating bit stream buffer sizeIndrajit Das1-1/+1
2016-06-29radeon/uvd: fix a h265 context size bugsonjiang1-0/+3
2016-06-29radeon/uvd: seperate uvd context buffer from DPBsonjiang1-9/+97
2016-06-25gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák1-1/+1
2016-05-17gallium/radeon: use radeon_emitNicolai Hähnle1-3/+2
2016-04-14radeon/uvd: fix tonga feedback buffer sizeLeo Liu1-4/+8
2016-04-11radeon/uvd: alignment fix for decode message bufferBoyuan Zhang1-1/+1
2016-03-20gallium/radeon: remove old CS tracingMarek Olšák1-2/+2
2016-03-11radeon/uvd: handle HEVC main 10 decodeBoyuan Zhang1-11/+58