search for: t14s

Displaying 3 results from an estimated 3 matches for "t14s".

Did you mean: 14s
2024 Dec 11
4
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...; + * the number of LTTPRs is invalid > + */ > + drm_dp_lttpr_set_transparent_mode(aux, true); > + > + return -EINVAL; And return 0 explicitly here. > +} > +EXPORT_SYMBOL(drm_dp_lttpr_init); In any case this works well and is needed for external display on the Lenovo ThinkPad T14s, while not breaking the X13s which does not need it: Tested-by: Johan Hovold <johan+linaro at kernel.org> Johan
2024 Dec 26
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...et_transparent_mode(aux, true); > > + > > + return -EINVAL; > > And return 0 explicitly here. Yes. Will do that. > > > +} > > +EXPORT_SYMBOL(drm_dp_lttpr_init); > > In any case this works well and is needed for external display on the > Lenovo ThinkPad T14s, while not breaking the X13s which does not need > it: > > Tested-by: Johan Hovold <johan+linaro at kernel.org> > > Johan Thanks for reviewing and testing! Abel
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...gt; > + return -EINVAL; >> >> And return 0 explicitly here. > > Yes. Will do that. > >> >> > +} >> > +EXPORT_SYMBOL(drm_dp_lttpr_init); >> >> In any case this works well and is needed for external display on the >> Lenovo ThinkPad T14s, while not breaking the X13s which does not need >> it: >> >> Tested-by: Johan Hovold <johan+linaro at kernel.org> >> >> Johan > > Thanks for reviewing and testing! > Abel > -- Jani Nikula, Intel