Re: [Intel-gfx] [PATCH 2/3] drm/i915: Nuke aux regs from intel_dp

2018-02-20 Thread Chris Wilson
Quoting Ville Syrjälä (2018-02-20 17:49:43) > On Tue, Feb 20, 2018 at 05:30:51PM +, Chris Wilson wrote: > > Quoting Ville Syrjala (2018-02-20 17:05:23) > > > @@ -1089,7 +1089,7 @@ intel_dp_aux_ch(struct intel_dp *intel_dp, > > > struct intel_digital_port *intel_dig_port = > > >

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Nuke aux regs from intel_dp

2018-02-20 Thread Ville Syrjälä
On Tue, Feb 20, 2018 at 05:30:51PM +, Chris Wilson wrote: > Quoting Ville Syrjala (2018-02-20 17:05:23) > > From: Ville Syrjälä > > > > Just store function pointers that give us the correct register offsets > > instead of storing the register offsets

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Nuke aux regs from intel_dp

2018-02-20 Thread Chris Wilson
Quoting Ville Syrjala (2018-02-20 17:05:23) > From: Ville Syrjälä > > Just store function pointers that give us the correct register offsets > instead of storing the register offsets themselves. Slightly less > efficient perhaps but saves a few bytes and better

[Intel-gfx] [PATCH 2/3] drm/i915: Nuke aux regs from intel_dp

2018-02-20 Thread Ville Syrjala
From: Ville Syrjälä Just store function pointers that give us the correct register offsets instead of storing the register offsets themselves. Slightly less efficient perhaps but saves a few bytes and better matches how we do things elsewhere. Signed-off-by: Ville