]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jan 2021 23:48:12 +0000 (18:48 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Feb 2021 22:23:49 +0000 (17:23 -0500)
commit69d3dc3cd57e55527b29767931c5f2a7e674b35c
treea7418ce84fb23bac8f3f35d3697d9fb0164b8a6b
parent5f70bd870f471bc8f591fa7e542d63cd3ce143a4
drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)

For each asic family.  Will be used to populate tables
for the new INFO ioctl query.

v2: add max_pixels_per_frame to handle the portrait case
v3: fix copy paste typos

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com> (v1)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/nv.c
drivers/gpu/drm/amd/amdgpu/si.c
drivers/gpu/drm/amd/amdgpu/soc15.c
drivers/gpu/drm/amd/amdgpu/vi.c