Searched hist:b1b989db08afc3100bb864ac5ecf37c3fe514109 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | b1b989db08afc3100bb864ac5ecf37c3fe514109 Sun Feb 04 08:15:01 UTC 2024 Damon Ding <damon.ding@rock-chips.com> video/drm: display: add check of return value for display_get_edid_mode()
1.If not to check the return value of display_get_edid_mode() in bridge mode, the following check logic will be entered:
if (ret && !state->force_output) goto deinit;
And the case will be mistaken as force output and goto deinit, which causes no display output. 2.Move the rockchip_bridge_mode_set() before the display information logs, because the display mode may be initialized in the function.
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: I9f9604cf04a9e846a9fbec3d0e0e297c583bddbb
|