Re: [PATCH 2/2] drm/amdgpu: Use the right function for hdp flush

2025-04-11 Thread Alex Deucher
On Fri, Apr 11, 2025 at 8:16 AM Lijo Lazar wrote: > > There are a few prechecks made before HDP flush like a flush is not > required on APU bare metal. Using hdp callback directly bypasses those > checks. Use amdgpu_device_flush_hdp which takes care of prechecks. > > Signed-off-by: Lijo Lazar Re

[PATCH 2/2] drm/amdgpu: Use the right function for hdp flush

2025-04-11 Thread Lijo Lazar
There are a few prechecks made before HDP flush like a flush is not required on APU bare metal. Using hdp callback directly bypasses those checks. Use amdgpu_device_flush_hdp which takes care of prechecks. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 8 driver