Re: [Intel-gfx] [PATCH v2] drm/i915/bios: add DP max link rate to VBT child device struct

2018-01-19 Thread Ville Syrjälä
On Thu, Jan 18, 2018 at 05:33:10PM +0200, Jani Nikula wrote: > Update VBT defs to reflect revision 216. While at it, default the > expected child device struct size to sizeof the size rather than a > hardcoded value. > > v2: Fix bit order (David) > > Cc: Rodrigo Vivi >

Re: [Intel-gfx] [PATCH v2] drm/i915/bios: add DP max link rate to VBT child device struct

2018-01-19 Thread Jani Nikula
On Fri, 19 Jan 2018, Ville Syrjälä wrote: > On Thu, Jan 18, 2018 at 05:33:10PM +0200, Jani Nikula wrote: >> Update VBT defs to reflect revision 216. While at it, default the >> expected child device struct size to sizeof the size rather than a >> hardcoded value. >>

Re: [Intel-gfx] [PATCH v2] drm/i915/bios: add DP max link rate to VBT child device struct

2018-01-18 Thread Rodrigo Vivi
On Thu, Jan 18, 2018 at 08:12:18PM +, Rodrigo Vivi wrote: > On Thu, Jan 18, 2018 at 03:33:10PM +, Jani Nikula wrote: > > Update VBT defs to reflect revision 216. While at it, default the > > expected child device struct size to sizeof the size rather than a > > hardcoded value. > > > >

Re: [Intel-gfx] [PATCH v2] drm/i915/bios: add DP max link rate to VBT child device struct

2018-01-18 Thread Rodrigo Vivi
On Thu, Jan 18, 2018 at 03:33:10PM +, Jani Nikula wrote: > Update VBT defs to reflect revision 216. While at it, default the > expected child device struct size to sizeof the size rather than a > hardcoded value. > > v2: Fix bit order (David) > > Cc: Rodrigo Vivi >

[Intel-gfx] [PATCH v2] drm/i915/bios: add DP max link rate to VBT child device struct

2018-01-18 Thread Jani Nikula
Update VBT defs to reflect revision 216. While at it, default the expected child device struct size to sizeof the size rather than a hardcoded value. v2: Fix bit order (David) Cc: Rodrigo Vivi Signed-off-by: Jani Nikula ---