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@xxxxxxxxxx> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> ---
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@xxxxxxxxxxx>