mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip64-6.15(edge): .config: enable VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID
From the Kconfig: ``` Preload default EDID (Extended Display Identification Data) branded by Linux Foundation that exposes display modes up to 4k@30Hz, which have best compatibility with HDMI transmitters. Enabling this option is recommended for a non-production use-cases. It will make driver usable out-of-the-box. For a higher display modes you will need to load customized EDID from userspace using v4l2-ctl tool or by other means. Without enabling this option driver will be practically non-functional until EDID will be loaded from userspace. Which is a wanted behavior when using this driver in a commercial product that should utilize own branded EDID. ```
This commit is contained in:
@@ -1932,6 +1932,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
|||||||
CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
|
CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
|
||||||
CONFIG_VIDEO_ROCKCHIP_RGA=m
|
CONFIG_VIDEO_ROCKCHIP_RGA=m
|
||||||
CONFIG_VIDEO_SYNOPSYS_HDMIRX=m
|
CONFIG_VIDEO_SYNOPSYS_HDMIRX=m
|
||||||
|
CONFIG_VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID=y
|
||||||
CONFIG_VIDEO_HANTRO=m
|
CONFIG_VIDEO_HANTRO=m
|
||||||
CONFIG_SMS_SDIO_DRV=m
|
CONFIG_SMS_SDIO_DRV=m
|
||||||
CONFIG_VIDEO_HI556=m
|
CONFIG_VIDEO_HI556=m
|
||||||
|
|||||||
Reference in New Issue
Block a user