diff options
author | Ivan Bornyakov <[email protected]> | 2024-04-15 13:07:23 +0300 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2024-06-21 10:15:21 +0200 |
commit | 6aa082910445aec6b1dc652a69c5178a555d8ca5 (patch) | |
tree | a40e7f89371422a57b47089f19f73fa0f428b267 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a83d4a689e3b8966cb1dff0a997946399e76e900 (diff) |
media: chips-media: wave5: support Wave515 decoder
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 <[email protected]>
Signed-off-by: Sebastian Fricke <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions