/openbmc/phosphor-webui/app/server-control/directives/ |
H A D | kvm-console.js | 20 var rfb; 23 if (rfb) { 24 rfb.disconnect(); 29 rfb.sendCtrlAltDel(); 46 rfb = new RFB( 49 rfb.addEventListener('connect', connected); 50 rfb.addEventListener('disconnect', disconnected);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/ |
H A D | 0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch | 6 The static libraries in network/rdr/rfb were linked by shared 17 common/rfb/CMakeLists.txt | 1 + 40 diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt 42 --- a/common/rfb/CMakeLists.txt 43 +++ b/common/rfb/CMakeLists.txt 47 libtool_create_control_file(rfb) 48 + set_target_properties(rfb PROPERTIES COMPILE_FLAGS -fPIC)
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 86 struct amdgpu_framebuffer *rfb, 970 static int amdgpu_display_verify_plane(struct amdgpu_framebuffer *rfb, int plane, in amdgpu_display_verify_plane() argument 975 unsigned int width = rfb->base.width / in amdgpu_display_verify_plane() 977 unsigned int height = rfb->base.height / in amdgpu_display_verify_plane() 985 if (rfb->base.pitches[plane] % block_pitch) { in amdgpu_display_verify_plane() 986 drm_dbg_kms(rfb->base.dev, in amdgpu_display_verify_plane() 988 rfb->base.pitches[plane], plane, block_pitch); in amdgpu_display_verify_plane() 991 if (rfb->base.pitches[plane] < min_pitch) { in amdgpu_display_verify_plane() 992 drm_dbg_kms(rfb->base.dev, in amdgpu_display_verify_plane() 994 rfb->base.pitches[plane], plane, min_pitch); in amdgpu_display_verify_plane() [all …]
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | Makefile | 9 mt7623a-rfb-emmc.dtb \ 10 mt7623a-rfb-nand.dtb \ 11 mt7623n-rfb-emmc.dtb \ 13 mt7629-rfb.dtb \
|
H A D | mt7623a-rfb-emmc.dts | 15 compatible = "mediatek,mt7623a-rfb-emmc", "mediatek,mt7623";
|
H A D | mt7629-rfb.dts | 13 compatible = "mediatek,mt7629-rfb", "mediatek,mt7629";
|
H A D | mt7623a-rfb-nand.dts | 15 compatible = "mediatek,mt7623a-rfb-nand", "mediatek,mt7623";
|
H A D | mt7623n-rfb-emmc.dts | 15 compatible = "mediatek,mt7623n-rfb-emmc", "mediatek,mt7623";
|
/openbmc/webui-vue/src/views/Operations/Kvm/ |
H A D | KvmConsole.vue | 44 import RFB from '@novnc/novnc/core/rfb'; 68 rfb: null, 107 this.rfb.sendCtrlAltDel(); 110 this.rfb.disconnect(); 111 this.rfb = null; 115 this.rfb = new RFB( 121 this.rfb.scaleViewport = true; 122 this.rfb.clipViewport = true; 130 this.rfb.addEventListener('connect', () => { 136 this.rfb [all...] |
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | kvm-window-controller.js | 20 if (rfb) { 21 rfb.disconnect();
|
/openbmc/u-boot/configs/ |
H A D | mt7629_rfb_defconfig | 14 CONFIG_DEFAULT_FDT_FILE="mt7629-rfb" 32 CONFIG_DEFAULT_DEVICE_TREE="mt7629-rfb"
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | Makefile | 16 dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-rfb.dtb 17 dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986b-rfb.dtb
|
H A D | mt7986b-rfb.dts | 13 compatible = "mediatek,mt7986b-rfb", "mediatek,mt7986b";
|
H A D | mt7986a-rfb.dts | 15 compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | mt7629-rfb.dts | 13 compatible = "mediatek,mt7629-rfb", "mediatek,mt7629";
|
H A D | Makefile | 716 mt7629-rfb.dtb
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 201 u32 *rfb; in ath5k_hw_rfb_op() local 206 rfb = ah->ah_rf_banks; in ath5k_hw_rfb_op() 215 if (rfb == NULL || rfreg == NULL) { in ath5k_hw_rfb_op() 254 rfb[entry] &= ~mask; in ath5k_hw_rfb_op() 255 rfb[entry] |= ((data << position) << (col * 8)) & mask; in ath5k_hw_rfb_op() 258 data |= (((rfb[entry] & mask) >> (col * 8)) >> position) in ath5k_hw_rfb_op() 821 u32 *rfb; in ath5k_hw_rfregs_init() local 899 rfb = ah->ah_rf_banks; in ath5k_hw_rfregs_init() 913 rfb[i] = ini_rfb[i].rfb_mode_data[mode]; in ath5k_hw_rfregs_init() 1161 ath5k_hw_reg_write(ah, rfb[i], ini_rfb[i].rfb_ctrl_register); in ath5k_hw_rfregs_init()
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad3552r.c | 257 u16 rfb; member 730 common = 2575 * dac->ch_data[i].rfb; in ad3552r_get_custom_range() 848 dac->ch_data[ch].rfb = val; in ad3552r_configure_custom_gain()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3001-configure.ac-setup-for-OE-usage.patch | 62 @@ -2077,7 +2084,7 @@ PKG_ENABLE_MODULES_VLC([VNC], [vnc], [libvncclient >= 0.9.9], (VNC/rfb client…
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_mode.h | 894 struct drm_framebuffer *rfb,
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2558 ask for exclusive access. As suggested by the rfb spec this is 2566 unconditionally. Doesn't conform to the rfb spec but is
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |