[PATCH 1/2] drm/msm/dpu: simplify intf allocation code
Abhinav Kumar
quic_abhinavk at quicinc.com
Mon Apr 17 19:25:02 UTC 2023
On 4/15/2023 10:19 AM, Dmitry Baryshkov wrote:
> Rather than passing DRM_MODE_ENCODER_* and letting dpu_encoder to guess,
> which intf type we mean, pass INTF_DSI/INTF_DP directly. This is
> required to support HDMI output in DPU, as both DP and HDMI encoders are
> DRM_MODE_ENCODER_TMDS. Thus dpu_encoder code can not make a difference
> between HDMI and DP outputs.
>
> Reviewed-by: Bjorn Andersson <bjorn.andersson at linaro.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
Since it was previously agreed that INTF_eDP will be dropped in favor of
using just INTF_DP for both eDP and DP (the previous cause of debate), I
am fine with this.
Hence,
Reviewed-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
More information about the dri-devel
mailing list