Re: [Intel-gfx] [PATCH v3 2/3] drm/i915/icl: reverse uninit order

2018-11-14 Thread Jani Nikula
On Tue, 13 Nov 2018, Lucas De Marchi wrote: > Bspec 21257 says "DDIA PHY is the comp master, so it must > not be un-initialized if other combo PHYs are in use". Here > we are shutting down all phys, so it's not strictly required. > However let's be consistent on deinitializing things in the >

[Intel-gfx] [PATCH v3 2/3] drm/i915/icl: reverse uninit order

2018-11-13 Thread Lucas De Marchi
Bspec 21257 says "DDIA PHY is the comp master, so it must not be un-initialized if other combo PHYs are in use". Here we are shutting down all phys, so it's not strictly required. However let's be consistent on deinitializing things in the reversed order we initialized them. v2: simplify