删除 LVDS.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-09-16 11:36:55 +08:00
parent f3058e0d6e
commit e6d1a04e23
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ CONFIG_DRM_LOAD_EDID_FIRMWARE=y
```bash ```bash
setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin drm.debug=0x06' setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin drm.debug=0x06'
# OR # OR
drm_kms_helper.edid_firmware=HDMI-A-1:1920x720hdim.bin,HDMI-A-2:1920x720hdim.bin,LVDS-1:1920x720lvds.bin drm_kms_helper.edid_firmware=HDMI-A-1:1920x720.bin,HDMI-A-2:1920x720.bin
``` ```
1920x720hdim.bin 以及 1920x720lvds.bin 应存在于Linux 固件目录) 或 /vendor/etc/firmwareAndroid目录下。 1920x720.bin 应存在于Linux 固件目录) 或 /vendor/etc/firmwareAndroid目录下。
drm.debug=0x06 为 log 开关,对应文件 drivers/gpu/drm/drm_drv.c其部分内容如下 drm.debug=0x06 为 log 开关,对应文件 drivers/gpu/drm/drm_drv.c其部分内容如下