/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0002-run-dispmanx-fullscreen.patch | 4 Subject: [PATCH] run dispmanx fullscreen 6 The dispmanx flavour can only run fullscreen, therefore set the size to 7 fullscreen when glmark2-es2-dispmanx is run. 24 + /* dispmanx can only run fullscreen */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-Fix-list-traversal-issue-in-client_calc_layer.patch | 30 /* skip over stuff above fullscreen layer */ 35 /* find the windows in the fullscreen layer, and mark them not-visited */ 39 /* skip over stuff above fullscreen layer */ 44 /* now recalc any windows in the fullscreen layer which have not
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston_14.0.1.bb | 43 shell-fullscreen \ 85 PACKAGECONFIG[shell-fullscreen] = "-Dshell-fullscreen=true,-Dshell-fullscreen=false"
|
H A D | wayland_1.23.1.bb | 6 be traditional applications, X servers (rootless or fullscreen) or other \
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_escape.h | 49 uint32 fullscreen; member
|
/openbmc/openbmc/poky/meta/recipes-core/psplash/ |
H A D | psplash_git.bb | 68 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} progress-bar fullscreen" 71 PACKAGECONFIG[fullscreen] = "--enable-img-fullscreen"
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_sarea.h | 70 unsigned int fullscreen; member
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_modeset.c | 44 struct drm_rect fullscreen = { in hyperv_blit_to_vram_fullscreen() local 50 return hyperv_blit_to_vram_rect(fb, map, &fullscreen); in hyperv_blit_to_vram_fullscreen()
|
/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/ |
H A D | kbdconfig | 41 f11=fullscreen
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.ini | 72 command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/ |
H A D | glmark2_git.bb | 19 file://0002-run-dispmanx-fullscreen.patch \
|
/openbmc/linux/drivers/s390/char/ |
H A D | Kconfig | 14 prompt "Support for fullscreen applications on 3270 terminals" 17 Include support for fullscreen applications on an IBM 3270 terminal.
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-parameters.h | 651 s32 fullscreen; member
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | testlist.txt | 2213 kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen 2214 kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen 2215 kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen 2216 kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen 2217 kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen 2218 kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen 2219 kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-fullscreen 2220 kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen 2221 kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen 2222 kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-fullscreen [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7637.patch | 178 /* Set fullscreen mode if appropriate.
|
/openbmc/linux/Documentation/fb/ |
H A D | vesafb.rst | 136 * scrolling (fullscreen) is fast, because there is
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 9337 + sb->dreg.fullscreen = 0; 10925 +#define MMAL_DISPLAY_TEXT N_("Output device for Rpi fullscreen.") 10926 +#define MMAL_DISPLAY_LONGTEXT N_("Output device for Rpi fullscreen. " \ 10927 +"Valid values are HDMI-1,HDMI-2. By default if qt-fullscreen-screennumber " \ 10929 +"HDMI-<qt-fullscreen-screennumber+1> will be used, otherwise HDMI-1.") 10932 +#define MMAL_VOUT_TRANSFORM_TEXT N_("Video transform for Rpi fullscreen.") 10933 +#define MMAL_VOUT_TRANSFORM_LONGTEXT N_("Video transform for Rpi fullscreen."\ 10937 +#define MMAL_VOUT_WINDOW_TEXT N_("Display window for Rpi fullscreen") 10938 +#define MMAL_VOUT_WINDOW_LONGTEXT N_("Display window for Rpi fullscreen."\ 10939 +"fullscreen|<width>x<height>+<x>+<y>") [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | font-awesome.min.css | 33 …er:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"…
|
H A D | bootstrap.min.css | 5 …content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"…
|
H A D | bootstrap.css | 705 .glyphicon-fullscreen:before {
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 682 .fullscreen = 0, in set_overlay_params()
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 1531 # @full-screen: Start user interface in fullscreen mode
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 2141 /* if fullscreen mode is to be used */
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 13433 + int fullscreen; 13509 + const int fullscreen = de->fullscreen; 13517 + if (fullscreen) { 13571 + if (fullscreen) 14103 + { "fullscreen", "set fullscreen display", OFFSET(fullscreen), AV_OPT_TYPE_BOOL, { .i64 =…
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2133 ``full-screen=on|off`` : Start in fullscreen mode 2183 ``full-screen=on|off`` : Start in fullscreen mode
|