From c5562b7bce58d06802fb6b228e2cdf0864fe7227 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 23 Mar 2021 03:03:09 +0200 Subject: linux: mm: Abandon task bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders The BSP patch isn't a correct fix for the issue, it should instead be handled by disabling encoders in DT. Signed-off-by: Laurent Pinchart --- .../bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'projects/linux/mm') diff --git a/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml b/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml index 80a0052..4b3c2b8 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml @@ -1,11 +1,12 @@ title: "BSP 4.1.x upport: rcar-du: Don't defer probe with disabled encoders" team: MM key: ac4726f3-ee6f-4007-9da9-f79ff848ce33 -status: New +status: Abandoned bsp41x: - 88f77e34668412d13c923cc25f2c0ceb098c9c19 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI comments: - - The feature is good, the implementation isn't applicable as-is. We should - instead skip encoders that are disabled in DT. + - Probe will not be deferred if the encoder is disabled in DT. This is the + correct way of handling this issue. Testing if encoder drivers are enabled + isn't fail-proof, as the modules could for instance be blacklisted. -- cgit v1.2.3