Home
last modified time | relevance | path

Searched refs:bcm_host (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/package/rpi-userland/
H A D0001-Add-.pc-files-for-the-OpenGLESv2-EGL-and-bcm_host-li.patch4 Subject: [PATCH] Add .pc files for the OpenGLESv2, EGL and bcm_host libraries
15 host_applications/linux/libs/bcm_host/CMakeLists.txt | 4 ++++
16 host_applications/linux/libs/bcm_host/bcm_host.pc.in | 10 ++++++++++
21 create mode 100644 host_applications/linux/libs/bcm_host/bcm_host.pc.in
25 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc…
27 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt
28 +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt
29 @@ -20,3 +20,7 @@ target_link_libraries(bcm_host vcos vchostif)
31 install(TARGETS bcm_host DESTINATION lib)
33 +configure_file("${CMAKE_CURRENT_SOURCE_DIR}/bcm_host.pc.in"
[all …]
H A D0003-Disable-Werror-everywhere.patch26 host_applications/linux/libs/bcm_host/CMakeLists.txt | 2 +-
85 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc…
87 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt
88 +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt
H A DConfig.in16 mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC,
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c67 struct bcm2835_sdhci_host *bcm_host = to_bcm(host); in bcm2835_sdhci_raw_writel() local
78 while (timer_get_us() - bcm_host->last_write < bcm_host->twoticks_delay) in bcm2835_sdhci_raw_writel()
83 bcm_host->last_write = timer_get_us(); in bcm2835_sdhci_raw_writel()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-fix-dispmanx-build.patch89 #include "bcm_host.h"
118 - ctx.check_cxx(lib = ['bcm_host', 'vcos', 'vchiq_arm'], uselib_store = 'dispmanx', libpath=…
119 + ctx.check_cxx(lib = ['brcmEGL', 'brcmGLESv2', 'vchostif', 'bcm_host', 'vcos', 'vchiq_arm']…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0004-Use-packageconfig-to-detect-mmal-support.patch28 - [ AC_CHECK_LIB(bcm_host, vc_tv_unregister_callback_full, [
43 + PKG_CHECK_MODULES(BCMHOST, [bcm_host], [
/OK3568_Linux_fs/buildroot/package/omxplayer/
H A Domxplayer.mk18 `$(PKG_CONFIG_HOST_BINARY) --cflags bcm_host` \
/OK3568_Linux_fs/buildroot/
H A DCHANGES8206 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*