mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
Revert "drm/bridge: analogix_dp: hardcode input video format to RGB10 for Rockchip platform"
On RK3399 EVB board, the LG panel only support RGB888. so with previous
changes, VOP would send the RGB10 video format to panel, and then panel
just display abnormally.
This reverts commit 144e62cef3.
Change-Id: I09a5ab0aa8758e87e8b7f2fc20fbbaa113fe1d33
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
eca81b43d0
commit
523ed4cfc6
@@ -1136,11 +1136,6 @@ static void analogix_dp_bridge_mode_set(struct drm_bridge *bridge,
|
||||
else
|
||||
video->color_space = COLOR_RGB;
|
||||
|
||||
if (dp->plat_data->dev_type == RK3288_DP) {
|
||||
video->color_space = COLOR_RGB;
|
||||
video->color_depth = COLOR_10;
|
||||
}
|
||||
|
||||
/*
|
||||
* NOTE: those property parsing code is used for providing backward
|
||||
* compatibility for samsung platform.
|
||||
|
||||
Reference in New Issue
Block a user