]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Uninit the DMC FW loader state during shutdown
authorImre Deak <imre.deak@intel.com>
Thu, 11 Mar 2021 14:45:29 +0000 (16:45 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 1 Apr 2021 22:29:58 +0000 (01:29 +0300)
commita96d84358c0605aa7e275f199ce261e254435db3
tree4eedfe81a593e12590c6fa61cf71b21668ab6a39
parent8c9fad27b332ad6afbdf3d0a17568afe7d6c5d79
drm/i915: Uninit the DMC FW loader state during shutdown

We need to wait for the DMC FW loader work to complete during shutdown,
even if it's unlikely to be still pending by that time, fix this.

This also fixes the wakeref tracking WARN during shutdown about the
leaked reference we hold due to a missing DMC firmware.

While at it add a TODO comment about unifying the shutdown and PM
power-off sequences and later these sequences with the driver remove and
system/runtime suspend sequences.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
References: https://lore.kernel.org/lkml/20210303055517.GB2708@xsang-OptiPlex-9020
Reported-and-tested-by: kernel test robot <oliver.sang@intel.com>
Reported-and-tested-by: Edward Baker <edward.baker@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210311144529.3059024-1-imre.deak@intel.com
drivers/gpu/drm/i915/i915_drv.c