Displaying 1 result from an estimated 1 matches for "x1e80100".
Did you mean:
1180100
2024 Dec 11
1
[PATCH v2 4/4] drm/msm/dp: Add support for LTTPR handling
...;
> int rc = 0;
>
> + msm_dp_display_lttpr_init(dp);
It looks like you ignore errors on purpose so I guess that's fine.
> +
> rc = msm_dp_panel_read_sink_caps(dp->panel, connector);
> if (rc)
> goto end;
Either way, this is needed for external display on my x1e80100 machines,
while not breaking the X13s:
Tested-by: Johan Hovold <johan+linaro at kernel.org>
Johan