| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon/vcn: Handle crop parameters for encoder | Satyajit Sahu | 2020-01-09 | 1 | -4/+11 |
* | radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10 | Marek Olšák | 2020-01-03 | 1 | -0/+2 |
* | radeon: Use P010 for decoding of 10-bit videos | Thong Thai | 2020-01-03 | 2 | -3/+6 |
* | radeon/vcn2: enable rate control for hevc encoding | Pierre-Eric Pelloux-Prayer | 2019-12-20 | 1 | -1/+7 |
* | ac: add radeon_info::num_rings and move ring_type to amd_family.h | Marek Olšák | 2019-11-19 | 1 | -13/+0 |
* | radeon/vcn: Add VP9 8K decode support | Leo Liu | 2019-10-30 | 1 | -1/+1 |
* | util: remove LIST_DEL macro | Timothy Arceri | 2019-10-28 | 1 | -3/+3 |
* | util: remove LIST_ADD macro | Timothy Arceri | 2019-10-28 | 1 | -3/+3 |
* | util: remove LIST_ADDTAIL macro | Timothy Arceri | 2019-10-28 | 1 | -1/+1 |
* | util: remove LIST_INITHEAD macro | Timothy Arceri | 2019-10-28 | 1 | -1/+1 |
* | radeonsi: remove si_vid_join_surfaces and use combined planar allocations | Marek Olšák | 2019-10-09 | 2 | -92/+0 |
* | radeonsi: fix VAAPI segfault due to various bugs | Michel Dänzer | 2019-09-24 | 1 | -0/+1 |
* | radeon/vcn: exclude raven2 from vcn 2.0 encode initialization | Indrajit Das | 2019-09-13 | 1 | -1/+1 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -3/+0 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -3/+1 |
* | radeon: Fix mjpeg issue for ARCTURUS | Zhu, James | 2019-09-06 | 1 | -0/+1 |
* | radeon/vcn: add RENOIR VCN decode support | Leo Liu | 2019-09-06 | 1 | -4/+4 |
* | radeon/vcn/vp9: add Arcturus VP9 support | Leo Liu | 2019-07-29 | 1 | -3/+3 |
* | radeon/vcn: add Arcturus decode support | Leo Liu | 2019-07-29 | 1 | -1/+11 |
* | radeon/vcn: enable rate control for hevc encoding | Boyuan Zhang | 2019-07-26 | 1 | -1/+7 |
* | radeon/uvd: enable rate control for hevc encoding | Boyuan Zhang | 2019-07-26 | 1 | -1/+7 |
* | radeon/vcn: fix poc for hevc encode | Boyuan Zhang | 2019-07-26 | 2 | -2/+3 |
* | radeon/uvd: fix poc for hevc encode | Boyuan Zhang | 2019-07-26 | 2 | -3/+3 |
* | radeon/vcn: adding engine type for new fw interface | Boyuan Zhang | 2019-07-19 | 3 | -2/+5 |
* | radeonsi: use the correct buffer size in si_vid_clear_buffer | Marek Olšák | 2019-07-19 | 1 | -1/+1 |
* | radeon/vcn: update for new vcn enc interface | Boyuan Zhang | 2019-07-03 | 2 | -1/+4 |
* | radeon/vcn: implement vcn 2.0 jpeg decode | Boyuan Zhang | 2019-07-03 | 1 | -56/+157 |
* | radeon/vcn: add direct register bool | Boyuan Zhang | 2019-07-03 | 2 | -0/+3 |
* | radeon/vcn: add defines for vcn 2.0 jpeg | Boyuan Zhang | 2019-07-03 | 1 | -0/+25 |
* | radeon/vcn: use variable to assign ib cmd | Boyuan Zhang | 2019-07-03 | 3 | -40/+128 |
* | radeon/vcn: implement vcn 2.0 encode | Boyuan Zhang | 2019-07-03 | 4 | -5/+220 |
* | radeon/vcn: add vcn2.0 encode skeleton | Boyuan Zhang | 2019-07-03 | 2 | -0/+79 |
* | radeon/vcn: move vcn1.0 specific defines to c | Boyuan Zhang | 2019-07-03 | 2 | -29/+29 |
* | radeon/vcn: assign function pointer with ib functions | Boyuan Zhang | 2019-07-03 | 3 | -165/+182 |
* | radeon/vcn: add function pointer for ib functions | Boyuan Zhang | 2019-07-03 | 1 | -0/+32 |
* | radeon/vcn: move header related algorithm to vcn_enc | Boyuan Zhang | 2019-07-03 | 3 | -122/+142 |
* | radeon/vcn: move add buf func to common file | Boyuan Zhang | 2019-07-03 | 3 | -16/+17 |
* | radeon/vcn: move cs defines to enc header file | Boyuan Zhang | 2019-07-03 | 2 | -10/+10 |
* | radeon/vcn: add VP9 support for Navi10 | Leo Liu | 2019-07-03 | 1 | -10/+20 |
* | radeon/vcn: add VCN2 set of internal registers for IB | Leo Liu | 2019-07-03 | 2 | -9/+31 |
* | winsys/amdgpu: Make KMS handles valid for original DRM file descriptor | Michel Dänzer | 2019-07-03 | 1 | -1/+3 |
* | radeon/uvd: fix calc_ctx_size_h265_main10 | Pierre-Eric Pelloux-Prayer | 2019-06-28 | 2 | -6/+6 |
* | ac: add radeon_info::is_amdgpu instead of checking drm_major == 3 | Marek Olšák | 2019-06-14 | 2 | -4/+4 |
* | r600+radeonsi: use ctx_query_reset_status on radeon | Marek Olšák | 2019-05-16 | 1 | -1/+0 |
* | winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space | Marek Olšák | 2019-05-16 | 1 | -1/+5 |
* | winsys/amdgpu: add a parallel compute IB coupled with a gfx IB | Marek Olšák | 2019-05-16 | 1 | -1/+31 |
* | winsys/amdgpu: make IBs writable and expose their address | Marek Olšák | 2019-04-23 | 1 | -0/+1 |
* | ac: add radeon_info::marketing_name, replacing the winsys callback | Marek Olšák | 2019-04-23 | 1 | -2/+0 |
* | radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBuffe... | suresh guttula | 2019-04-16 | 1 | -2/+9 |
* | radeonsi: add support for displayable DCC for 1 RB chips | Marek Olšák | 2019-04-04 | 1 | -0/+6 |