aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.h
Commit message (Collapse)AuthorAgeFilesLines
* radeon/video: use more of the common buffer code v2Christian König2014-09-111-0/+1
| | | | | | | | | In preparation to using buffers clears with the hw engine(s). v2: split out flipping to using hw buffer clears. Signed-off-by: Christian König <[email protected]> Reviewed-by: Michel Dänzer <[email protected]>
* radeon/vce: set number of cpbs based on levelLeo Liu2014-06-181-2/+1
| | | | | | | v2: add error check for cpb size 0 Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Christian König <[email protected]>
* radeon/vce: implement B-frame supportChristian König2014-04-111-1/+1
| | | | | Signed-off-by: Slava Grigorev <[email protected]> Signed-off-by: Christian König <[email protected]>
* radeon/vce: add proper CPB backtrackChristian König2014-04-111-0/+15
| | | | | | Remember what frames we encoded at which position. Signed-off-by: Christian König <[email protected]>
* radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMESChristian König2014-04-111-1/+0
| | | | | | Doesn't seems to be needed any more. Signed-off-by: Christian König <[email protected]>
* radeon/vce: cleanup cpb handlingLeo Liu2014-04-041-0/+3
| | | | | | | v2: fix whitespace errors, minor coding style changes Signed-off-by: Leo Liu <[email protected]> Signed-off-by: Christian König <[email protected]>
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-111-1/+1
| | | | This updates all occurences of cs_add_reloc.
* radeon/vce: initial VCE support v8Christian König2014-02-131-0/+98
v2 (chk): revert feedback buffer hack v3 (slava): fixed bitstream size calculation v4 (chk): always create buffers in the right domain v5 (chk): flush async v6 (chk): rework fw interface add version check v7 (leo): implement cropping support v8 (chk): add hw checks Signed-off-by: Christian König <[email protected]> Signed-off-by: Leo Liu <[email protected]> Signed-off-by: Slava Grigorev <[email protected]>