Re: [PATCH v2 10/20] media: venus: core: Drop cache properties in resource struct

From: Bryan O'Donoghue
Date: Wed Mar 06 2024 - 07:33:33 EST


On 09/02/2024 21:09, Konrad Dybcio wrote:
Currently VMEM/OCMEM/LLCC is disabled on all platforms.

Make it unconditional to save on space.

These caches will not be enabled until the Venus driver can reference
them as chunks of SRAM (they're modelled as separate devices) to avoid
hardcoding magic addresses and rougely accessing the hardware,
bypassing the normal accessors.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Agreed, this is dead code.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>