Re: [Intel-gfx] [PATCH 4/8] drm/i915: Use a helper to get the aux power domain

2018-10-30 Thread Imre Deak
On Tue, Oct 30, 2018 at 02:16:08PM -0700, Lucas De Marchi wrote: > On Tue, Oct 30, 2018 at 05:40:47PM +0200, Imre Deak wrote: > > From ICL onwards the AUX power domain may change dynamically based on > > whether a DDI/TypeC port is in thunderbolt or non-thunderbolt mode, so > > use a helper functio

Re: [Intel-gfx] [PATCH 4/8] drm/i915: Use a helper to get the aux power domain

2018-10-30 Thread Lucas De Marchi
On Tue, Oct 30, 2018 at 05:40:47PM +0200, Imre Deak wrote: > From ICL onwards the AUX power domain may change dynamically based on > whether a DDI/TypeC port is in thunderbolt or non-thunderbolt mode, so > use a helper function instead of a static field to get the current > domain. > > Cc: Paulo Z

[Intel-gfx] [PATCH 4/8] drm/i915: Use a helper to get the aux power domain

2018-10-30 Thread Imre Deak
From ICL onwards the AUX power domain may change dynamically based on whether a DDI/TypeC port is in thunderbolt or non-thunderbolt mode, so use a helper function instead of a static field to get the current domain. Cc: Paulo Zanoni Cc: Ville Syrjälä Signed-off-by: Imre Deak --- drivers/gpu/dr