6aa0829104
Add initial support for the Wave515 multi-decoder IP. For now it is only able to decode HEVC Main/Main10 profile videos into YUV420. This was tested on FPGA prototype, so wave5_dt_ids[] was not expanded. Users of the real hardware with Wave515 IP will have to * provide firmware specific to their SoC * add struct wave5_match_data like this: static const struct wave5_match_data platform_name_wave515_data = { .flags = WAVE5_IS_DEC, .fw_name = "cnm/wave515_platform_name_fw.bin", .sram_size = (71 * 1024), }; * add item to wave5_dt_ids[] like this: { .compatible = "vendor,soc-wave515", .data = &platform_name_wave515_data, }, * describe new compatible in Documentation/devicetree/bindings/media/cnm,wave521c.yaml Signed-off-by: Ivan Bornyakov <brnkv.i1@gmail.com> Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
wave5-helper.c | ||
wave5-helper.h | ||
wave5-hw.c | ||
wave5-regdefine.h | ||
wave5-vdi.c | ||
wave5-vdi.h | ||
wave5-vpu-dec.c | ||
wave5-vpu-enc.c | ||
wave5-vpu.c | ||
wave5-vpu.h | ||
wave5-vpuapi.c | ||
wave5-vpuapi.h | ||
wave5-vpuconfig.h | ||
wave5-vpuerror.h | ||
wave5.h |