blob: dff90f14e29930b02cf908e753805a2be4dfbf91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
title: "BSP 4.1.x upport: rcar-du: Don't defer probe with disabled encoders"
team: MM
key: ac4726f3-ee6f-4007-9da9-f79ff848ce33
status: Abandoned
bsp41x:
- 88f77e34668412d13c923cc25f2c0ceb098c9c19 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
bsp51x:
- aeaf8087e4df1382ef0c7e056ab8ff22739b2695 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI
comments:
- 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.
|