]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panel-edp: Move FriendlyELEC HD702E
authorRobin Murphy <robin.murphy@arm.com>
Fri, 23 Jan 2026 19:22:21 +0000 (19:22 +0000)
committerDouglas Anderson <dianders@chromium.org>
Mon, 2 Feb 2026 16:48:44 +0000 (08:48 -0800)
commit5c323ea948ff0f9e50418119cbbb3d94f2bd6a96
tree35490feb9d5f619315af35e2b326bde22ec3a9b0
parente2242223b714ac9fd8233546ca74ce972024111f
drm/panel-edp: Move FriendlyELEC HD702E

FriendlyELEC's HD702E module is an eDP panel (in as much as it's some
LVDS LCD behind a Chrontel CH7511B eDP bridge), so move its data over
to the eDP driver, also resolving the warning about the missing bpc
value in the process.

The unfortunate combination of HPD not being wired up and the RK3399 eDP
controller's behaviour seems to result in the EDID not being readable
over DP-AUX without probing the panel first, thus the hard-coded mode is
still needed to get things going.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patch.msgid.link/a00a59dcef3693efb02a8ee942848fbeaeaf05ba.1769191673.git.robin.murphy@arm.com
drivers/gpu/drm/panel/panel-edp.c
drivers/gpu/drm/panel/panel-simple.c