diff --git a/drivers/gpu/drm/panfrost/panfrost_gpu.c b/drivers/gpu/drm/panfrost/panfrost_gpu.c index b98f6e36d1cb2f1dd5a8f4bf3fab07406df340f2..51697a610e85efd4fc4f9ce5b84674652d2d89e9 100644 --- a/drivers/gpu/drm/panfrost/panfrost_gpu.c +++ b/drivers/gpu/drm/panfrost/panfrost_gpu.c @@ -377,7 +377,7 @@ void panfrost_gpu_fini(struct panfrost_device *pfdev) u32 panfrost_gpu_get_latest_flush_id(struct panfrost_device *pfdev) { - if (panfrost_has_hw_feature(pfdev, HW_FEATURE_FLUSH_REDUCTION)) - return gpu_read(pfdev, GPU_LATEST_FLUSH_ID); + //if (panfrost_has_hw_feature(pfdev, HW_FEATURE_FLUSH_REDUCTION)) + // return gpu_read(pfdev, GPU_LATEST_FLUSH_ID); return 0; }