summaryrefslogtreecommitdiff
path: root/projects/linux/mm
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-23 03:03:09 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-31 13:43:21 +0300
commitc5562b7bce58d06802fb6b228e2cdf0864fe7227 (patch)
tree3be80036fee4737ff5adcdb75d922384528529b6 /projects/linux/mm
parentecfde4677ba11ee6bdbfa62c208fae99cbe74adb (diff)
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'projects/linux/mm')
-rw-r--r--projects/linux/mm/bsp41x_rcar-du-Don-t-defer-probe-with-disabled-encoders.yaml7
1 files changed, 4 insertions, 3 deletions
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.