[PATCH 2/3] drm/panthor: Explicitly set the coherency mode

2024-10-25 Thread Akash Goel
This commit fixes the potential misalignment between the value of device tree property "dma-coherent" and default value of COHERENCY_ENABLE register. Panthor driver didn't explicitly program the COHERENCY_ENABLE register with the desired coherency mode. The default value of COHERENCY_ENABLE registe

Re: [PATCH 2/3] drm/panthor: Explicitly set the coherency mode

2024-10-25 Thread Steven Price
On 24/10/2024 15:54, Akash Goel wrote: > This commit fixes the potential misalignment between the value of device > tree property "dma-coherent" and default value of COHERENCY_ENABLE > register. > Panthor driver didn't explicitly program the COHERENCY_ENABLE register > with the desired coherency mo

Re: [PATCH 2/3] drm/panthor: Explicitly set the coherency mode

2024-10-25 Thread Liviu Dudau
On Thu, Oct 24, 2024 at 03:54:31PM +0100, Akash Goel wrote: > This commit fixes the potential misalignment between the value of device > tree property "dma-coherent" and default value of COHERENCY_ENABLE > register. > Panthor driver didn't explicitly program the COHERENCY_ENABLE register > with the

Re: [PATCH 2/3] drm/panthor: Explicitly set the coherency mode

2024-10-24 Thread Boris Brezillon
On Thu, 24 Oct 2024 15:54:31 +0100 Akash Goel wrote: > This commit fixes the potential misalignment between the value of device > tree property "dma-coherent" and default value of COHERENCY_ENABLE > register. > Panthor driver didn't explicitly program the COHERENCY_ENABLE register > with the desi