Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A DKconfig65 bool "Rockchip specific extensions for Synopsys DW HDMI"
68 This selects support for Rockchip SoC specific extensions
73 bool "Rockchip specific extensions for Synopsys DW HDMI QP"
76 This selects support for Rockchip SoC specific extensions
81 bool "Rockchip specific extensions for INNO HDMI"
84 This selects support for Rockchip SoC specific extensions
89 bool "Rockchip specific extensions for INNO HDMI PHY"
126 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
131 This selects support for Rockchip SoC specific extensions
137 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI2"
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.NDS3231 - Andes future extensions (for floating-point, multimedia, etc.)
32 - Customer extensions.
H A DREADME.sdp20 specific image header (see doc/README.imximage). There are extensions
H A DREADME.xtensa42 tie.h Co-processors and custom extensions defined
/rk3399_rockchip-uboot/drivers/mmc/
H A DKconfig95 bool "Exynos specific extensions for Synopsys DW Memory Card Interface"
100 This selects support for Samsung Exynos SoC specific extensions to the
105 bool "K3 specific extensions for Synopsys DW Memory Card Interface"
108 This selects support for Hisilicon K3 SoC specific extensions to the
123 bool "SOCFPGA specific extensions for Synopsys DW Memory Card Interface"
128 This selects support for Altera SOCFPGA specific extensions to the
/rk3399_rockchip-uboot/doc/driver-model/
H A Dfdt-fixup.txt17 "extensions" of each other, where one device only differs from another in the
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt1 Command syntax extensions for the new uImage format
/rk3399_rockchip-uboot/common/
H A Dedid.c3374 if (!edid->extensions) in edid_hfeeodb_extension_block_count()
3415 if (edid == NULL || edid->extensions == 0) in drm_find_edid_extension()
3421 len = edid->extensions; in drm_find_edid_extension()
3682 if (edid == NULL || edid->extensions == 0) in drm_find_edid_extension_from_index()
3688 len = edid->extensions; in drm_find_edid_extension_from_index()
3717 count = edid->extensions; in add_cea_modes()
5616 for (i = 0; i <= edid->extensions; i++) in drm_edid_is_valid()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc101 - ARM v8 cryptography extensions
/rk3399_rockchip-uboot/include/
H A Dedid.h789 u8 extensions; member