[Intel-gfx] [RFC 10/14] drm/i915/pxp: Enable PXP power management

Chris Wilson chris at chris-wilson.co.uk
Sat Feb 6 13:06:05 UTC 2021


Quoting Daniele Ceraolo Spurio (2021-02-06 02:09:21)
> +       if (!ret) {
> +               ret = wait_for(!pxp->termination_in_progress, 10);

This only works by chance. The compiler doesn't even have to reload the
variable. See struct completion.
-Chris


More information about the Intel-gfx mailing list