Re: [PATCH v4 8/9] video: Always compile cache flushing code

2023-01-06 Thread Simon Glass
On Tue, 3 Jan 2023 at 14:50, Alexander Graf wrote: > > The dcache flushing code path was conditional on ARM && !DCACHE config > options. However, dcaches exist on other platforms as well and may need > clearing if their driver requires it. > > Simplify the compile logic and always enable the dcach

[PATCH v4 8/9] video: Always compile cache flushing code

2023-01-03 Thread Alexander Graf
The dcache flushing code path was conditional on ARM && !DCACHE config options. However, dcaches exist on other platforms as well and may need clearing if their driver requires it. Simplify the compile logic and always enable the dcache flush logic in the video core. That way, drivers can always r