Home
last modified time | relevance | path

Searched refs:target_mode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0033-backend-drm-Support-setting-interlaced-mode.patch56 target_aspect = target_mode->aspect_ratio;
58 - if (output->base.current_mode->width == target_mode->width &&
59 - output->base.current_mode->height == target_mode->height &&
61 + WESTON_MODE_NAME(target_mode)) &&
62 (output->base.current_mode->refresh == target_mode->refresh ||
63 target_mode->refresh == 0)) {
69 - if (mode->mode_info.hdisplay == target_mode->width &&
70 - mode->mode_info.vdisplay == target_mode->height) {
72 + WESTON_MODE_NAME(target_mode))) {
73 if (mode->base.refresh == target_mode->refresh ||
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch57 target_aspect = target_mode->aspect_ratio;
59 - if (output->base.current_mode->width == target_mode->width &&
60 - output->base.current_mode->height == target_mode->height &&
62 + WESTON_MODE_NAME(target_mode)) &&
63 (output->base.current_mode->refresh == target_mode->refresh ||
64 target_mode->refresh == 0)) {
70 - if (mode->mode_info.hdisplay == target_mode->width &&
71 - mode->mode_info.vdisplay == target_mode->height) {
73 + WESTON_MODE_NAME(target_mode))) {
74 if (mode->base.refresh == target_mode->refresh ||
[all …]
H A D0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch1155 +vnc_switch_mode(struct weston_output *base, struct weston_mode *target_mode)
1163 + local_mode = vnc_ensure_matching_mode(base, target_mode);
1166 + target_mode->width, target_mode->height);
1178 + fb_size.width = target_mode->width;
1179 + fb_size.height = target_mode->height;
1185 + output->fb_pool = nvnc_fb_pool_new(target_mode->width,
1186 + target_mode->height,
1188 + target_mode->width * 4);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch57 target_aspect = target_mode->aspect_ratio;
59 - if (output->base.current_mode->width == target_mode->width &&
60 - output->base.current_mode->height == target_mode->height &&
62 + WESTON_MODE_NAME(target_mode)) &&
63 (output->base.current_mode->refresh == target_mode->refresh ||
64 target_mode->refresh == 0)) {
70 - if (mode->mode_info.hdisplay == target_mode->width &&
71 - mode->mode_info.vdisplay == target_mode->height) {
73 + WESTON_MODE_NAME(target_mode))) {
74 if (mode->base.refresh == target_mode->refresh ||
[all …]
H A D0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch1155 +vnc_switch_mode(struct weston_output *base, struct weston_mode *target_mode)
1163 + local_mode = vnc_ensure_matching_mode(base, target_mode);
1166 + target_mode->width, target_mode->height);
1178 + fb_size.width = target_mode->width;
1179 + fb_size.height = target_mode->height;
1185 + output->fb_pool = nvnc_fb_pool_new(target_mode->width,
1186 + target_mode->height,
1188 + target_mode->width * 4);
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c80 static void enter_exception64(struct kvm_vcpu *vcpu, unsigned long target_mode, in enter_exception64() argument
88 if (mode == target_mode) in enter_exception64()
90 else if ((mode | PSR_MODE_THREAD_BIT) == target_mode) in enter_exception64()
97 switch (target_mode) { in enter_exception64()
151 new |= target_mode; in enter_exception64()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c853 DisplayModePtr target_mode = NULL; in xf86DefaultMode() local
879 if (target_mode == NULL || (preferred > target_preferred) || in xf86DefaultMode()
881 target_mode = mode; in xf86DefaultMode()
886 return target_mode; in xf86DefaultMode()
894 DisplayModePtr target_mode = NULL; in xf86ClosestMode() local
921 if (target_mode == NULL || diff < target_diff) { in xf86ClosestMode()
922 target_mode = mode; in xf86ClosestMode()
926 return target_mode; in xf86ClosestMode()
2434 DisplayModePtr target_mode = NULL; in xf86TargetFallback() local
2448 if (default_preferred > target_preferred || !target_mode) { in xf86TargetFallback()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c773 static struct rtw_wifi_role_t *_get_role_of_ps_permitted(struct cmd_ps *ps, u8 target_mode) in _get_role_of_ps_permitted() argument
783 if (target_mode == PS_MODE_LPS && in _get_role_of_ps_permitted()
786 else if (target_mode == PS_MODE_IPS && in _get_role_of_ps_permitted()
803 u8 target_mode, u16 *macid) in _chk_wrole_with_ps_mode() argument
815 if (target_mode == PS_MODE_IPS) { in _chk_wrole_with_ps_mode()
832 } else if (target_mode == PS_MODE_LPS) { in _chk_wrole_with_ps_mode()
850 __func__, (ret) ? "Yes" : "No", phl_ps_ps_mode_to_str(target_mode)); in _chk_wrole_with_ps_mode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.c798 static struct rtw_wifi_role_t *_get_role_of_ps_permitted(struct cmd_ps *ps, u8 target_mode) in _get_role_of_ps_permitted() argument
808 if (target_mode == PS_MODE_LPS && in _get_role_of_ps_permitted()
811 else if (target_mode == PS_MODE_IPS && in _get_role_of_ps_permitted()
828 u8 target_mode, u16 *macid) in _chk_wrole_with_ps_mode() argument
840 if (target_mode == PS_MODE_IPS) { in _chk_wrole_with_ps_mode()
857 } else if (target_mode == PS_MODE_LPS) { in _chk_wrole_with_ps_mode()
875 __func__, (ret) ? "Yes" : "No", phl_ps_ps_mode_to_str(target_mode)); in _chk_wrole_with_ps_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c135 int target_mode) in ixgbe_fcoe_ddp_setup() argument
266 if (target_mode) in ixgbe_fcoe_ddp_setup()
282 if (target_mode && !test_bit(__IXGBE_FCOE_TARGET, &fcoe->mode)) { in ixgbe_fcoe_ddp_setup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dexpmed.h684 machine_mode target_mode);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dexpmed.h684 machine_mode target_mode);