| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/gpu/ |
| H A D | test_fullscreen_glmark2.sh | 6 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 9 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 12 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 15 taskset -c 4-5 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 18 taskset -c 4-5 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 21 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 24 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 27 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 30 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate 33 taskset -c 4-8 glmark2-es2 --fullscreen --visual-config='a=0:buf=24' --annotate [all …]
|
| H A D | test_stress_glmark2.sh | 6 glmark2-es2 --run-forever --fullscreen --annotate 9 glmark2-es2 --run-forever --fullscreen --annotate 12 glmark2-es2 --run-forever --fullscreen --annotate 15 glmark2-es2 --run-forever --fullscreen --annotate 18 glmark2-es2 --run-forever --fullscreen --annotate 21 glmark2-es2 --run-forever --fullscreen --annotate 24 glmark2-es2 --run-forever --fullscreen --annotate 27 glmark2-es2 --run-forever --fullscreen --annotate 33 glmark2-es2 --run-forever --fullscreen --annotate
|
| /OK3568_Linux_fs/external/rockchip-test/gpu/ |
| H A D | test_fullscreen_glmark2.sh | 6 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 9 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 12 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 15 taskset -c 4-5 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 18 taskset -c 4-5 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 21 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 24 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 27 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 30 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate 33 taskset -c 4-8 glmark2-es2-wayland --fullscreen --visual-config='a=0:buf=24' --annotate [all …]
|
| H A D | test_stress_glmark2.sh | 6 glmark2-es2-wayland --run-forever --fullscreen --annotate 9 glmark2-es2-wayland --run-forever --fullscreen --annotate 12 glmark2-es2-wayland --run-forever --fullscreen --annotate 15 glmark2-es2-wayland --run-forever --fullscreen --annotate 18 glmark2-es2-wayland --run-forever --fullscreen --annotate 21 glmark2-es2-wayland --run-forever --fullscreen --annotate 24 glmark2-es2-wayland --run-forever --fullscreen --annotate 27 glmark2-es2-wayland --run-forever --fullscreen --annotate 33 glmark2-es2-wayland --run-forever --fullscreen --annotate
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0045-desktop-shell-Disable-fullscreen-black-background-by.patch | 4 Subject: [PATCH 45/93] desktop-shell: Disable fullscreen black background by 7 There's a force black background for fullscreen views. 33 /* We can have a non-fullscreen popup for a fullscreen surface 34 * in the fullscreen layer. */ 36 + if (weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_v… 38 weston_layer_entry_remove(&shsurf->fullscreen.black_view->view->layer_link); 39 wl_list_init(&shsurf->fullscreen.black_view->view->layer_link.link); 45 …&& weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_view) 46 shsurf->fullscreen.black_view->view->alpha = 1.0;
|
| H A D | 0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch | 4 Subject: [PATCH 72/93] desktop-shell: Avoid lowering the requested fullscreen 20 * the alt-tab switcher, which need to de-promote fullscreen layers. */ 37 /* Only lower surfaces which have lowering_output as their fullscreen 39 /* Only demote fullscreen surfaces on the output of activated shsurf. 40 * Leave fullscreen surfaces on unrelated outputs alone. */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0042-desktop-shell-Disable-fullscreen-black-background-by.patch | 4 Subject: [PATCH 42/79] desktop-shell: Disable fullscreen black background by 7 There's a force black background for fullscreen views. 33 /* We can have a non-fullscreen popup for a fullscreen surface 34 * in the fullscreen layer. */ 36 + if (weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_v… 38 weston_layer_entry_remove(&shsurf->fullscreen.black_view->layer_link); 39 wl_list_init(&shsurf->fullscreen.black_view->layer_link.link); 45 …&& weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_view) 46 shsurf->fullscreen.black_view->alpha = 1.0;
|
| H A D | 0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch | 4 Subject: [PATCH 72/79] desktop-shell: Avoid lowering the requested fullscreen 34 * the alt-tab switcher, which need to de-promote fullscreen layers. */ 51 /* Only lower surfaces which have lowering_output as their fullscreen 53 /* Only demote fullscreen surfaces on the output of activated shsurf. 54 * Leave fullscreen surfaces on unrelated outputs alone. */
|
| H A D | 0032-HACK-xdg-shell-Don-t-abort-when-client-size-mismatch.patch | 44 if (toplevel->next.state.fullscreen && 55 - "is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")", 62 + "is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")",
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0045-desktop-shell-Disable-fullscreen-black-background-by.patch | 4 Subject: [PATCH 45/93] desktop-shell: Disable fullscreen black background by 7 There's a force black background for fullscreen views. 33 /* We can have a non-fullscreen popup for a fullscreen surface 34 * in the fullscreen layer. */ 36 + if (weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_v… 38 weston_layer_entry_remove(&shsurf->fullscreen.black_view->view->layer_link); 39 wl_list_init(&shsurf->fullscreen.black_view->view->layer_link.link); 45 …&& weston_desktop_surface_get_fullscreen(shsurf->desktop_surface) && shsurf->fullscreen.black_view) 46 shsurf->fullscreen.black_view->view->alpha = 1.0;
|
| H A D | 0071-desktop-shell-Avoid-lowering-the-requested-fullscree.patch | 4 Subject: [PATCH 71/92] desktop-shell: Avoid lowering the requested fullscreen 20 * the alt-tab switcher, which need to de-promote fullscreen layers. */ 37 /* Only lower surfaces which have lowering_output as their fullscreen 39 /* Only demote fullscreen surfaces on the output of activated shsurf. 40 * Leave fullscreen surfaces on unrelated outputs alone. */
|
| H A D | 0035-HACK-xdg-shell-Don-t-abort-when-client-size-mismatch.patch | 44 if (toplevel->next.state.fullscreen && 55 - "is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")", 62 + "is larger than the configured fullscreen state (%" PRIi32 " x %" PRIi32 ")",
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0018-waylandsink-Support-window-layer-property.patch | 57 "Whether the surface should be made fullscreen ", FALSE, 77 @@ -239,6 +265,18 @@ gst_wayland_sink_set_fullscreen (GstWaylandSink * sink, gboolean fullscreen) 97 g_value_set_boolean (value, sink->fullscreen); 124 - &sink->video_info, sink->fullscreen, &sink->render_lock, 126 + &sink->video_info, sink->fullscreen, sink->layer, 138 gboolean fullscreen; 188 gst_wl_window_ensure_fullscreen (GstWlWindow * window, gboolean fullscreen) 190 @@ -256,7 +292,7 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * window, gboolean fullscreen) 194 - gboolean fullscreen, GMutex * render_lock, 195 + gboolean fullscreen, GstWlWindowLayer layer, GMutex * render_lock, [all …]
|
| H A D | 0009-waylandsink-Support-setting-toplevel-window-position.patch | 32 "Whether the surface should be made fullscreen ", FALSE, 54 - &sink->video_info, sink->fullscreen, &sink->render_lock); 55 + &sink->video_info, sink->fullscreen, &sink->render_lock, 123 @@ -256,7 +256,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * window, gboolean fullscreen) 127 - gboolean fullscreen, GMutex * render_lock) 128 + gboolean fullscreen, GMutex * render_lock, 137 - * xdg_shell fullscreen mode */ 138 - if (!(display->xdg_wm_base && fullscreen)) { 139 + * fullscreen mode */ 140 + if (fullscreen) [all …]
|
| H A D | 0039-kmssink-Support-fullscreen-prop.patch | 4 Subject: [PATCH 39/39] kmssink: Support fullscreen prop 28 + if (self->fullscreen) { 45 + sink->fullscreen = g_value_get_boolean (value); 55 + g_value_set_boolean (value, sink->fullscreen); 65 + g_param_spec_boolean ("fullscreen", "Fullscreen", 66 + "Force showing fullscreen", FALSE, 80 + gboolean fullscreen;
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0040-kmssink-Support-fullscreen-prop.patch | 4 Subject: [PATCH 40/41] kmssink: Support fullscreen prop 28 + if (self->fullscreen) { 45 + sink->fullscreen = g_value_get_boolean (value); 55 + g_value_set_boolean (value, sink->fullscreen); 65 + g_param_spec_boolean ("fullscreen", "Fullscreen", 66 + "Force showing fullscreen", FALSE, 80 + gboolean fullscreen;
|
| H A D | 0019-waylandsink-Support-window-layer-property.patch | 124 - &self->video_info, self->fullscreen, &self->render_lock, 126 + &self->video_info, self->fullscreen, self->layer, 138 gboolean fullscreen; 189 gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 191 @@ -269,7 +306,7 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 195 - gboolean fullscreen, GMutex * render_lock, 196 + gboolean fullscreen, GstWlWindowLayer layer, GMutex * render_lock, 203 gst_wl_window_ensure_fullscreen (self, fullscreen); 234 gboolean fullscreen); 238 - const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock, [all …]
|
| H A D | 0009-waylandsink-Support-setting-toplevel-window-position.patch | 67 - &self->video_info, self->fullscreen, &self->render_lock); 68 + &self->video_info, self->fullscreen, &self->render_lock, 128 @@ -268,7 +268,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 132 - gboolean fullscreen, GMutex * render_lock) 133 + gboolean fullscreen, GMutex * render_lock, 142 - * xdg_shell fullscreen mode */ 143 - if (!(xdg_wm_base && fullscreen)) { 144 + * fullscreen mode */ 145 + if (fullscreen) 191 - const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock); [all …]
|
| H A D | 0018-waylandsink-Fix-crash-when-setting-fullscreen-proper.patch | 4 Subject: [PATCH 18/41] waylandsink: Fix crash when setting fullscreen property 7 gst-launch-1.0 videotestsrc ! waylandsink fullscreen=1 18 @@ -257,7 +257,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 27 if (fullscreen)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0040-kmssink-Support-fullscreen-prop.patch | 4 Subject: [PATCH 40/41] kmssink: Support fullscreen prop 28 + if (self->fullscreen) { 45 + sink->fullscreen = g_value_get_boolean (value); 55 + g_value_set_boolean (value, sink->fullscreen); 65 + g_param_spec_boolean ("fullscreen", "Fullscreen", 66 + "Force showing fullscreen", FALSE, 80 + gboolean fullscreen;
|
| H A D | 0019-waylandsink-Support-window-layer-property.patch | 124 - &self->video_info, self->fullscreen, &self->render_lock, 126 + &self->video_info, self->fullscreen, self->layer, 138 gboolean fullscreen; 189 gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 191 @@ -269,7 +306,7 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 195 - gboolean fullscreen, GMutex * render_lock, 196 + gboolean fullscreen, GstWlWindowLayer layer, GMutex * render_lock, 203 gst_wl_window_ensure_fullscreen (self, fullscreen); 234 gboolean fullscreen); 238 - const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock, [all …]
|
| H A D | 0009-waylandsink-Support-setting-toplevel-window-position.patch | 67 - &self->video_info, self->fullscreen, &self->render_lock); 68 + &self->video_info, self->fullscreen, &self->render_lock, 127 @@ -268,7 +268,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 131 - gboolean fullscreen, GMutex * render_lock) 132 + gboolean fullscreen, GMutex * render_lock, 141 - * xdg_shell fullscreen mode */ 142 - if (!(xdg_wm_base && fullscreen)) { 143 + * fullscreen mode */ 144 + if (fullscreen) 190 - const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock); [all …]
|
| H A D | 0018-waylandsink-Fix-crash-when-setting-fullscreen-proper.patch | 4 Subject: [PATCH 18/41] waylandsink: Fix crash when setting fullscreen property 7 gst-launch-1.0 videotestsrc ! waylandsink fullscreen=1 18 @@ -257,7 +257,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen) 27 if (fullscreen)
|
| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328-android.dtsi | 76 logo,mode = "fullscreen"; 77 charge_logo,mode = "fullscreen"; 84 logo,mode = "fullscreen"; 85 charge_logo,mode = "fullscreen";
|