Home
last modified time | relevance | path

Searched refs:codec_array (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c112 .codec_array = NULL,
130 .codec_array = tonga_video_codecs_encode_array,
155 .codec_array = polaris_video_codecs_encode_array,
162 .codec_array = NULL,
201 .codec_array = tonga_video_codecs_decode_array,
254 .codec_array = cz_video_codecs_decode_array,
H A Damdgpu_kms.c1270 int idx = codecs->codec_array[i].codec_type; in amdgpu_info_ioctl()
1283 codecs->codec_array[i].max_width; in amdgpu_info_ioctl()
1285 codecs->codec_array[i].max_height; in amdgpu_info_ioctl()
1287 codecs->codec_array[i].max_pixels_per_frame; in amdgpu_info_ioctl()
1289 codecs->codec_array[i].max_level; in amdgpu_info_ioctl()
H A Damdgpu.h653 const struct amdgpu_video_codec_info *codec_array; member