Searched refs:bcm_host (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0021-cmake-Disable-format-overflow-warning-as-error.patch | 19 host_applications/linux/libs/bcm_host/CMakeLists.txt | 2 +- 22 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc… 24 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt 25 +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt
|
H A D | 0004-wayland-egl-Add-bcm_host-to-dependencies.patch | 4 Subject: [PATCH] wayland-egl: Add bcm_host to dependencies 8 lets add the dependency on bcm_host module which should do it 25 +Requires: bcm_host
|
H A D | 0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch | 46 .../linux/libs/bcm_host/CMakeLists.txt | 2 +- 62 pkgconfig/bcm_host.pc.in | 2 +- 380 target_link_libraries(tvservice vchostif bcm_host) 398 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc… 402 @@ -19,5 +19,5 @@ add_library(bcm_host ${SHARED} bcm_host.c) 404 target_link_libraries(bcm_host vcos vchostif) 406 -install(TARGETS bcm_host DESTINATION lib) 654 diff --git a/pkgconfig/bcm_host.pc.in b/pkgconfig/bcm_host.pc.in 656 --- a/pkgconfig/bcm_host.pc.in 657 +++ b/pkgconfig/bcm_host.pc.in [all …]
|
H A D | 0020-openmaxil-add-pkg-config-file.patch | 22 - foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc) 23 + foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc)
|
H A D | 0002-wayland-Add-support-for-the-Wayland-winsys.patch | 145 -target_link_libraries(raspistill ${MMAL_LIBS} vcos bcm_host ${EGL_LIBS} m dl) 146 +target_link_libraries(raspistill ${MMAL_LIBS} vcos bcm_host ${EGL_LIBS} m dl ${WAYLAND_SERVER_LIBR… 147 target_link_libraries(raspiyuv ${MMAL_LIBS} vcos bcm_host m) 148 target_link_libraries(raspivid ${MMAL_LIBS} vcos bcm_host m) 149 target_link_libraries(raspividyuv ${MMAL_LIBS} vcos bcm_host m) 175 + bcm_host) 228 -target_link_libraries(EGL khrn_client vchiq_arm vcos bcm_host ${VCSM_LIBS} -lm) 237 -target_link_libraries(brcmEGL khrn_client vchiq_arm vcos bcm_host ${VCSM_LIBS} -lm)
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3001-configure.ac-setup-for-OE-usage.patch | 14 AC_CHECK_LIB(bcm_host) fails to find `vc_tv_unregister_callback_full`. 16 bcm_host.pc, mmal.pc, vcsm.pc, openmaxil.pc files when checking 95 - [ AC_CHECK_LIB(bcm_host, vc_tv_unregister_callback_full, [ 96 + PKG_CHECK_MODULES(BCMHOST_MMAL, [bcm_host mmal vcsm openmaxil egl], [ 99 + [ AC_CHECK_LIB(bcm_host $BCMHOST_MMAL_LIBS, vc_tv_unregister_callback_full, [ 105 + VLC_ADD_PLUGIN([bcm_host mmal vcsm openmaxil egl]) 106 + VLC_ADD_CFLAGS([bcm_host mmal vcsm openmaxil egl],[$BCMHOST_MMAL_CFLAGS]) 107 + VLC_ADD_LIBS([bcm_host mmal vcsm openmaxil egl],[$BCMHOST_MMAL_LIBS -lmmal_components]) ],…
|
H A D | 0004-mmal_20.patch | 533 -#include <bcm_host.h> 8147 +#include <bcm_host.h> 10136 +#include <bcm_host.h> 10900 #include <bcm_host.h> 13129 +#include <bcm_host.h>
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 72 struct bcm2835_sdhci_host *bcm_host = to_bcm(host); in bcm2835_sdhci_raw_writel() local 83 while (timer_get_us() - bcm_host->last_write < in bcm2835_sdhci_raw_writel() 84 bcm_host->twoticks_delay) in bcm2835_sdhci_raw_writel() 89 bcm_host->last_write = timer_get_us(); in bcm2835_sdhci_raw_writel()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0001-fix-dispmanx-build.patch | 89 #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']…
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0004-Use-packageconfig-to-detect-mmal-support.patch | 27 - [ AC_CHECK_LIB(bcm_host, vc_tv_unregister_callback_full, [ 42 + PKG_CHECK_MODULES(BCMHOST, [bcm_host], [
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0001-Fix-build-with-vc4-driver.patch | 21 #include "bcm_host.h"
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/ |
H A D | userland_git.bb | 4 vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG." 28 file://0004-wayland-egl-Add-bcm_host-to-dependencies.patch \
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 19584 #include <bcm_host.h> 44761 +#include <bcm_host.h> 60610 +#include <bcm_host.h>
|