Re: [Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload

2021-06-02 Thread Anshuman Gupta
On 2021-05-26 at 20:07:27 +0530, Imre Deak wrote: > An async-put on an encoder specific power domain (for instance the AUX > PW domain) may be pending when removing the encoder. Make sure any such > async-puts are complete while the corresponding encoder is still in place > since at least AUX power

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload

2021-05-26 Thread Imre Deak
An async-put on an encoder specific power domain (for instance the AUX PW domain) may be pending when removing the encoder. Make sure any such async-puts are complete while the corresponding encoder is still in place since at least AUX power wells require this to do a power well->PHY lookup. Signe