History log of /external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9c76eeeaa673331fec6056a4baa30095de42f5e 26-Oct-2016 Marek Olšák <marek.olsak@amd.com> gallium/radeon: remove radeon_surf_level::pitch_bytes

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
8b94976df9996c222e5510f491fc865dae3bc412 23-Oct-2016 Marek Olšák <marek.olsak@amd.com> radeon/vce: use nblk_y instead of npix_y

npix_y will be removed. level[0].npix_y will be removed too. nblk_y should
be the same as npix_y if the block height == 1. However, nblk_y is aligned
to the tile size, so it can be greater than npix_y.

If that's a problem, we'll have to save the input height of surface_init
and use that.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
c0be51f270ad85ab40daa635a4dbb3bad78d46e8 15-Aug-2016 Boyuan Zhang <boyuan.zhang@amd.com> radeon/vce: set flag based on dual instance enablement

Set the flag on when dual instance encoding is supported,
otherwise set it to off.

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
23c5e8bc58cd5955151e30aa95e138031d1dad4f 14-Jul-2016 Boyuan Zhang <boyuan.zhang@amd.com> radeon/vce: handle newly added parameters

Replace the previous hardcoded value with newly defined parameters

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
aa7d42a5f9d8f491ca3a1fdaa61ee7058398f80f 29-Jun-2016 Leo Liu <leo.liu@amd.com> radeon/vce: update encRefPic addr and array mode to tiled

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
06f0a4d9ed50a5b562f7642cbf16a7c880693e95 27-Jun-2016 Boyuan Zhang <boyuan.zhang@amd.com> radeon/vce: use vce structure for vce 52 firmware

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
cf811faeff1eaa1aef817ae45314cc3419c44222 07-Dec-2015 Marek Olšák <marek.olsak@amd.com> gallium/radeon: remove radeon_winsys_cs_handle

"radeon_winsys_cs_handle *cs_buf" is now equivalent to "pb_buffer *buf".

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c
99d92de5d0af8b926db20d4b2aecbe37b58c758c 03-Nov-2015 Leo Liu <leo.liu@amd.com> radeon/vce: add new firmware interface support

Add new interface to create and encode

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
/external/mesa3d/src/gallium/drivers/radeon/radeon_vce_52.c