Re: [PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-23 Thread Li, Sun peng (Leo)
On 2019-07-12 4:15 p.m., Ville Syrjälä wrote: > On Fri, Jul 12, 2019 at 11:05:59PM +0300, Ville Syrjälä wrote: >> On Fri, Jul 12, 2019 at 03:48:53PM -0400, Lyude Paul wrote: >>> BTW, I just tried these patches on my T450s (using i915) and I'm seeing some >>> kernel warnings with them when adding

Re: [PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-12 Thread Ville Syrjälä
On Fri, Jul 12, 2019 at 11:05:59PM +0300, Ville Syrjälä wrote: > On Fri, Jul 12, 2019 at 03:48:53PM -0400, Lyude Paul wrote: > > BTW, I just tried these patches on my T450s (using i915) and I'm seeing some > > kernel warnings with them when adding DP aux devices after connecting a new > > MST topol

Re: [PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-12 Thread Ville Syrjälä
On Fri, Jul 12, 2019 at 03:48:53PM -0400, Lyude Paul wrote: > BTW, I just tried these patches on my T450s (using i915) and I'm seeing some > kernel warnings with them when adding DP aux devices after connecting a new > MST topology to the system: > > [ 367.742571] WARNING: CPU: 2 PID: 442 at >

Re: [PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-12 Thread Lyude Paul
BTW, I just tried these patches on my T450s (using i915) and I'm seeing some kernel warnings with them when adding DP aux devices after connecting a new MST topology to the system: [ 296.511130] kauditd_printk_skb: 2 callbacks suppressed [ 296.511135] audit: type=1305 audit(1562960713.086:245):

Re: [PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-10 Thread Ville Syrjälä
On Thu, Jul 04, 2019 at 03:05:16PM -0400, sunpeng...@amd.com wrote: > From: Leo Li > > Implement late_register and early_unregister hooks for MST connectors. > Call drm helpers for MST connector registration, which registers the > AUX devices. > > Signed-off-by: Leo Li > --- > drivers/gpu/drm/

[PATCH 07/10] drm/i915: Implement MST Aux device registration

2019-07-04 Thread sunpeng.li
From: Leo Li Implement late_register and early_unregister hooks for MST connectors. Call drm helpers for MST connector registration, which registers the AUX devices. Signed-off-by: Leo Li --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 29 +++-- 1 file changed, 27 insertions(