2016-12-05 05:40:44 -05:00
|
|
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 Red Hat, Inc.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation; either version 2 of the
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but
|
|
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#include "backends/meta-backend-private.h"
|
2017-03-28 00:35:19 -04:00
|
|
|
#include "backends/meta-crtc.h"
|
2016-12-12 21:37:11 -05:00
|
|
|
#include "backends/meta-logical-monitor.h"
|
2016-12-12 21:58:41 -05:00
|
|
|
#include "backends/meta-monitor.h"
|
2017-08-10 05:12:39 -04:00
|
|
|
#include "backends/meta-monitor-config-migration.h"
|
|
|
|
#include "backends/meta-monitor-config-store.h"
|
2020-05-04 16:47:34 -04:00
|
|
|
#include "backends/meta-orientation-manager.h"
|
2017-03-24 05:35:51 -04:00
|
|
|
#include "backends/meta-output.h"
|
2019-11-01 08:38:25 -04:00
|
|
|
#include "core/window-private.h"
|
2018-04-16 14:07:45 -04:00
|
|
|
#include "meta-backend-test.h"
|
2021-09-30 08:47:51 -04:00
|
|
|
#include "meta-test/meta-context-test.h"
|
2016-12-05 08:28:22 -05:00
|
|
|
#include "tests/meta-monitor-manager-test.h"
|
2022-01-28 10:28:32 -05:00
|
|
|
#include "tests/meta-monitor-test-utils.h"
|
2020-05-04 16:47:34 -04:00
|
|
|
#include "tests/meta-sensors-proxy-mock.h"
|
2021-04-20 12:39:53 -04:00
|
|
|
#include "tests/meta-test-utils.h"
|
2018-02-06 02:39:06 -05:00
|
|
|
#include "x11/meta-x11-display-private.h"
|
2016-12-05 08:28:22 -05:00
|
|
|
|
2021-09-30 08:47:51 -04:00
|
|
|
static MetaContext *test_context;
|
2022-01-28 10:28:32 -05:00
|
|
|
static MetaBackend *test_backend;
|
2021-09-30 08:47:51 -04:00
|
|
|
|
2016-12-07 00:54:32 -05:00
|
|
|
static MonitorTestCase initial_test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
2016-12-07 00:54:32 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
2016-12-07 01:18:28 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
2016-12-07 01:18:28 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 01:18:28 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 01:18:28 -05:00
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 01:18:28 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2016-12-07 01:18:28 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 1024 * 2,
|
|
|
|
.screen_height = 768
|
2016-12-07 00:54:32 -05:00
|
|
|
}
|
|
|
|
};
|
2016-12-05 05:40:44 -05:00
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
static MetaTestClient *wayland_monitor_test_client = NULL;
|
|
|
|
static MetaTestClient *x11_monitor_test_client = NULL;
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2018-02-06 02:39:06 -05:00
|
|
|
#define WAYLAND_TEST_CLIENT_NAME "wayland_monitor_test_client"
|
|
|
|
#define WAYLAND_TEST_CLIENT_WINDOW "window1"
|
|
|
|
#define X11_TEST_CLIENT_NAME "x11_monitor_test_client"
|
|
|
|
#define X11_TEST_CLIENT_WINDOW "window1"
|
|
|
|
|
|
|
|
static gboolean
|
|
|
|
monitor_tests_alarm_filter (MetaX11Display *x11_display,
|
|
|
|
XSyncAlarmNotifyEvent *event,
|
|
|
|
gpointer data)
|
|
|
|
{
|
2021-05-06 17:34:36 -04:00
|
|
|
return meta_test_client_process_x11_event (x11_monitor_test_client,
|
|
|
|
x11_display, event);
|
2018-02-06 02:39:06 -05:00
|
|
|
}
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
static void
|
|
|
|
on_monitors_changed (gboolean *monitors_changed)
|
|
|
|
{
|
|
|
|
*monitors_changed = TRUE;
|
|
|
|
}
|
|
|
|
|
2017-08-18 02:37:53 -04:00
|
|
|
static void
|
2021-05-11 03:35:04 -04:00
|
|
|
create_monitor_test_clients (MetaContext *context)
|
2017-08-18 02:37:53 -04:00
|
|
|
{
|
|
|
|
GError *error = NULL;
|
|
|
|
|
2021-05-11 03:35:04 -04:00
|
|
|
wayland_monitor_test_client = meta_test_client_new (context,
|
|
|
|
WAYLAND_TEST_CLIENT_NAME,
|
2021-05-06 17:34:36 -04:00
|
|
|
META_WINDOW_CLIENT_TYPE_WAYLAND,
|
|
|
|
&error);
|
2018-02-06 02:39:06 -05:00
|
|
|
if (!wayland_monitor_test_client)
|
|
|
|
g_error ("Failed to launch Wayland test client: %s", error->message);
|
|
|
|
|
2021-05-11 03:35:04 -04:00
|
|
|
x11_monitor_test_client = meta_test_client_new (context,
|
|
|
|
X11_TEST_CLIENT_NAME,
|
2021-05-06 17:34:36 -04:00
|
|
|
META_WINDOW_CLIENT_TYPE_X11,
|
|
|
|
&error);
|
2018-02-06 02:39:06 -05:00
|
|
|
if (!x11_monitor_test_client)
|
|
|
|
g_error ("Failed to launch X11 test client: %s", error->message);
|
|
|
|
|
2021-01-22 03:53:24 -05:00
|
|
|
meta_x11_display_set_alarm_filter (meta_get_display ()->x11_display,
|
|
|
|
monitor_tests_alarm_filter, NULL);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (wayland_monitor_test_client, &error,
|
|
|
|
"create", WAYLAND_TEST_CLIENT_WINDOW,
|
|
|
|
NULL))
|
2018-02-06 02:39:06 -05:00
|
|
|
g_error ("Failed to create Wayland window: %s", error->message);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (x11_monitor_test_client, &error,
|
|
|
|
"create", X11_TEST_CLIENT_WINDOW,
|
|
|
|
NULL))
|
2018-02-06 02:39:06 -05:00
|
|
|
g_error ("Failed to create X11 window: %s", error->message);
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (wayland_monitor_test_client, &error,
|
|
|
|
"show", WAYLAND_TEST_CLIENT_WINDOW,
|
|
|
|
NULL))
|
2018-02-06 02:39:06 -05:00
|
|
|
g_error ("Failed to show the window: %s", error->message);
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (x11_monitor_test_client, &error,
|
|
|
|
"show", X11_TEST_CLIENT_WINDOW,
|
|
|
|
NULL))
|
2017-08-18 02:37:53 -04:00
|
|
|
g_error ("Failed to show the window: %s", error->message);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2021-05-06 17:34:36 -04:00
|
|
|
check_test_client_state (MetaTestClient *test_client)
|
2017-08-18 02:37:53 -04:00
|
|
|
{
|
|
|
|
GError *error = NULL;
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_wait (test_client, &error))
|
2019-11-01 08:35:38 -04:00
|
|
|
{
|
|
|
|
g_error ("Failed to sync test client '%s': %s",
|
2021-05-06 17:34:36 -04:00
|
|
|
meta_test_client_get_id (test_client), error->message);
|
2019-11-01 08:35:38 -04:00
|
|
|
}
|
|
|
|
}
|
2018-02-06 02:39:06 -05:00
|
|
|
|
2019-11-01 08:35:38 -04:00
|
|
|
static void
|
|
|
|
check_monitor_test_clients_state (void)
|
|
|
|
{
|
|
|
|
check_test_client_state (wayland_monitor_test_client);
|
|
|
|
check_test_client_state (x11_monitor_test_client);
|
2017-08-18 02:37:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2018-02-06 02:39:06 -05:00
|
|
|
destroy_monitor_test_clients (void)
|
2017-08-18 02:37:53 -04:00
|
|
|
{
|
|
|
|
GError *error = NULL;
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_quit (wayland_monitor_test_client, &error))
|
2018-02-06 02:39:06 -05:00
|
|
|
g_error ("Failed to quit Wayland test client: %s", error->message);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_quit (x11_monitor_test_client, &error))
|
2018-02-06 02:39:06 -05:00
|
|
|
g_error ("Failed to quit X11 test client: %s", error->message);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
meta_test_client_destroy (wayland_monitor_test_client);
|
|
|
|
meta_test_client_destroy (x11_monitor_test_client);
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2018-02-06 02:39:06 -05:00
|
|
|
meta_x11_display_set_alarm_filter (meta_get_display ()->x11_display,
|
|
|
|
NULL, NULL);
|
2017-08-18 02:37:53 -04:00
|
|
|
}
|
|
|
|
|
2016-12-07 01:18:28 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_initial_linear_config (void)
|
|
|
|
{
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&initial_test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 01:18:28 -05:00
|
|
|
}
|
|
|
|
|
2016-12-07 02:15:25 -05:00
|
|
|
static void
|
|
|
|
emulate_hotplug (MetaMonitorTestSetup *test_setup)
|
|
|
|
{
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorManagerTest *monitor_manager_test =
|
|
|
|
META_MONITOR_MANAGER_TEST (monitor_manager);
|
|
|
|
|
|
|
|
meta_monitor_manager_test_emulate_hotplug (monitor_manager_test, test_setup);
|
2017-08-18 02:32:02 -04:00
|
|
|
g_usleep (G_USEC_PER_SEC / 100);
|
2016-12-07 02:15:25 -05:00
|
|
|
}
|
|
|
|
|
2021-07-27 12:01:47 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current_on_empty (void)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) linear_config = NULL;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *old_current;
|
|
|
|
|
|
|
|
linear_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
|
|
|
|
g_assert_null (old_current);
|
|
|
|
g_assert_nonnull (linear_config);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, linear_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
}
|
|
|
|
|
monitor-manager: Add config relationships and use it for orientation events
When we get an orientation event we don't care about keeping track of the
configuration changes, but actually we can consider the new configuration
just a variant of the previous one, adapted to floating device hardware
events, so we only want to apply it if possible, but we don't want to keep
a record of it for reverting capabilities.
Doing that would in fact, break the ability of reverting back to an actual
temporary or persistent configuration.
For example when device orientation events happen while we're waiting for
an user resolution change confirmation, we would save our new rotated
configuration in the history, making then impossible to revert back to
the original persistent one.
So in such case, don't keep track of those configurations in the history,
but only keep track of the last one as current, checking whether the
new current is child or sibling of the previously one.
Fixes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1221
Related to: https://gitlab.gnome.org/GNOME/mutter/-/issues/646
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
2020-05-01 09:53:55 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current_with_parent_on_empty (void)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) parent_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) child_config1 = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) child_config2 = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) child_config3 = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) linear_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) fallback_config = NULL;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *old_current;
|
|
|
|
|
|
|
|
parent_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
|
|
|
|
child_config1 = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
meta_monitors_config_set_parent_config (child_config1, parent_config);
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
|
|
|
|
g_assert_null (old_current);
|
|
|
|
g_assert_nonnull (child_config1);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, child_config1);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
child_config1);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
|
|
|
|
child_config2 = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
meta_monitors_config_set_parent_config (child_config2, parent_config);
|
|
|
|
g_assert (child_config2->parent_config == parent_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_nonnull (old_current->parent_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, child_config2);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
child_config2);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
|
|
|
|
child_config3 = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
meta_monitors_config_set_parent_config (child_config3, child_config2);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_nonnull (old_current->parent_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, child_config3);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
child_config3);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
|
|
|
|
linear_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
g_assert_null (linear_config->parent_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_nonnull (old_current->parent_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, linear_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
child_config3);
|
|
|
|
|
|
|
|
fallback_config =
|
|
|
|
meta_monitor_config_manager_create_fallback (config_manager);
|
|
|
|
g_assert_null (fallback_config->parent_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_null (old_current->parent_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, fallback_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
fallback_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_pop_previous (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
child_config3);
|
|
|
|
g_assert (meta_monitor_config_manager_pop_previous (config_manager) ==
|
|
|
|
child_config3);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
}
|
|
|
|
|
2021-07-27 12:01:47 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current (void)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) linear_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) fallback_config = NULL;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *old_current;
|
|
|
|
|
|
|
|
fallback_config =
|
|
|
|
meta_monitor_config_manager_create_fallback (config_manager);
|
|
|
|
linear_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
|
|
|
|
g_assert_nonnull (linear_config);
|
|
|
|
g_assert_nonnull (fallback_config);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, fallback_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
fallback_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, linear_config);
|
|
|
|
|
|
|
|
g_assert (old_current != linear_config);
|
|
|
|
g_assert_nonnull (old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_pop_previous (config_manager) ==
|
|
|
|
old_current);
|
|
|
|
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
}
|
|
|
|
|
monitor-manager: Add config relationships and use it for orientation events
When we get an orientation event we don't care about keeping track of the
configuration changes, but actually we can consider the new configuration
just a variant of the previous one, adapted to floating device hardware
events, so we only want to apply it if possible, but we don't want to keep
a record of it for reverting capabilities.
Doing that would in fact, break the ability of reverting back to an actual
temporary or persistent configuration.
For example when device orientation events happen while we're waiting for
an user resolution change confirmation, we would save our new rotated
configuration in the history, making then impossible to revert back to
the original persistent one.
So in such case, don't keep track of those configurations in the history,
but only keep track of the last one as current, checking whether the
new current is child or sibling of the previously one.
Fixes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1221
Related to: https://gitlab.gnome.org/GNOME/mutter/-/issues/646
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
2020-05-01 09:53:55 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current_with_parent (void)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) child_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) other_child = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) linear_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) fallback_config = NULL;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *old_current;
|
|
|
|
|
|
|
|
linear_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
g_assert_null (linear_config->parent_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_null (old_current);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, linear_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
|
|
|
|
fallback_config = meta_monitor_config_manager_create_fallback (config_manager);
|
|
|
|
g_assert_nonnull (fallback_config);
|
|
|
|
g_assert_null (fallback_config->parent_config);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_nonnull (old_current);
|
|
|
|
g_assert_null (old_current->parent_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, fallback_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
fallback_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
old_current);
|
|
|
|
|
|
|
|
child_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
meta_monitors_config_set_parent_config (child_config, old_current);
|
|
|
|
|
|
|
|
g_assert_nonnull (child_config);
|
|
|
|
g_assert_nonnull (old_current);
|
|
|
|
g_assert (old_current == fallback_config);
|
|
|
|
g_assert_null (old_current->parent_config);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, child_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
child_config);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
|
|
|
|
other_child = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
meta_monitors_config_set_parent_config (other_child, old_current);
|
|
|
|
|
|
|
|
old_current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_nonnull (old_current->parent_config);
|
|
|
|
g_assert (old_current == child_config);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, other_child);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
other_child);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) !=
|
|
|
|
old_current);
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
g_assert (meta_monitor_config_manager_pop_previous (config_manager) ==
|
|
|
|
linear_config);
|
|
|
|
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
}
|
|
|
|
|
2021-07-27 12:01:47 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current_max_size (void)
|
|
|
|
{
|
|
|
|
/* Keep this in sync with CONFIG_HISTORY_MAX_SIZE */
|
|
|
|
const unsigned int config_history_max_size = 3;
|
|
|
|
g_autolist (MetaMonitorsConfig) added = NULL;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *previous = NULL;
|
|
|
|
MetaMonitorsConfig *config;
|
|
|
|
unsigned int i;
|
|
|
|
|
|
|
|
for (i = 0; i < config_history_max_size; i++)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) linear_config = NULL;
|
|
|
|
|
|
|
|
linear_config = meta_monitor_config_manager_create_linear (config_manager);
|
|
|
|
g_assert_nonnull (linear_config);
|
|
|
|
g_assert (!g_list_find (added, linear_config));
|
|
|
|
|
|
|
|
if (i > 0)
|
|
|
|
{
|
|
|
|
g_assert (previous !=
|
|
|
|
meta_monitor_config_manager_get_current (config_manager));
|
|
|
|
}
|
|
|
|
|
|
|
|
previous = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, linear_config);
|
|
|
|
added = g_list_prepend (added, g_object_ref (linear_config));
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager)
|
|
|
|
== linear_config);
|
|
|
|
|
|
|
|
g_assert (meta_monitor_config_manager_get_previous (config_manager)
|
|
|
|
== previous);
|
|
|
|
}
|
|
|
|
|
|
|
|
for (i = 0; i < config_history_max_size - 1; i++)
|
|
|
|
{
|
|
|
|
g_autoptr (MetaMonitorsConfig) fallback = NULL;
|
|
|
|
|
|
|
|
fallback = meta_monitor_config_manager_create_fallback (config_manager);
|
|
|
|
g_assert_nonnull (fallback);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, fallback);
|
|
|
|
added = g_list_prepend (added, g_steal_pointer (&fallback));
|
|
|
|
}
|
|
|
|
|
|
|
|
g_assert_cmpuint (g_list_length (added), >, config_history_max_size);
|
|
|
|
|
|
|
|
config = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert (config == g_list_nth_data (added, 0));
|
|
|
|
|
|
|
|
for (i = 0; i < config_history_max_size; i++)
|
|
|
|
{
|
|
|
|
config = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
g_assert_nonnull (config);
|
|
|
|
g_assert (meta_monitor_config_manager_pop_previous (config_manager)
|
|
|
|
== config);
|
|
|
|
g_assert (config == g_list_nth_data (added, i + 1));
|
|
|
|
}
|
|
|
|
|
|
|
|
config = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
g_assert_null (config);
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
g_assert (config != g_list_nth_data (added, config_history_max_size));
|
|
|
|
g_assert_nonnull (g_list_nth_data (added, config_history_max_size + 1));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_config_store_set_current_null (void)
|
|
|
|
{
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorsConfig *previous;
|
|
|
|
|
|
|
|
previous = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
g_assert_null (previous);
|
|
|
|
|
|
|
|
meta_monitor_config_manager_set_current (config_manager, NULL);
|
|
|
|
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_current (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_assert_null (meta_monitor_config_manager_pop_previous (config_manager));
|
|
|
|
}
|
|
|
|
|
2016-12-07 02:15:25 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_one_disconnected_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = initial_test_case;
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
|
|
|
test_case.setup.n_outputs = 1;
|
|
|
|
|
|
|
|
test_case.expect = (MonitorTestCaseExpect) {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:15:25 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:15:25 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 02:15:25 -05:00
|
|
|
.n_outputs = 1,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 02:15:25 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
};
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-07 02:15:25 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 02:15:25 -05:00
|
|
|
}
|
|
|
|
|
2016-12-07 02:16:12 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_one_off_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case;
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MonitorTestCaseOutput outputs[] = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 224,
|
|
|
|
.height_mm = 126
|
2016-12-07 02:16:12 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
test_case = initial_test_case;
|
|
|
|
|
|
|
|
memcpy (&test_case.setup.outputs, &outputs, sizeof (outputs));
|
|
|
|
test_case.setup.n_outputs = G_N_ELEMENTS (outputs);
|
|
|
|
|
|
|
|
test_case.setup.crtcs[1].current_mode = -1;
|
|
|
|
|
|
|
|
test_case.expect = (MonitorTestCaseExpect) {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 224,
|
|
|
|
.height_mm = 126
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
2016-12-07 02:16:12 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:16:12 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:16:12 -05:00
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 02:16:12 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2016-12-07 02:16:12 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 1024 * 2,
|
|
|
|
.screen_height = 768
|
|
|
|
};
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-07 02:16:12 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 02:16:12 -05:00
|
|
|
}
|
|
|
|
|
2016-12-07 02:33:45 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_preferred_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1, 2 },
|
|
|
|
.n_modes = 3,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 1,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:33:45 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 02:33:45 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 02:33:45 -05:00
|
|
|
.n_outputs = 1,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 02:33:45 -05:00
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-07 02:33:45 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 02:33:45 -05:00
|
|
|
}
|
|
|
|
|
2016-12-07 04:42:06 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_tiled_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
2017-01-18 04:35:01 -05:00
|
|
|
.crtc_mode = 0,
|
2016-12-14 04:23:44 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
2016-12-07 04:42:06 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-07 04:42:06 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 04:42:06 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2017-03-17 05:21:10 -04:00
|
|
|
.x = 400,
|
|
|
|
.y = 0
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2016-12-07 04:42:06 -05:00
|
|
|
.n_crtcs = 2,
|
2016-12-13 07:11:48 -05:00
|
|
|
.n_tiled_monitors = 1,
|
2016-12-07 04:42:06 -05:00
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-07 04:42:06 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 04:42:06 -05:00
|
|
|
}
|
|
|
|
|
2017-05-01 00:12:42 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_tiled_non_preferred_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 512,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 120.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 4,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 2 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 512,
|
|
|
|
.tile_h = 768
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1, 2, 3 },
|
|
|
|
.n_modes = 3,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 512,
|
|
|
|
.tile_h = 768
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 120.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 2
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 2,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 3,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 2,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 2,
|
|
|
|
.x = 512
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-05-01 00:12:42 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-05-01 00:12:42 -04:00
|
|
|
}
|
|
|
|
|
2017-07-12 03:44:51 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_tiled_non_main_origin_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 30.0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 30.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = -1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.x = 400,
|
|
|
|
.y = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-07-12 03:44:51 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-07-12 03:44:51 -04:00
|
|
|
}
|
|
|
|
|
2016-12-07 04:42:30 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_hidpi_linear_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
/* These will result in DPI of about 216" */
|
|
|
|
.width_mm = 150,
|
|
|
|
.height_mm = 85,
|
|
|
|
.scale = 2,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.scale = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
2016-12-12 21:58:41 -05:00
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 150,
|
|
|
|
.height_mm = 85
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
2016-12-14 04:23:44 -05:00
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-14 04:23:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-12 21:58:41 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
2016-12-07 04:42:30 -05:00
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-02-24 05:10:52 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 640, .height = 360 },
|
2016-12-07 04:42:30 -05:00
|
|
|
.scale = 2
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2017-02-24 05:10:52 -05:00
|
|
|
.layout = { .x = 640, .y = 0, .width = 1024, .height = 768 },
|
2016-12-07 04:42:30 -05:00
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2016-12-07 04:42:30 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 640,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2016-12-07 04:42:30 -05:00
|
|
|
.n_crtcs = 2,
|
2017-02-24 05:10:52 -05:00
|
|
|
.screen_width = 640 + 1024,
|
2016-12-07 04:42:30 -05:00
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2017-03-21 05:16:04 -04:00
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-07 04:42:30 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-07 04:42:30 -05:00
|
|
|
}
|
|
|
|
|
2016-12-20 10:15:45 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_suggested_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
2020-02-26 03:35:14 -05:00
|
|
|
.height_mm = 125,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 1024,
|
|
|
|
.suggested_y = 758,
|
2016-12-20 10:15:45 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
2020-02-26 03:35:14 -05:00
|
|
|
.height_mm = 124,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 0,
|
|
|
|
.suggested_y = 0,
|
2016-12-20 10:15:45 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-20 10:15:45 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-20 10:15:45 -05:00
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2016-12-20 10:15:45 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
2017-01-05 23:43:22 -05:00
|
|
|
.current_mode = 0,
|
2016-12-20 10:15:45 -05:00
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
/*
|
|
|
|
* Logical monitors expectations altered to correspond to the
|
|
|
|
* "suggested_x/y" changed further below.
|
|
|
|
*/
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2016-12-20 10:15:45 -05:00
|
|
|
.layout = { .x = 1024, .y = 758, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2016-12-20 10:15:45 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 1,
|
2016-12-20 10:15:45 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
|
|
|
.y = 758,
|
2017-01-18 05:01:47 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
2016-12-20 10:15:45 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024 + 800,
|
|
|
|
.screen_height = 1358
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2016-12-20 10:15:45 -05:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2016-12-20 10:15:45 -05:00
|
|
|
}
|
|
|
|
|
2019-04-03 12:56:45 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_suggested_config_overlapping (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 800,
|
|
|
|
.suggested_y = 600,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 0,
|
|
|
|
.suggested_y = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
/*
|
|
|
|
* Logical monitors expectations altered to correspond to the
|
|
|
|
* "suggested_x/y" defined above.
|
|
|
|
*/
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 1,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.x = 1024,
|
|
|
|
.y = 0,
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.x = 0,
|
|
|
|
.y = 0,
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024 + 800,
|
|
|
|
.screen_height = MAX (768, 600)
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-04-03 12:56:45 -04:00
|
|
|
|
2022-04-28 10:09:11 -04:00
|
|
|
g_test_expect_message ("libmutter", G_LOG_LEVEL_WARNING,
|
2019-04-03 12:56:45 -04:00
|
|
|
"Suggested monitor config has overlapping region, "
|
|
|
|
"rejecting");
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_test_assert_expected_messages ();
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2019-04-03 12:56:45 -04:00
|
|
|
}
|
|
|
|
|
2019-04-03 13:02:42 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_suggested_config_not_adjacent (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 1920,
|
|
|
|
.suggested_y = 1080,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 0,
|
|
|
|
.suggested_y = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
/*
|
|
|
|
* Logical monitors expectations follow fallback linear configuration
|
|
|
|
*/
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 1,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.x = 1024,
|
|
|
|
.y = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
.x = 0,
|
|
|
|
.y = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024 + 800,
|
|
|
|
.screen_height = MAX (768, 600)
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-04-03 13:02:42 -04:00
|
|
|
|
2022-04-28 10:09:11 -04:00
|
|
|
g_test_expect_message ("libmutter", G_LOG_LEVEL_WARNING,
|
2019-04-03 13:02:42 -04:00
|
|
|
"Suggested monitor config has monitors with no "
|
|
|
|
"neighbors, rejecting");
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_test_assert_expected_messages ();
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2019-04-03 13:02:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_suggested_config_multi_dpi (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 4096,
|
|
|
|
.suggested_y = 2160,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 350,
|
|
|
|
.height_mm = 180,
|
|
|
|
.scale = 2,
|
|
|
|
.hotplug_mode = TRUE,
|
|
|
|
.suggested_x = 0,
|
|
|
|
.suggested_y = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 350,
|
|
|
|
.height_mm = 180,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
/*
|
|
|
|
* Logical monitors expectations altered to correspond to the
|
|
|
|
* "suggested_x/y" changed further below.
|
|
|
|
*/
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 4096/2, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 4096/2, .height = 2160/2 },
|
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 1,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.x = 2048,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 4096/2 + 800,
|
|
|
|
.screen_height = 2160/2
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-04-03 13:02:42 -04:00
|
|
|
|
2022-04-28 10:09:11 -04:00
|
|
|
g_test_expect_message ("libmutter", G_LOG_LEVEL_WARNING,
|
2019-04-03 13:02:42 -04:00
|
|
|
"Suggested monitor config has monitors with no "
|
|
|
|
"neighbors, rejecting");
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_test_assert_expected_messages();
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2019-04-03 13:02:42 -04:00
|
|
|
}
|
|
|
|
|
2017-01-09 04:10:58 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_limited_crtcs (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-09 04:10:58 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
2017-06-14 00:23:53 -04:00
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-06-14 00:23:53 -04:00
|
|
|
.crtc_modes = {
|
2017-01-09 04:10:58 -05:00
|
|
|
{
|
2017-06-14 00:23:53 -04:00
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
2017-01-09 04:10:58 -05:00
|
|
|
}
|
2017-06-14 00:23:53 -04:00
|
|
|
}
|
|
|
|
}
|
2017-01-09 04:10:58 -05:00
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = -1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-09 04:10:58 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2017-01-09 04:10:58 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
2017-01-09 04:10:58 -05:00
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-01-09 04:10:58 -05:00
|
|
|
|
2022-04-28 10:09:11 -04:00
|
|
|
g_test_expect_message ("libmutter", G_LOG_LEVEL_WARNING,
|
2017-03-24 03:36:12 -04:00
|
|
|
"Failed to use linear *");
|
|
|
|
|
2017-01-09 04:10:58 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_test_assert_expected_messages ();
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-09 04:10:58 -05:00
|
|
|
}
|
|
|
|
|
2017-01-09 22:50:44 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_lid_switch_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-09 22:50:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-09 22:50:44 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-09 22:50:44 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2017-01-09 22:50:44 -05:00
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2017-01-09 22:50:44 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2017-01-09 22:50:44 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024 * 2,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-01-09 22:50:44 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-09 22:50:44 -05:00
|
|
|
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-01-09 22:50:44 -05:00
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
2017-01-19 01:09:55 -05:00
|
|
|
test_case.expect.logical_monitors[0] = (MonitorTestCaseLogicalMonitor) {
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = {.x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
};
|
2017-01-09 22:50:44 -05:00
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
test_case.expect.monitors[0].current_mode = -1;
|
2017-01-18 05:01:47 -05:00
|
|
|
test_case.expect.crtcs[0].current_mode = -1;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 0;
|
2017-01-09 22:50:44 -05:00
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-09 22:50:44 -05:00
|
|
|
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-01-09 22:50:44 -05:00
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
2017-03-24 03:36:12 -04:00
|
|
|
test_case.expect.logical_monitors[0] = (MonitorTestCaseLogicalMonitor) {
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-08-11 03:21:36 -04:00
|
|
|
.layout = {.x = 0, .y = 0, .width = 1024, .height = 768 },
|
2017-03-24 03:36:12 -04:00
|
|
|
.scale = 1
|
|
|
|
};
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
2017-08-11 03:21:36 -04:00
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
2017-03-24 03:36:12 -04:00
|
|
|
test_case.expect.primary_logical_monitor = 0;
|
2017-01-19 01:09:55 -05:00
|
|
|
|
2017-08-11 03:21:36 -04:00
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
2017-08-11 03:21:36 -04:00
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-09 22:50:44 -05:00
|
|
|
}
|
|
|
|
|
2017-01-10 00:18:46 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_lid_opened_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-10 00:18:46 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = -1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-10 00:18:46 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2017-01-10 00:18:46 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-10 00:18:46 -05:00
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1, /* Second one checked after lid opened. */
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2017-01-10 00:18:46 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
2017-01-10 00:18:46 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-01-10 00:18:46 -05:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-10 00:18:46 -05:00
|
|
|
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-01-10 00:18:46 -05:00
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
2017-01-18 05:01:47 -05:00
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[0].x = 1024;
|
2017-01-18 05:01:47 -05:00
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 0;
|
2017-01-10 00:18:46 -05:00
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-10 00:18:46 -05:00
|
|
|
}
|
|
|
|
|
2017-01-12 00:42:42 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_lid_closed_no_external (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-12 00:42:42 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-12 00:42:42 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2017-01-12 00:42:42 -05:00
|
|
|
.n_outputs = 1,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
},
|
2017-01-12 00:42:42 -05:00
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-01-12 00:42:42 -05:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-12 00:42:42 -05:00
|
|
|
}
|
|
|
|
|
2017-11-03 04:11:27 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_lid_closed_with_hotplugged_external (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1, /* Second is hotplugged later */
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1, /* Second is hotplugged later */
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1, /* Second is hotplugged later */
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
|
2017-11-09 00:33:38 -05:00
|
|
|
/*
|
|
|
|
* The first part of this test emulate the following:
|
|
|
|
* 1) Start with the lid open
|
|
|
|
* 2) Connect external monitor
|
|
|
|
* 3) Close lid
|
|
|
|
*/
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-11-03 04:11:27 -04:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-03 04:11:27 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("External monitor connected");
|
2017-11-03 04:11:27 -04:00
|
|
|
test_case.setup.n_outputs = 2;
|
|
|
|
test_case.expect.n_outputs = 2;
|
|
|
|
test_case.expect.n_monitors = 2;
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
2017-11-03 04:11:27 -04:00
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-11-03 04:11:27 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-03 04:11:27 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid closed");
|
2017-11-03 04:11:27 -04:00
|
|
|
test_case.expect.monitors[0].current_mode = -1;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.crtcs[0].current_mode = -1;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 0;
|
2017-11-03 04:11:27 -04:00
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-11-03 04:11:27 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 00:33:38 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The second part of this test emulate the following:
|
|
|
|
* 1) Open lid
|
|
|
|
* 2) Disconnect external monitor
|
|
|
|
* 3) Close lid
|
|
|
|
* 4) Open lid
|
|
|
|
*/
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid opened");
|
2017-11-09 00:33:38 -05:00
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 0,
|
|
|
|
test_case.expect.logical_monitors[1].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
2017-11-09 00:33:38 -05:00
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-11-09 00:33:38 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 00:33:38 -05:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("External monitor disconnected");
|
2017-11-09 00:33:38 -05:00
|
|
|
test_case.setup.n_outputs = 1;
|
|
|
|
test_case.expect.n_outputs = 1;
|
|
|
|
test_case.expect.n_monitors = 1;
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.crtcs[1].current_mode = -1;
|
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-11-09 00:33:38 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 00:33:38 -05:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid closed");
|
2017-11-09 00:33:38 -05:00
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 0,
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-11-09 00:33:38 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 00:33:38 -05:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid opened");
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-11-09 00:33:38 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-03 04:11:27 -04:00
|
|
|
}
|
|
|
|
|
2020-04-16 04:58:43 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_lid_scaled_closed_opened (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 960, .height = 540 },
|
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 960,
|
|
|
|
.screen_height = 540
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "lid-scale.xml");
|
2020-04-16 04:58:43 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2020-04-16 04:58:43 -04:00
|
|
|
|
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2020-04-16 04:58:43 -04:00
|
|
|
|
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2020-04-16 04:58:43 -04:00
|
|
|
}
|
|
|
|
|
2017-01-12 00:51:43 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_no_outputs (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.n_modes = 0,
|
|
|
|
.n_outputs = 0,
|
|
|
|
.n_crtcs = 0
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.n_monitors = 0,
|
|
|
|
.n_logical_monitors = 0,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = -1,
|
2017-01-12 00:51:43 -05:00
|
|
|
.n_outputs = 0,
|
|
|
|
.n_crtcs = 0,
|
|
|
|
.n_tiled_monitors = 0,
|
2017-04-12 02:15:33 -04:00
|
|
|
.screen_width = META_MONITOR_MANAGER_MIN_SCREEN_WIDTH,
|
|
|
|
.screen_height = META_MONITOR_MANAGER_MIN_SCREEN_HEIGHT
|
2017-01-12 00:51:43 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
2018-02-06 02:40:44 -05:00
|
|
|
GError *error = NULL;
|
2017-01-12 00:51:43 -05:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-01-12 00:51:43 -05:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-10-07 00:35:23 -04:00
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (x11_monitor_test_client, &error,
|
|
|
|
"resize", X11_TEST_CLIENT_WINDOW,
|
|
|
|
"123", "210",
|
|
|
|
NULL))
|
2018-02-06 02:40:44 -05:00
|
|
|
g_error ("Failed to resize X11 window: %s", error->message);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (wayland_monitor_test_client, &error,
|
|
|
|
"resize", WAYLAND_TEST_CLIENT_WINDOW,
|
|
|
|
"123", "210",
|
|
|
|
NULL))
|
2018-02-06 02:40:44 -05:00
|
|
|
g_error ("Failed to resize Wayland window: %s", error->message);
|
|
|
|
|
|
|
|
check_monitor_test_clients_state ();
|
|
|
|
|
2017-10-07 00:35:23 -04:00
|
|
|
/* Also check that we handle going headless -> headless */
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-10-07 00:35:23 -04:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-12 00:51:43 -05:00
|
|
|
}
|
|
|
|
|
2017-01-16 22:34:23 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_underscanning_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_underscanning = TRUE,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-01-16 22:34:23 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_underscanning = TRUE,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-16 22:34:23 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
2017-01-16 22:34:23 -05:00
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-01-16 22:34:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-16 22:34:23 -05:00
|
|
|
}
|
|
|
|
|
2017-10-18 11:24:36 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_preferred_non_first_mode (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.flags = META_CRTC_MODE_FLAG_NHSYNC,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.flags = META_CRTC_MODE_FLAG_PHSYNC,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-10-18 11:24:36 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-10-18 11:24:36 -04:00
|
|
|
}
|
|
|
|
|
2017-10-26 05:50:10 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_non_upright_panel (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = initial_test_case;
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
|
|
|
test_case.setup.modes[1] = (MonitorTestCaseMode) {
|
|
|
|
.width = 768,
|
|
|
|
.height = 1024,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
};
|
|
|
|
test_case.setup.n_modes = 2;
|
|
|
|
test_case.setup.outputs[0].modes[0] = 1;
|
|
|
|
test_case.setup.outputs[0].preferred_mode = 1;
|
|
|
|
test_case.setup.outputs[0].panel_orientation_transform =
|
|
|
|
META_MONITOR_TRANSFORM_90;
|
|
|
|
/*
|
|
|
|
* Note we do not swap outputs[0].width_mm and height_mm, because these get
|
|
|
|
* swapped for rotated panels inside the xrandr / kms code and we directly
|
|
|
|
* create a dummy output here, skipping this code.
|
|
|
|
*/
|
|
|
|
test_case.setup.crtcs[0].current_mode = 1;
|
|
|
|
|
|
|
|
test_case.expect.monitors[0].modes[0].crtc_modes[0].crtc_mode = 1;
|
|
|
|
test_case.expect.crtcs[0].current_mode = 1;
|
|
|
|
test_case.expect.crtcs[0].transform = META_MONITOR_TRANSFORM_90;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2017-10-26 05:50:10 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-10-26 05:50:10 -04:00
|
|
|
}
|
|
|
|
|
monitor-config-manager: Handle multiple builtin panels gracefully
While multiple built-in panels isn't actually supported in any
meaningful manner, if we would ever end up with such a situation, e.g.
due to kernel bugs[0], we shouldn't crash when trying to set an
'external only' without any external monitors.
While we could handle this with more degraded functionality (e.g. don't
support the 'switch' method of monitor configuration at all), handle it
by simply not trying to switch to external-only when there are no,
according to the kernel, external monitors available. This would e.g.
still allow betwene 'mirror-all', and 'linear' switches.
The crash itself was disguised as an arbitrary X11 BadValue error, due
to mutter trying to resize the root window to 0x0, as the monitor
configuration that was applied consisted of zero logical monitors, thus
was effectively empty.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1896904
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1899260
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
2020-11-27 03:03:38 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_switch_external_without_external (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.x = 1024,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 2048,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
monitor-config-manager: Handle multiple builtin panels gracefully
While multiple built-in panels isn't actually supported in any
meaningful manner, if we would ever end up with such a situation, e.g.
due to kernel bugs[0], we shouldn't crash when trying to set an
'external only' without any external monitors.
While we could handle this with more degraded functionality (e.g. don't
support the 'switch' method of monitor configuration at all), handle it
by simply not trying to switch to external-only when there are no,
according to the kernel, external monitors available. This would e.g.
still allow betwene 'mirror-all', and 'linear' switches.
The crash itself was disguised as an arbitrary X11 BadValue error, due
to mutter trying to resize the root window to 0x0, as the monitor
configuration that was applied consisted of zero logical monitors, thus
was effectively empty.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1896904
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1899260
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
2020-11-27 03:03:38 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
monitor-config-manager: Handle multiple builtin panels gracefully
While multiple built-in panels isn't actually supported in any
meaningful manner, if we would ever end up with such a situation, e.g.
due to kernel bugs[0], we shouldn't crash when trying to set an
'external only' without any external monitors.
While we could handle this with more degraded functionality (e.g. don't
support the 'switch' method of monitor configuration at all), handle it
by simply not trying to switch to external-only when there are no,
according to the kernel, external monitors available. This would e.g.
still allow betwene 'mirror-all', and 'linear' switches.
The crash itself was disguised as an arbitrary X11 BadValue error, due
to mutter trying to resize the root window to 0x0, as the monitor
configuration that was applied consisted of zero logical monitors, thus
was effectively empty.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1896904
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1899260
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
2020-11-27 03:03:38 -05:00
|
|
|
|
|
|
|
meta_monitor_manager_switch_config (monitor_manager,
|
|
|
|
META_MONITOR_SWITCH_CONFIG_EXTERNAL);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
monitor-config-manager: Handle multiple builtin panels gracefully
While multiple built-in panels isn't actually supported in any
meaningful manner, if we would ever end up with such a situation, e.g.
due to kernel bugs[0], we shouldn't crash when trying to set an
'external only' without any external monitors.
While we could handle this with more degraded functionality (e.g. don't
support the 'switch' method of monitor configuration at all), handle it
by simply not trying to switch to external-only when there are no,
according to the kernel, external monitors available. This would e.g.
still allow betwene 'mirror-all', and 'linear' switches.
The crash itself was disguised as an arbitrary X11 BadValue error, due
to mutter trying to resize the root window to 0x0, as the monitor
configuration that was applied consisted of zero logical monitors, thus
was effectively empty.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1896904
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1899260
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
2020-11-27 03:03:38 -05:00
|
|
|
|
|
|
|
check_monitor_test_clients_state ();
|
|
|
|
}
|
|
|
|
|
2020-05-04 16:47:34 -04:00
|
|
|
static void
|
2021-11-24 04:09:12 -05:00
|
|
|
check_monitor_configuration_per_orientation (MonitorTestCase *test_case,
|
|
|
|
unsigned int monitor_index,
|
|
|
|
MetaOrientation orientation,
|
|
|
|
int width,
|
|
|
|
int height)
|
2020-05-04 16:47:34 -04:00
|
|
|
{
|
|
|
|
MetaMonitorTransform transform;
|
2021-11-24 04:09:12 -05:00
|
|
|
MetaMonitorTransform output_transform;
|
|
|
|
MonitorTestCaseExpect expect = test_case->expect;
|
|
|
|
MonitorTestCaseSetup *setup = &test_case->setup;
|
2020-05-04 16:47:34 -04:00
|
|
|
int i = 0;
|
|
|
|
|
|
|
|
transform = meta_monitor_transform_from_orientation (orientation);
|
2021-11-24 04:09:12 -05:00
|
|
|
output_transform = setup->outputs[monitor_index].panel_orientation_transform;
|
|
|
|
expect.logical_monitors[monitor_index].transform =
|
|
|
|
meta_monitor_transform_transform (transform,
|
|
|
|
meta_monitor_transform_invert (output_transform));
|
2020-05-04 16:47:34 -04:00
|
|
|
expect.crtcs[monitor_index].transform = transform;
|
|
|
|
|
|
|
|
if (meta_monitor_transform_is_rotated (transform))
|
|
|
|
{
|
|
|
|
expect.logical_monitors[monitor_index].layout.width = height;
|
|
|
|
expect.logical_monitors[monitor_index].layout.height = width;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
expect.logical_monitors[monitor_index].layout.width = width;
|
|
|
|
expect.logical_monitors[monitor_index].layout.height = height;
|
|
|
|
}
|
|
|
|
|
|
|
|
expect.screen_width = 0;
|
|
|
|
expect.screen_height = 0;
|
|
|
|
|
|
|
|
for (i = 0; i < expect.n_logical_monitors; ++i)
|
|
|
|
{
|
|
|
|
MonitorTestCaseLogicalMonitor *monitor =
|
|
|
|
&expect.logical_monitors[i];
|
|
|
|
int right_edge;
|
|
|
|
int bottom_edge;
|
|
|
|
|
|
|
|
g_debug ("Got monitor %dx%d : %dx%d", monitor->layout.x,
|
|
|
|
monitor->layout.y, monitor->layout.width, monitor->layout.height);
|
|
|
|
|
|
|
|
right_edge = (monitor->layout.width + monitor->layout.x);
|
|
|
|
if (right_edge > expect.screen_width)
|
|
|
|
expect.screen_width = right_edge;
|
|
|
|
|
|
|
|
bottom_edge = (monitor->layout.height + monitor->layout.y);
|
|
|
|
if (bottom_edge > expect.screen_height)
|
|
|
|
expect.screen_height = bottom_edge;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
check_monitor_test_clients_state ();
|
|
|
|
}
|
|
|
|
|
|
|
|
typedef MetaSensorsProxyMock MetaSensorsProxyAutoResetMock;
|
|
|
|
static void
|
|
|
|
meta_sensors_proxy_reset (MetaSensorsProxyMock *proxy)
|
|
|
|
{
|
2020-05-01 10:32:46 -04:00
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Resetting proxy");
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_sensors_proxy_mock_set_orientation (proxy,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL, NULL);
|
2020-05-04 16:47:34 -04:00
|
|
|
g_object_unref (proxy);
|
|
|
|
}
|
|
|
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MetaSensorsProxyAutoResetMock,
|
|
|
|
meta_sensors_proxy_reset)
|
|
|
|
|
|
|
|
static ClutterInputDevice *
|
|
|
|
meta_test_add_touch_device (MetaBackend * backend)
|
|
|
|
{
|
|
|
|
MetaBackendTest *backend_test = META_BACKEND_TEST (backend);
|
|
|
|
ClutterInputDevice *device;
|
|
|
|
|
|
|
|
device = meta_backend_test_add_test_device (backend_test, "test-touchscreen",
|
|
|
|
CLUTTER_TOUCHSCREEN_DEVICE, 1);
|
|
|
|
|
|
|
|
g_assert_true (CLUTTER_IS_INPUT_DEVICE (device));
|
|
|
|
g_assert_cmpuint (clutter_input_device_get_device_type (device),
|
|
|
|
==,
|
|
|
|
CLUTTER_TOUCHSCREEN_DEVICE);
|
|
|
|
|
|
|
|
return device;
|
|
|
|
}
|
|
|
|
|
|
|
|
typedef ClutterInputDevice ClutterAutoRemoveInputDevice;
|
|
|
|
static void
|
|
|
|
input_device_test_remove (ClutterAutoRemoveInputDevice *device)
|
|
|
|
{
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
|
|
|
|
meta_backend_test_remove_device (META_BACKEND_TEST (backend), device);
|
|
|
|
g_object_unref (device);
|
|
|
|
}
|
|
|
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterAutoRemoveInputDevice,
|
|
|
|
input_device_test_remove)
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_is_managed (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = FALSE,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
ClutterBackend *clutter_backend = meta_backend_get_clutter_backend (backend);
|
|
|
|
ClutterSeat *seat = clutter_backend_get_default_seat (clutter_backend);
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
check_monitor_test_clients_state ();
|
|
|
|
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
g_assert_null (meta_monitor_manager_get_laptop_panel (monitor_manager));
|
|
|
|
test_case.setup.outputs[0].is_laptop_panel = TRUE;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_assert_nonnull (meta_monitor_manager_get_laptop_panel (monitor_manager));
|
|
|
|
|
|
|
|
g_assert_false (clutter_seat_get_touch_mode (seat));
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
|
|
|
|
|
|
|
while (!clutter_seat_get_touch_mode (seat))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_true (clutter_seat_get_touch_mode (seat));
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
g_assert_false (
|
|
|
|
meta_orientation_manager_has_accelerometer (orientation_manager));
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_property (orientation_mock, "HasAccelerometer",
|
|
|
|
g_variant_new_boolean (TRUE));
|
|
|
|
|
|
|
|
while (!meta_orientation_manager_has_accelerometer (orientation_manager))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_true (
|
|
|
|
meta_orientation_manager_has_accelerometer (orientation_manager));
|
|
|
|
g_assert_true (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
test_case.setup.outputs[0].is_laptop_panel = FALSE;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_assert_null (meta_monitor_manager_get_laptop_panel (monitor_manager));
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
test_case.setup.outputs[0].is_laptop_panel = TRUE;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_assert_nonnull (meta_monitor_manager_get_laptop_panel (monitor_manager));
|
|
|
|
g_assert_true (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_property (orientation_mock, "HasAccelerometer",
|
|
|
|
g_variant_new_boolean (FALSE));
|
|
|
|
|
|
|
|
while (meta_orientation_manager_has_accelerometer (orientation_manager))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_property (orientation_mock, "HasAccelerometer",
|
|
|
|
g_variant_new_boolean (TRUE));
|
|
|
|
|
|
|
|
while (!meta_orientation_manager_has_accelerometer (orientation_manager))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_true (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
meta_backend_test_remove_device (META_BACKEND_TEST (backend), touch_device);
|
|
|
|
g_clear_object (&touch_device);
|
|
|
|
|
|
|
|
while (clutter_seat_get_touch_mode (seat))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_false (clutter_seat_get_touch_mode (seat));
|
|
|
|
g_assert_false (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
|
|
|
|
|
|
|
while (!clutter_seat_get_touch_mode (seat))
|
|
|
|
g_main_context_iteration (NULL, FALSE);
|
|
|
|
|
|
|
|
g_assert_true (clutter_seat_get_touch_mode (seat));
|
|
|
|
g_assert_true (
|
|
|
|
meta_monitor_manager_get_panel_orientation_managed (monitor_manager));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_initial_rotated (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
MetaOrientation orientation;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
|
|
|
orientation = META_ORIENTATION_LEFT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, orientation, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_initial_rotated_no_touch_mode (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
MetaOrientation orientation;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
orientation = META_ORIENTATION_LEFT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_initial_stored_rotated (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 960, .height = 540 },
|
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 960,
|
|
|
|
.screen_height = 540
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
MetaOrientation orientation;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
|
|
|
orientation = META_ORIENTATION_RIGHT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "lid-scale.xml");
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, orientation, 960, 540));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Closing lid");
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, orientation, 960, 540));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Rotating to left-up");
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation = META_ORIENTATION_LEFT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, orientation, 960, 540));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
/* When no touch device is available, the orientation change is ignored */
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Removing touch device");
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_remove_device (META_BACKEND_TEST (backend), touch_device);
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Rotating to right-up");
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation = META_ORIENTATION_RIGHT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_LEFT_UP,
|
2020-05-04 16:47:34 -04:00
|
|
|
960, 540));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_initial_stored_rotated_no_touch (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 960, .height = 540 },
|
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 960,
|
|
|
|
.screen_height = 540
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
MetaOrientation orientation;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
orientation = META_ORIENTATION_RIGHT_UP;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, orientation);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, orientation,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "lid-scale.xml");
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
2020-05-04 16:47:34 -04:00
|
|
|
960, 540));
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Closing lid");
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
|
|
|
meta_monitor_manager_lid_is_closed_changed (monitor_manager);
|
|
|
|
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
2020-05-04 16:47:34 -04:00
|
|
|
960, 540));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_changes (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) initial_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) previous_config = NULL;
|
2021-11-24 06:14:44 -05:00
|
|
|
gboolean got_monitors_changed = FALSE;
|
2020-05-04 16:47:34 -04:00
|
|
|
MetaOrientation i;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
g_set_object (&previous_config,
|
|
|
|
meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_set_object (&initial_config,
|
|
|
|
meta_monitor_config_manager_get_current (config_manager));
|
2021-11-24 06:14:44 -05:00
|
|
|
g_signal_connect_swapped (monitor_manager, "monitors-changed",
|
|
|
|
G_CALLBACK (on_monitors_changed),
|
|
|
|
&got_monitors_changed);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
g_assert_cmpuint (
|
|
|
|
meta_orientation_manager_get_orientation (orientation_manager),
|
|
|
|
==,
|
|
|
|
META_ORIENTATION_UNDEFINED);
|
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
MetaMonitorsConfig *current;
|
|
|
|
MetaMonitorsConfig *previous;
|
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
got_monitors_changed = FALSE;
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
previous = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_true (got_monitors_changed);
|
2020-05-04 16:47:34 -04:00
|
|
|
g_assert (previous == previous_config);
|
|
|
|
g_assert (current != initial_config);
|
|
|
|
g_assert_true (meta_monitors_config_key_equal (current->key,
|
|
|
|
initial_config->key));
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Ensure applying the current orientation doesn't change the config */
|
|
|
|
g_assert_cmpuint (
|
|
|
|
meta_orientation_manager_get_orientation (orientation_manager),
|
|
|
|
==,
|
|
|
|
META_ORIENTATION_NORMAL);
|
|
|
|
|
|
|
|
g_set_object (&initial_config,
|
|
|
|
meta_monitor_config_manager_get_current (config_manager));
|
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
got_monitors_changed = FALSE;
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, ==, 0);
|
2020-05-04 16:47:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
2020-05-04 16:47:34 -04:00
|
|
|
1024, 768));
|
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_false (got_monitors_changed);
|
2020-05-04 16:47:34 -04:00
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
initial_config);
|
|
|
|
|
|
|
|
/* When no touch device is available, the orientation changes are ignored */
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Removing touch device");
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_remove_device (META_BACKEND_TEST (backend), touch_device);
|
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
MetaMonitorsConfig *current;
|
|
|
|
MetaMonitorsConfig *previous;
|
|
|
|
|
2021-11-24 06:14:44 -05:00
|
|
|
got_monitors_changed = FALSE;
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
2020-05-04 16:47:34 -04:00
|
|
|
1024, 768));
|
|
|
|
|
|
|
|
current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
previous = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
|
|
|
|
g_assert (previous == previous_config);
|
|
|
|
g_assert (current == initial_config);
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_false (got_monitors_changed);
|
|
|
|
}
|
|
|
|
|
|
|
|
g_signal_handlers_disconnect_by_data (monitor_manager, &got_monitors_changed);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_changes_for_transformed_panel (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE,
|
|
|
|
.panel_orientation_transform = META_MONITOR_TRANSFORM_90,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 768,
|
|
|
|
.height = 1024,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) initial_config = NULL;
|
|
|
|
g_autoptr (MetaMonitorsConfig) previous_config = NULL;
|
|
|
|
gboolean got_monitors_changed = FALSE;
|
|
|
|
MetaOrientation i;
|
|
|
|
unsigned int times_signalled = 0;
|
|
|
|
|
|
|
|
g_test_message ("%s", G_STRFUNC);
|
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2021-11-24 06:14:44 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
g_set_object (&previous_config,
|
|
|
|
meta_monitor_config_manager_get_previous (config_manager));
|
|
|
|
g_set_object (&initial_config,
|
|
|
|
meta_monitor_config_manager_get_current (config_manager));
|
|
|
|
g_signal_connect_swapped (monitor_manager, "monitors-changed",
|
|
|
|
G_CALLBACK (on_monitors_changed),
|
|
|
|
&got_monitors_changed);
|
|
|
|
|
|
|
|
g_assert_cmpuint (
|
|
|
|
meta_orientation_manager_get_orientation (orientation_manager),
|
|
|
|
==,
|
|
|
|
META_ORIENTATION_UNDEFINED);
|
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
MetaMonitorsConfig *current;
|
|
|
|
MetaMonitorsConfig *previous;
|
|
|
|
|
|
|
|
got_monitors_changed = FALSE;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
|
|
|
&test_case, 0, i, 1024, 768));
|
|
|
|
|
|
|
|
current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
previous = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
|
|
|
|
g_assert_true (got_monitors_changed);
|
|
|
|
g_assert (previous == previous_config);
|
|
|
|
g_assert (current != initial_config);
|
2020-05-04 16:47:34 -04:00
|
|
|
g_assert_true (meta_monitors_config_key_equal (current->key,
|
|
|
|
initial_config->key));
|
|
|
|
}
|
2021-11-24 06:14:44 -05:00
|
|
|
|
|
|
|
/* Ensure applying the current orientation doesn't change the config */
|
|
|
|
g_assert_cmpuint (
|
|
|
|
meta_orientation_manager_get_orientation (orientation_manager),
|
|
|
|
==,
|
|
|
|
META_ORIENTATION_NORMAL);
|
|
|
|
|
|
|
|
g_set_object (&initial_config,
|
|
|
|
meta_monitor_config_manager_get_current (config_manager));
|
|
|
|
|
|
|
|
got_monitors_changed = FALSE;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_cmpuint (times_signalled, ==, 0);
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
|
|
|
1024, 768));
|
|
|
|
|
|
|
|
g_assert_false (got_monitors_changed);
|
|
|
|
g_assert (meta_monitor_config_manager_get_current (config_manager) ==
|
|
|
|
initial_config);
|
|
|
|
|
|
|
|
/* When no touch device is available, the orientation changes are ignored */
|
|
|
|
g_test_message ("Removing touch device");
|
|
|
|
meta_backend_test_remove_device (META_BACKEND_TEST (backend), touch_device);
|
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
MetaMonitorsConfig *current;
|
|
|
|
MetaMonitorsConfig *previous;
|
|
|
|
|
|
|
|
got_monitors_changed = FALSE;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
|
|
|
&test_case, 0, META_ORIENTATION_NORMAL,
|
|
|
|
1024, 768));
|
|
|
|
|
|
|
|
current = meta_monitor_config_manager_get_current (config_manager);
|
|
|
|
previous = meta_monitor_config_manager_get_previous (config_manager);
|
|
|
|
|
|
|
|
g_assert (previous == previous_config);
|
|
|
|
g_assert (current == initial_config);
|
|
|
|
g_assert_false (got_monitors_changed);
|
|
|
|
}
|
|
|
|
|
|
|
|
g_assert_cmpuint (
|
|
|
|
meta_orientation_manager_get_orientation (orientation_manager),
|
|
|
|
==,
|
|
|
|
META_ORIENTATION_NORMAL);
|
|
|
|
|
|
|
|
meta_test_add_touch_device (backend);
|
|
|
|
got_monitors_changed = FALSE;
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_RIGHT_UP);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager,
|
|
|
|
META_ORIENTATION_RIGHT_UP,
|
|
|
|
×_signalled);
|
2021-11-24 06:14:44 -05:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
|
|
|
&test_case, 0, META_ORIENTATION_RIGHT_UP,
|
|
|
|
1024, 768));
|
|
|
|
g_assert_true (got_monitors_changed);
|
|
|
|
|
|
|
|
g_signal_handlers_disconnect_by_data (monitor_manager, &got_monitors_changed);
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_orientation_changes_with_hotplugging (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1, /* Second is hotplugged later */
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1, /* Second is hotplugged later */
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1, /* Second is hotplugged later */
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaOrientationManager *orientation_manager =
|
|
|
|
meta_backend_get_orientation_manager (backend);
|
|
|
|
g_autoptr (ClutterAutoRemoveInputDevice) touch_device = NULL;
|
|
|
|
g_autoptr (MetaSensorsProxyAutoResetMock) orientation_mock = NULL;
|
|
|
|
MetaOrientation i;
|
2021-10-10 07:31:47 -04:00
|
|
|
unsigned int times_signalled = 0;
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("%s", G_STRFUNC);
|
2020-05-04 16:47:34 -04:00
|
|
|
orientation_mock = meta_sensors_proxy_mock_get ();
|
|
|
|
touch_device = meta_test_add_touch_device (backend);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The first part of this test emulate the following:
|
|
|
|
* 1) Start with the lid open
|
|
|
|
* 2) Rotate the device in all directions
|
|
|
|
* 3) Connect external monitor
|
|
|
|
* 4) Rotate the device in all directions
|
|
|
|
* 5) Close lid
|
|
|
|
*/
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("External monitor connected");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.setup.n_outputs = 2;
|
|
|
|
test_case.expect.n_outputs = 2;
|
|
|
|
test_case.expect.n_monitors = 2;
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
/* Rotate the monitor in all the directions */
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid closed");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.expect.monitors[0].current_mode = -1;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.crtcs[0].current_mode = -1;
|
|
|
|
test_case.expect.crtcs[1].x = 0;
|
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
/* Rotate the monitor in all the directions */
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The second part of this test emulate the following at each device rotation:
|
|
|
|
* 1) Open lid
|
|
|
|
* 2) Close lid
|
|
|
|
* 3) Change orientation
|
|
|
|
* 4) Reopen the lid
|
|
|
|
* 2) Disconnect external monitor
|
|
|
|
*/
|
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Lid opened");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 0,
|
|
|
|
test_case.expect.logical_monitors[1].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
|
|
|
test_case.expect.screen_width = 1024 * 2;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
|
|
|
emulate_hotplug (test_setup);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
|
|
|
for (i = META_N_ORIENTATIONS - 1; i > META_ORIENTATION_UNDEFINED; i--)
|
|
|
|
{
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Closing lid");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.expect.monitors[0].current_mode = -1;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.crtcs[0].current_mode = -1;
|
|
|
|
test_case.expect.crtcs[1].x = 0;
|
|
|
|
test_case.expect.screen_width = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
/* Change orientation */
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock, i);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, i, ×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect);
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("Opening lid");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 0,
|
|
|
|
test_case.expect.logical_monitors[1].monitors[0] = 1,
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-10-10 07:31:47 -04:00
|
|
|
/* We don't actually expect the orientation to change here, so we
|
|
|
|
* just wait for a moment (so that if the orientation *did* change,
|
|
|
|
* mutter has had a chance to process it), and then continue. */
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_possible_orientation_change (orientation_manager,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, ==, 0);
|
|
|
|
|
2020-05-04 16:47:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("External monitor disconnected");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.setup.n_outputs = 1;
|
|
|
|
test_case.expect.n_outputs = 1;
|
|
|
|
test_case.expect.n_monitors = 1;
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.crtcs[1].current_mode = -1;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
|
2021-10-11 04:39:37 -04:00
|
|
|
g_test_message ("External monitor connected");
|
2020-05-04 16:47:34 -04:00
|
|
|
test_case.setup.n_outputs = 2;
|
|
|
|
test_case.expect.n_outputs = 2;
|
|
|
|
test_case.expect.n_monitors = 2;
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-05-04 16:47:34 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
META_TEST_LOG_CALL ("Checking configuration per orientation",
|
|
|
|
check_monitor_configuration_per_orientation (
|
2021-11-24 04:09:12 -05:00
|
|
|
&test_case, 0, i, 1024, 768));
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
meta_sensors_proxy_mock_set_orientation (orientation_mock,
|
|
|
|
META_ORIENTATION_NORMAL);
|
2021-09-30 08:47:11 -04:00
|
|
|
meta_wait_for_orientation (orientation_manager, META_ORIENTATION_NORMAL,
|
|
|
|
×_signalled);
|
2021-10-10 07:31:47 -04:00
|
|
|
g_assert_cmpuint (times_signalled, <=, 1);
|
2020-05-04 16:47:34 -04:00
|
|
|
}
|
|
|
|
|
2017-01-13 01:42:03 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_vertical_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-13 01:42:03 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-13 01:42:03 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-13 01:42:03 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2017-01-13 01:42:03 -05:00
|
|
|
.layout = { .x = 0, .y = 768, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
2017-01-16 00:09:21 -05:00
|
|
|
.primary_logical_monitor = 0,
|
2017-01-13 01:42:03 -05:00
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
2020-01-14 16:34:44 -05:00
|
|
|
.y = 768,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2017-01-13 01:42:03 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768 + 600
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "vertical.xml");
|
2017-01-13 01:42:03 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-13 01:42:03 -05:00
|
|
|
}
|
|
|
|
|
2017-01-16 00:13:35 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_primary_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-16 00:13:35 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-16 00:13:35 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-16 00:13:35 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
2017-01-16 00:13:35 -05:00
|
|
|
.layout = { .x = 1024, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 1,
|
|
|
|
.n_outputs = 2,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
2017-01-18 05:01:47 -05:00
|
|
|
}
|
|
|
|
},
|
2017-01-16 00:13:35 -05:00
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024 + 800,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "primary.xml");
|
2017-01-16 00:13:35 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-16 00:13:35 -05:00
|
|
|
}
|
|
|
|
|
2017-01-16 22:34:23 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_underscanning_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-16 22:34:23 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_underscanning = TRUE,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
2017-01-19 01:09:55 -05:00
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-01-16 22:34:23 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
2017-01-18 05:01:47 -05:00
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
2017-01-16 22:34:23 -05:00
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "underscanning.xml");
|
2017-01-16 22:34:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-16 22:34:23 -05:00
|
|
|
}
|
|
|
|
|
2017-01-19 09:46:33 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_scale_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-19 09:46:33 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-02-24 05:10:52 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 960, .height = 540 },
|
2017-01-19 09:46:33 -05:00
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
2017-02-24 05:10:52 -05:00
|
|
|
.screen_width = 960,
|
|
|
|
.screen_height = 540
|
2017-01-19 09:46:33 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2017-03-21 05:16:04 -04:00
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "scale.xml");
|
2017-01-19 09:46:33 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-19 09:46:33 -05:00
|
|
|
}
|
|
|
|
|
2017-05-25 05:22:14 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_fractional_scale_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1200,
|
|
|
|
.height = 900,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1200,
|
|
|
|
.height = 900,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-05-25 05:22:14 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1.5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "fractional-scale.xml");
|
2017-05-25 05:22:14 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-05-25 05:22:14 -04:00
|
|
|
}
|
|
|
|
|
2017-06-09 04:05:27 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_high_precision_fractional_scale_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-06-09 04:05:27 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 744, .height = 558 },
|
|
|
|
.scale = 1024.0/744.0 /* 1.3763440847396851 */
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 744,
|
|
|
|
.screen_height = 558
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context,
|
|
|
|
"high-precision-fractional-scale.xml");
|
2017-06-09 04:05:27 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-06-09 04:05:27 -04:00
|
|
|
}
|
|
|
|
|
2017-01-19 09:48:36 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_tiled_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-19 09:48:36 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
2017-02-24 05:10:52 -05:00
|
|
|
.layout = { .x = 0, .y = 0, .width = 400, .height = 300 },
|
2017-01-19 09:48:36 -05:00
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 200,
|
2017-03-17 05:21:10 -04:00
|
|
|
.y = 0
|
2017-01-19 09:48:36 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 1,
|
2017-02-24 05:10:52 -05:00
|
|
|
.screen_width = 400,
|
|
|
|
.screen_height = 300
|
2017-01-19 09:48:36 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2017-03-21 05:16:04 -04:00
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "tiled.xml");
|
2017-01-19 09:48:36 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-19 09:48:36 -05:00
|
|
|
}
|
|
|
|
|
2017-03-06 00:13:07 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_tiled_custom_resolution_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-06 00:13:07 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-06 00:13:07 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = -1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.current_mode = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 320, .height = 240 },
|
|
|
|
.scale = 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
2017-03-17 05:21:10 -04:00
|
|
|
.x = 400,
|
|
|
|
.y = 0,
|
2017-03-06 00:13:07 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 320,
|
|
|
|
.screen_height = 240
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2017-03-21 05:16:04 -04:00
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "tiled-custom-resolution.xml");
|
2017-03-06 00:13:07 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-03-06 00:13:07 -05:00
|
|
|
}
|
|
|
|
|
2017-05-01 00:12:42 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_tiled_non_preferred_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 512,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 120.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 4,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 2 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 512,
|
|
|
|
.tile_h = 768
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1, 2, 3 },
|
|
|
|
.n_modes = 3,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 512,
|
|
|
|
.tile_h = 768
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0, 1 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 120.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 2
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 2,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.0,
|
2017-05-01 00:12:42 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 3,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
|
|
|
.current_mode = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context,
|
|
|
|
"non-preferred-tiled-custom-resolution.xml");
|
2017-05-01 00:12:42 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-05-01 00:12:42 -04:00
|
|
|
}
|
|
|
|
|
2017-01-19 09:55:10 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_mirrored_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-19 09:55:10 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-01-19 09:55:10 -05:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 220,
|
|
|
|
.height_mm = 124
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0, 1 },
|
|
|
|
.n_monitors = 2,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "mirrored.xml");
|
2017-01-19 09:55:10 -05:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-01-19 09:55:10 -05:00
|
|
|
}
|
|
|
|
|
2017-03-21 02:28:25 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_first_rotated_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 02:28:25 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 02:28:25 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 768, .height = 1024 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 768, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 768,
|
2017-03-21 02:28:25 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 768 + 1024,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "first-rotated.xml");
|
2017-03-21 02:28:25 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-03-21 02:28:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_second_rotated_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 02:28:25 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 02:28:25 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 256, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 768, .height = 1024 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.y = 256,
|
2017-03-21 02:28:25 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.transform = META_MONITOR_TRANSFORM_90,
|
|
|
|
.x = 1024,
|
2017-03-21 02:28:25 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 768 + 1024,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "second-rotated.xml");
|
2017-03-21 02:28:25 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-03-21 02:28:25 -04:00
|
|
|
}
|
|
|
|
|
2017-03-21 03:38:56 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_second_rotated_tiled_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1, 2 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1, 2 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 3,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 3
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 03:38:56 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1, 2 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 03:38:56 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 2,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 256, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 600, .height = 800 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 3,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.y = 256,
|
2017-03-21 03:38:56 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90,
|
2020-01-14 16:34:44 -05:00
|
|
|
.x = 1024,
|
2020-04-14 15:11:28 -04:00
|
|
|
.y = 0,
|
2017-03-21 03:38:56 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
2020-01-14 16:34:44 -05:00
|
|
|
.transform = META_MONITOR_TRANSFORM_90,
|
|
|
|
.x = 1024,
|
2020-04-14 15:11:28 -04:00
|
|
|
.y = 400,
|
2017-03-21 03:38:56 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 3,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 1024 + 600,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
2017-03-21 05:28:45 -04:00
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorManagerTest *monitor_manager_test =
|
|
|
|
META_MONITOR_MANAGER_TEST (monitor_manager);
|
2017-03-21 03:38:56 -04:00
|
|
|
|
2017-03-21 05:28:45 -04:00
|
|
|
meta_monitor_manager_test_set_handles_transforms (monitor_manager_test,
|
|
|
|
TRUE);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "second-rotated-tiled.xml");
|
2017-03-21 03:38:56 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-03-21 03:38:56 -04:00
|
|
|
}
|
|
|
|
|
2020-04-14 04:41:37 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_second_rotated_nonnative_tiled_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 400,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1, 2 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 0,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 1 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 1,
|
|
|
|
.possible_crtcs = { 1, 2 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.tile_info = {
|
|
|
|
.group_id = 1,
|
|
|
|
.max_h_tiles = 2,
|
|
|
|
.max_v_tiles = 1,
|
|
|
|
.loc_h_tile = 1,
|
|
|
|
.loc_v_tile = 0,
|
|
|
|
.tile_w = 400,
|
|
|
|
.tile_h = 600
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 3,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 3
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1, 2 },
|
|
|
|
.n_outputs = 2,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.output = 2,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 256, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 600, .height = 800 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 3,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.y = 256,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL,
|
|
|
|
.x = 1024,
|
|
|
|
.y = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL,
|
|
|
|
.x = 1024,
|
|
|
|
.y = 400,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 3,
|
|
|
|
.n_tiled_monitors = 1,
|
|
|
|
.screen_width = 1024 + 600,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorManagerTest *monitor_manager_test =
|
|
|
|
META_MONITOR_MANAGER_TEST (monitor_manager);
|
|
|
|
|
|
|
|
meta_monitor_manager_test_set_handles_transforms (monitor_manager_test,
|
|
|
|
FALSE);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "second-rotated-tiled.xml");
|
2020-04-14 04:41:37 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2020-04-14 04:41:37 -04:00
|
|
|
}
|
|
|
|
|
2017-03-21 05:28:45 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_second_rotated_nonnative_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = 1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 05:28:45 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
2017-06-14 02:08:43 -04:00
|
|
|
.refresh_rate = 60.000495910644531,
|
2017-03-21 05:28:45 -04:00
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 256, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 768, .height = 1024 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 2,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.y = 256,
|
2017-03-21 05:28:45 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2020-01-14 16:34:44 -05:00
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL,
|
|
|
|
.x = 1024,
|
2017-03-21 05:28:45 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 768 + 1024,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorManagerTest *monitor_manager_test =
|
|
|
|
META_MONITOR_MANAGER_TEST (monitor_manager);
|
|
|
|
|
|
|
|
if (!meta_is_stage_views_enabled ())
|
|
|
|
{
|
|
|
|
g_test_skip ("Not using stage views");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
meta_monitor_manager_test_set_handles_transforms (monitor_manager_test,
|
|
|
|
FALSE);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "second-rotated.xml");
|
2017-03-21 05:28:45 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-03-21 05:28:45 -04:00
|
|
|
}
|
|
|
|
|
2017-06-14 02:42:48 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_interlaced_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.flags = META_CRTC_MODE_FLAG_INTERLACE,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0, 1 },
|
|
|
|
.n_modes = 2,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.flags = META_CRTC_MODE_FLAG_NONE,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.flags = META_CRTC_MODE_FLAG_INTERLACE,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 2,
|
|
|
|
.current_mode = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 1024, .height = 768 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.n_tiled_monitors = 0,
|
|
|
|
.screen_width = 1024,
|
|
|
|
.screen_height = 768
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "interlaced.xml");
|
2017-06-14 02:42:48 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-06-14 02:42:48 -04:00
|
|
|
}
|
|
|
|
|
2017-09-28 11:57:50 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_oneoff (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0, 1 },
|
|
|
|
.n_possible_crtcs = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.serial = "0x654321"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = -1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 2,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 2,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "oneoff.xml");
|
2017-09-28 11:57:50 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-09-28 11:57:50 -04:00
|
|
|
}
|
|
|
|
|
2017-11-09 04:27:23 -05:00
|
|
|
static void
|
|
|
|
meta_test_monitor_custom_lid_switch_config (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
2019-01-29 07:27:25 -05:00
|
|
|
.crtc = -1,
|
2017-11-09 04:27:23 -05:00
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
.is_laptop_panel = TRUE
|
|
|
|
},
|
|
|
|
{
|
2019-01-29 07:27:25 -05:00
|
|
|
.crtc = -1,
|
2017-11-09 04:27:23 -05:00
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 1 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1, /* Second one hot plugged later */
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.outputs = { 1 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.000495910644531,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 1,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1, /* Second one hot plugged later */
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 768, .height = 1024 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.monitors = { 1 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 1024, .y = 0, .width = 768, .height = 1024 },
|
|
|
|
.scale = 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1, /* Second one hot plugged later */
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.current_mode = -1,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 2,
|
|
|
|
.screen_width = 768,
|
|
|
|
.screen_height = 1024
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
|
|
|
meta_set_custom_monitor_config (test_context, "lid-switch.xml");
|
2017-11-09 04:27:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 04:27:23 -05:00
|
|
|
|
|
|
|
/* External monitor connected */
|
|
|
|
|
|
|
|
test_case.setup.n_outputs = 2;
|
|
|
|
test_case.expect.n_monitors = 2;
|
|
|
|
test_case.expect.n_outputs = 2;
|
|
|
|
test_case.expect.crtcs[0].transform = META_MONITOR_TRANSFORM_NORMAL;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
2017-11-09 04:27:23 -05:00
|
|
|
test_case.expect.crtcs[1].transform = META_MONITOR_TRANSFORM_270;
|
|
|
|
test_case.expect.logical_monitors[0].layout =
|
|
|
|
(MetaRectangle) { .width = 1024, .height = 768 };
|
|
|
|
test_case.expect.logical_monitors[0].transform = META_MONITOR_TRANSFORM_NORMAL;
|
|
|
|
test_case.expect.logical_monitors[1].transform = META_MONITOR_TRANSFORM_270;
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.screen_width = 1024 + 768;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-11-09 04:27:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 04:27:23 -05:00
|
|
|
|
|
|
|
/* Lid was closed */
|
|
|
|
|
|
|
|
test_case.expect.crtcs[0].current_mode = -1;
|
|
|
|
test_case.expect.crtcs[1].transform = META_MONITOR_TRANSFORM_90;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 0;
|
2017-11-09 04:27:23 -05:00
|
|
|
test_case.expect.monitors[0].current_mode = -1;
|
|
|
|
test_case.expect.logical_monitors[0].layout =
|
|
|
|
(MetaRectangle) { .width = 768, .height = 1024 };
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 1;
|
|
|
|
test_case.expect.logical_monitors[0].transform = META_MONITOR_TRANSFORM_90;
|
|
|
|
test_case.expect.n_logical_monitors = 1;
|
|
|
|
test_case.expect.screen_width = 768;
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), TRUE);
|
2017-11-09 04:27:23 -05:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-11-09 04:27:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 04:27:23 -05:00
|
|
|
|
|
|
|
/* Lid was opened */
|
|
|
|
|
|
|
|
test_case.expect.crtcs[0].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[0].transform = META_MONITOR_TRANSFORM_NORMAL;
|
|
|
|
test_case.expect.crtcs[1].current_mode = 0;
|
|
|
|
test_case.expect.crtcs[1].transform = META_MONITOR_TRANSFORM_270;
|
2020-01-14 16:34:44 -05:00
|
|
|
test_case.expect.crtcs[1].x = 1024;
|
2017-11-09 04:27:23 -05:00
|
|
|
test_case.expect.monitors[0].current_mode = 0;
|
|
|
|
test_case.expect.logical_monitors[0].layout =
|
|
|
|
(MetaRectangle) { .width = 1024, .height = 768 };
|
|
|
|
test_case.expect.logical_monitors[0].monitors[0] = 0;
|
|
|
|
test_case.expect.logical_monitors[0].transform = META_MONITOR_TRANSFORM_NORMAL;
|
|
|
|
test_case.expect.logical_monitors[1].transform = META_MONITOR_TRANSFORM_270;
|
|
|
|
test_case.expect.n_logical_monitors = 2;
|
|
|
|
test_case.expect.screen_width = 1024 + 768;
|
2018-04-16 14:07:45 -04:00
|
|
|
meta_backend_test_set_is_lid_closed (META_BACKEND_TEST (backend), FALSE);
|
2017-11-09 04:27:23 -05:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-11-09 04:27:23 -05:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-11-09 04:27:23 -05:00
|
|
|
}
|
|
|
|
|
2017-08-10 05:12:39 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_migrated_rotated (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 600, .height = 800 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2017-11-09 04:25:07 -05:00
|
|
|
.transform = META_MONITOR_TRANSFORM_270
|
2017-08-10 05:12:39 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 600,
|
|
|
|
.screen_height = 800,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorConfigStore *config_store =
|
|
|
|
meta_monitor_config_manager_get_store (config_manager);
|
|
|
|
g_autofree char *migrated_path = NULL;
|
|
|
|
const char *old_config_path;
|
|
|
|
g_autoptr (GFile) old_config_file = NULL;
|
|
|
|
GError *error = NULL;
|
|
|
|
const char *expected_path;
|
|
|
|
g_autofree char *migrated_data = NULL;
|
|
|
|
g_autofree char *expected_data = NULL;
|
|
|
|
g_autoptr (GFile) migrated_file = NULL;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-08-10 05:12:39 -04:00
|
|
|
|
|
|
|
migrated_path = g_build_filename (g_get_tmp_dir (),
|
|
|
|
"test-finished-migrated-monitors.xml",
|
|
|
|
NULL);
|
|
|
|
if (!meta_monitor_config_store_set_custom (config_store,
|
|
|
|
"/dev/null",
|
|
|
|
migrated_path,
|
2022-01-17 05:45:53 -05:00
|
|
|
META_MONITORS_CONFIG_FLAG_NONE,
|
2017-08-10 05:12:39 -04:00
|
|
|
&error))
|
|
|
|
g_error ("Failed to set custom config store files: %s", error->message);
|
|
|
|
|
|
|
|
old_config_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"rotated-old.xml",
|
|
|
|
NULL);
|
|
|
|
old_config_file = g_file_new_for_path (old_config_path);
|
|
|
|
if (!meta_migrate_old_monitors_config (config_store,
|
|
|
|
old_config_file,
|
|
|
|
&error))
|
2017-10-04 09:43:09 -04:00
|
|
|
g_error ("Failed to migrate config: %s", error->message);
|
2017-08-10 05:12:39 -04:00
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-08-10 05:12:39 -04:00
|
|
|
|
|
|
|
expected_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"rotated-new-finished.xml",
|
|
|
|
NULL);
|
2022-01-28 10:28:32 -05:00
|
|
|
expected_data = meta_read_file (expected_path);
|
|
|
|
migrated_data = meta_read_file (migrated_path);
|
2017-08-10 05:12:39 -04:00
|
|
|
|
|
|
|
g_assert_nonnull (expected_data);
|
|
|
|
g_assert_nonnull (migrated_data);
|
|
|
|
|
|
|
|
g_assert (strcmp (expected_data, migrated_data) == 0);
|
|
|
|
|
|
|
|
migrated_file = g_file_new_for_path (migrated_path);
|
|
|
|
if (!g_file_delete (migrated_file, NULL, &error))
|
|
|
|
g_error ("Failed to remove test data output file: %s", error->message);
|
|
|
|
}
|
|
|
|
|
2017-09-25 17:59:40 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_migrated_wiggle_discard (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 59.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 59.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 800, .height = 600 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_NORMAL
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 800,
|
|
|
|
.screen_height = 600,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorConfigStore *config_store =
|
|
|
|
meta_monitor_config_manager_get_store (config_manager);
|
|
|
|
g_autofree char *migrated_path = NULL;
|
|
|
|
const char *old_config_path;
|
|
|
|
g_autoptr (GFile) old_config_file = NULL;
|
|
|
|
GError *error = NULL;
|
|
|
|
const char *expected_path;
|
|
|
|
g_autofree char *migrated_data = NULL;
|
|
|
|
g_autofree char *expected_data = NULL;
|
|
|
|
g_autoptr (GFile) migrated_file = NULL;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
migrated_path = g_build_filename (g_get_tmp_dir (),
|
|
|
|
"test-finished-migrated-monitors.xml",
|
|
|
|
NULL);
|
|
|
|
if (!meta_monitor_config_store_set_custom (config_store,
|
|
|
|
"/dev/null",
|
|
|
|
migrated_path,
|
2022-01-17 05:45:53 -05:00
|
|
|
META_MONITORS_CONFIG_FLAG_NONE,
|
2017-09-25 17:59:40 -04:00
|
|
|
&error))
|
|
|
|
g_error ("Failed to set custom config store files: %s", error->message);
|
|
|
|
|
|
|
|
old_config_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"wiggle-old.xml",
|
|
|
|
NULL);
|
|
|
|
old_config_file = g_file_new_for_path (old_config_path);
|
|
|
|
if (!meta_migrate_old_monitors_config (config_store,
|
|
|
|
old_config_file,
|
|
|
|
&error))
|
|
|
|
g_error ("Failed to migrate config: %s", error->message);
|
|
|
|
|
2022-04-28 10:09:11 -04:00
|
|
|
g_test_expect_message ("libmutter", G_LOG_LEVEL_WARNING,
|
2017-09-25 17:59:40 -04:00
|
|
|
"Failed to finish monitors config migration: "
|
|
|
|
"Mode not available on monitor");
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
g_test_assert_expected_messages ();
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
expected_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"wiggle-new-discarded.xml",
|
|
|
|
NULL);
|
2022-01-28 10:28:32 -05:00
|
|
|
expected_data = meta_read_file (expected_path);
|
|
|
|
migrated_data = meta_read_file (migrated_path);
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
g_assert_nonnull (expected_data);
|
|
|
|
g_assert_nonnull (migrated_data);
|
|
|
|
|
|
|
|
g_assert (strcmp (expected_data, migrated_data) == 0);
|
|
|
|
|
|
|
|
migrated_file = g_file_new_for_path (migrated_path);
|
|
|
|
if (!g_file_delete (migrated_file, NULL, &error))
|
|
|
|
g_error ("Failed to remove test data output file: %s", error->message);
|
|
|
|
}
|
|
|
|
|
2019-11-01 08:38:25 -04:00
|
|
|
static gboolean
|
|
|
|
quit_main_loop (gpointer data)
|
|
|
|
{
|
|
|
|
GMainLoop *loop = data;
|
|
|
|
|
|
|
|
g_main_loop_quit (loop);
|
|
|
|
|
|
|
|
return G_SOURCE_REMOVE;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
dispatch (void)
|
|
|
|
{
|
|
|
|
GMainLoop *loop;
|
|
|
|
|
|
|
|
loop = g_main_loop_new (NULL, FALSE);
|
|
|
|
meta_later_add (META_LATER_BEFORE_REDRAW,
|
|
|
|
quit_main_loop,
|
|
|
|
loop,
|
|
|
|
NULL);
|
|
|
|
g_main_loop_run (loop);
|
|
|
|
}
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
static MetaTestClient *
|
2021-05-11 03:35:04 -04:00
|
|
|
create_test_window (MetaContext *context,
|
|
|
|
const char *window_name)
|
2019-11-01 08:38:25 -04:00
|
|
|
{
|
2021-05-06 17:34:36 -04:00
|
|
|
MetaTestClient *test_client;
|
2019-11-01 08:38:25 -04:00
|
|
|
static int client_count = 0;
|
|
|
|
g_autofree char *client_name = NULL;
|
|
|
|
g_autoptr (GError) error = NULL;
|
|
|
|
|
|
|
|
client_name = g_strdup_printf ("test_client_%d", client_count++);
|
2021-05-11 03:35:04 -04:00
|
|
|
test_client = meta_test_client_new (context,
|
|
|
|
client_name, META_WINDOW_CLIENT_TYPE_WAYLAND,
|
2021-05-06 17:34:36 -04:00
|
|
|
&error);
|
2019-11-01 08:38:25 -04:00
|
|
|
if (!test_client)
|
|
|
|
g_error ("Failed to launch test client: %s", error->message);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (test_client, &error,
|
|
|
|
"create", window_name,
|
|
|
|
NULL))
|
2019-11-01 08:38:25 -04:00
|
|
|
g_error ("Failed to create window: %s", error->message);
|
|
|
|
|
|
|
|
return test_client;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
meta_test_monitor_wm_tiling (void)
|
|
|
|
{
|
2021-05-11 03:35:04 -04:00
|
|
|
MetaContext *context = test_context;
|
2019-11-01 08:38:25 -04:00
|
|
|
MonitorTestCase test_case = initial_test_case;
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
g_autoptr (GError) error = NULL;
|
2021-05-06 17:34:36 -04:00
|
|
|
MetaTestClient *test_client;
|
2019-11-01 08:38:25 -04:00
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-11-01 08:38:25 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 1) Start with two monitors connected.
|
|
|
|
* 2) Tile it on the second monitor.
|
|
|
|
* 3) Unplug both monitors.
|
|
|
|
* 4) Replug in first monitor.
|
|
|
|
*/
|
|
|
|
|
|
|
|
const char *test_window_name= "window1";
|
2021-05-11 03:35:04 -04:00
|
|
|
test_client = create_test_window (context, test_window_name);
|
2019-11-01 08:38:25 -04:00
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
if (!meta_test_client_do (test_client, &error,
|
|
|
|
"show", test_window_name,
|
|
|
|
NULL))
|
2019-11-01 08:38:25 -04:00
|
|
|
g_error ("Failed to show the window: %s", error->message);
|
|
|
|
|
|
|
|
MetaWindow *test_window =
|
2021-05-06 17:34:36 -04:00
|
|
|
meta_test_client_find_window (test_client,
|
|
|
|
test_window_name,
|
|
|
|
&error);
|
2019-11-01 08:38:25 -04:00
|
|
|
if (!test_window)
|
|
|
|
g_error ("Failed to find the window: %s", error->message);
|
2021-05-06 17:34:36 -04:00
|
|
|
meta_test_client_wait_for_window_shown (test_client, test_window);
|
2019-11-01 08:38:25 -04:00
|
|
|
|
|
|
|
meta_window_tile (test_window, META_TILE_MAXIMIZED);
|
|
|
|
meta_window_move_to_monitor (test_window, 1);
|
|
|
|
check_test_client_state (test_client);
|
|
|
|
|
|
|
|
test_case.setup.n_outputs = 0;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-11-01 08:38:25 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
test_case.setup.n_outputs = 1;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-11-01 08:38:25 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
dispatch ();
|
|
|
|
|
2019-11-01 08:48:50 -04:00
|
|
|
/*
|
|
|
|
* 1) Start with two monitors connected.
|
|
|
|
* 2) Tile a window on the second monitor.
|
|
|
|
* 3) Untile window.
|
|
|
|
* 4) Unplug monitor.
|
|
|
|
* 5) Tile window again.
|
|
|
|
*/
|
|
|
|
|
|
|
|
test_case.setup.n_outputs = 2;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-11-01 08:48:50 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
meta_window_move_to_monitor (test_window, 1);
|
|
|
|
meta_window_tile (test_window, META_TILE_NONE);
|
|
|
|
|
|
|
|
test_case.setup.n_outputs = 1;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2019-11-01 08:48:50 -04:00
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
|
|
|
meta_window_tile (test_window, META_TILE_MAXIMIZED);
|
|
|
|
|
2021-05-06 17:34:36 -04:00
|
|
|
meta_test_client_destroy (test_client);
|
2019-11-01 08:38:25 -04:00
|
|
|
}
|
|
|
|
|
2017-09-25 17:59:40 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_migrated_wiggle (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0 },
|
|
|
|
.n_modes = 1,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = -1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 1,
|
|
|
|
.current_mode = 0,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 600, .height = 800 },
|
|
|
|
.scale = 1,
|
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0,
|
2017-11-09 04:25:07 -05:00
|
|
|
.transform = META_MONITOR_TRANSFORM_90
|
2017-09-25 17:59:40 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 600,
|
|
|
|
.screen_height = 800,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorConfigStore *config_store =
|
|
|
|
meta_monitor_config_manager_get_store (config_manager);
|
|
|
|
g_autofree char *migrated_path = NULL;
|
|
|
|
const char *old_config_path;
|
|
|
|
g_autoptr (GFile) old_config_file = NULL;
|
|
|
|
GError *error = NULL;
|
|
|
|
const char *expected_path;
|
|
|
|
g_autofree char *migrated_data = NULL;
|
|
|
|
g_autofree char *expected_data = NULL;
|
|
|
|
g_autoptr (GFile) migrated_file = NULL;
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
migrated_path = g_build_filename (g_get_tmp_dir (),
|
|
|
|
"test-finished-migrated-monitors.xml",
|
|
|
|
NULL);
|
|
|
|
if (!meta_monitor_config_store_set_custom (config_store,
|
|
|
|
"/dev/null",
|
|
|
|
migrated_path,
|
2022-01-17 05:45:53 -05:00
|
|
|
META_MONITORS_CONFIG_FLAG_NONE,
|
2017-09-25 17:59:40 -04:00
|
|
|
&error))
|
|
|
|
g_error ("Failed to set custom config store files: %s", error->message);
|
|
|
|
|
|
|
|
old_config_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"wiggle-old.xml",
|
|
|
|
NULL);
|
|
|
|
old_config_file = g_file_new_for_path (old_config_path);
|
|
|
|
if (!meta_migrate_old_monitors_config (config_store,
|
|
|
|
old_config_file,
|
|
|
|
&error))
|
|
|
|
g_error ("Failed to migrate config: %s", error->message);
|
|
|
|
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2020-05-08 17:09:06 -04:00
|
|
|
check_monitor_test_clients_state ();
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
expected_path = g_test_get_filename (G_TEST_DIST,
|
|
|
|
"tests", "migration",
|
|
|
|
"wiggle-new-finished.xml",
|
|
|
|
NULL);
|
2022-01-28 10:28:32 -05:00
|
|
|
expected_data = meta_read_file (expected_path);
|
|
|
|
migrated_data = meta_read_file (migrated_path);
|
2017-09-25 17:59:40 -04:00
|
|
|
|
|
|
|
g_assert_nonnull (expected_data);
|
|
|
|
g_assert_nonnull (migrated_data);
|
|
|
|
|
|
|
|
g_assert (strcmp (expected_data, migrated_data) == 0);
|
|
|
|
|
|
|
|
migrated_file = g_file_new_for_path (migrated_path);
|
|
|
|
if (!g_file_delete (migrated_file, NULL, &error))
|
|
|
|
g_error ("Failed to remove test data output file: %s", error->message);
|
|
|
|
}
|
|
|
|
|
2021-05-28 13:32:42 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_supported_integer_scales (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.n_modes = 21,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 1024,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1366,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1440,
|
|
|
|
.height = 900,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1400,
|
|
|
|
.height = 1050,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1600,
|
|
|
|
.height = 900,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1200,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2650,
|
|
|
|
.height = 1440,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2880,
|
|
|
|
.height = 1800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 1800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 2048,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2400,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 3072,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 5120,
|
|
|
|
.height = 2880,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 7680,
|
|
|
|
.height = 4320,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
|
|
|
|
17, 18, 19, 20 },
|
|
|
|
.n_modes = 21,
|
|
|
|
.preferred_mode = 5,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.n_monitors = 1,
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.n_modes = 21,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 800,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 1024,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1366,
|
|
|
|
.height = 768,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1440,
|
|
|
|
.height = 900,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1400,
|
|
|
|
.height = 1050,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1600,
|
|
|
|
.height = 900,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.n_scales = 2,
|
|
|
|
.scales = { 1.0, 2.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1200,
|
|
|
|
.n_scales = 2,
|
|
|
|
.scales = { 1.0, 2.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2650,
|
|
|
|
.height = 1440,
|
|
|
|
.n_scales = 3,
|
|
|
|
.scales = { 1.0, 2.0, 3.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2880,
|
|
|
|
.height = 1800,
|
|
|
|
.n_scales = 3,
|
|
|
|
.scales = { 1.0, 2.0, 3.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 1800,
|
|
|
|
.n_scales = 3,
|
|
|
|
.scales = { 1.0, 2.0, 3.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 2048,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2160,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2400,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 3072,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 5120,
|
|
|
|
.height = 2880,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 7680,
|
|
|
|
.height = 4320,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.0, 2.0, 3.0, 4.0 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2021-05-28 13:32:42 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor scaling values",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_scales (test_context,
|
|
|
|
&test_case.expect,
|
|
|
|
META_MONITOR_SCALES_CONSTRAINT_NO_FRAC));
|
2021-05-28 13:32:42 -04:00
|
|
|
}
|
|
|
|
|
2021-05-28 09:48:46 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_supported_fractional_scales (void)
|
|
|
|
{
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.n_modes = 21,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 1024,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1366,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1440,
|
|
|
|
.height = 900,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1400,
|
|
|
|
.height = 1050,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1600,
|
|
|
|
.height = 900,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1200,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2650,
|
|
|
|
.height = 1440,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2880,
|
|
|
|
.height = 1800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 1800,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 2048,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2400,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 3072,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 5120,
|
|
|
|
.height = 2880,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 7680,
|
|
|
|
.height = 4320,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = -1,
|
|
|
|
.modes = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
|
|
|
|
17, 18, 19, 20 },
|
|
|
|
.n_modes = 21,
|
|
|
|
.preferred_mode = 5,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.n_monitors = 1,
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.n_modes = 21,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.000000 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.n_scales = 2,
|
|
|
|
.scales = { 1.000000, 1.24878049 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 720,
|
|
|
|
.n_scales = 3,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.509434 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 800,
|
|
|
|
.n_scales = 3,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.495327 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1280,
|
|
|
|
.height = 1024,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.000000, 1.248780, 1.497076, 1.753425 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1366,
|
|
|
|
.height = 768,
|
|
|
|
.n_scales = 1,
|
|
|
|
.scales = { 1.000000 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1440,
|
|
|
|
.height = 900,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.747573 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1400,
|
|
|
|
.height = 1050,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.502146, 1.750000 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1600,
|
|
|
|
.height = 900,
|
|
|
|
.n_scales = 4,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.492537, 1.754386 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1080,
|
|
|
|
.n_scales = 6,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.739130, 2.000000,
|
|
|
|
2.307692 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 1920,
|
|
|
|
.height = 1200,
|
|
|
|
.n_scales = 6,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.751825, 2.000000,
|
|
|
|
2.242991 },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2650,
|
|
|
|
.height = 1440,
|
|
|
|
.n_scales = 6,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.428571, 1.666667, 2.000000,
|
|
|
|
2.500000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 2880,
|
|
|
|
.height = 1800,
|
|
|
|
.n_scales = 11,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.747573, 2.000000,
|
|
|
|
2.250000, 2.500000, 2.748092, 3.000000, 3.243243,
|
|
|
|
3.495146
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 1800,
|
|
|
|
.n_scales = 12,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.503759, 1.754386, 2.000000,
|
|
|
|
2.247191, 2.500000, 2.739726, 2.985075, 3.225806,
|
|
|
|
3.508772, 3.773585
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3200,
|
|
|
|
.height = 2048,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.254902, 1.505882, 1.753425, 2.000000,
|
|
|
|
2.245614, 2.509804, 2.723404, 2.976744, 3.282051,
|
|
|
|
3.459460, 3.764706, 4.000000,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2160,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.751825, 2.000000,
|
|
|
|
2.201835, 2.500000, 2.758621, 3.000000, 3.243243,
|
|
|
|
3.478261, 3.750000, 4.000000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 3840,
|
|
|
|
.height = 2400,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.751825, 2.000000,
|
|
|
|
2.253521, 2.500000, 2.742857, 3.000000, 3.243243,
|
|
|
|
3.503650, 3.750000, 4.000000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 2160,
|
2021-05-28 13:45:42 -04:00
|
|
|
.n_scales = 8,
|
2021-05-28 09:48:46 -04:00
|
|
|
.scales = { 1.000000, 1.333333, 1.454545, 1.777778, 2.000000,
|
2021-05-28 13:45:42 -04:00
|
|
|
2.666667, 3.200000, 4.000000
|
2021-05-28 09:48:46 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 4096,
|
|
|
|
.height = 3072,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.250305, 1.499268, 1.750427, 2.000000,
|
|
|
|
2.245614, 2.497561, 2.752688, 3.002933, 3.250794,
|
|
|
|
3.494880, 3.750916, 4.000000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 5120,
|
|
|
|
.height = 2880,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.495327, 1.748634, 2.000000,
|
|
|
|
2.253521, 2.500000, 2.758621, 2.990654, 3.265306,
|
|
|
|
3.516484, 3.764706, 4.000000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 7680,
|
|
|
|
.height = 4320,
|
|
|
|
.n_scales = 13,
|
|
|
|
.scales = { 1.000000, 1.250000, 1.500000, 1.751825, 2.000000,
|
|
|
|
2.211982, 2.500000, 2.742857, 3.000000, 3.243243,
|
|
|
|
3.503650, 3.750000, 4.000000
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2021-05-28 09:48:46 -04:00
|
|
|
emulate_hotplug (test_setup);
|
2021-07-22 14:51:34 -04:00
|
|
|
META_TEST_LOG_CALL ("Checking monitor scaling values",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_scales (test_context,
|
|
|
|
&test_case.expect,
|
|
|
|
META_MONITOR_SCALES_CONSTRAINT_NONE));
|
2021-05-28 09:48:46 -04:00
|
|
|
}
|
|
|
|
|
2021-09-30 11:32:31 -04:00
|
|
|
static void
|
|
|
|
meta_test_monitor_policy_system_only (void)
|
|
|
|
{
|
|
|
|
MetaMonitorTestSetup *test_setup;
|
|
|
|
MonitorTestCase test_case = {
|
|
|
|
.setup = {
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
|
|
|
.refresh_rate = 60.0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
|
|
|
.outputs = {
|
|
|
|
{
|
|
|
|
.crtc = 0,
|
|
|
|
.modes = { 0, 1, 2 },
|
|
|
|
.n_modes = 3,
|
|
|
|
.preferred_mode = 0,
|
|
|
|
.possible_crtcs = { 0 },
|
|
|
|
.n_possible_crtcs = 1,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1
|
|
|
|
},
|
|
|
|
|
|
|
|
.expect = {
|
|
|
|
.monitors = {
|
|
|
|
{
|
|
|
|
.outputs = { 0 },
|
|
|
|
.n_outputs = 1,
|
|
|
|
.modes = {
|
|
|
|
{
|
|
|
|
.width = 1024,
|
|
|
|
.height = 768,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 800,
|
|
|
|
.height = 600,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.width = 640,
|
|
|
|
.height = 480,
|
|
|
|
.refresh_rate = 60.0,
|
|
|
|
.crtc_modes = {
|
|
|
|
{
|
|
|
|
.output = 0,
|
|
|
|
.crtc_mode = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_modes = 3,
|
|
|
|
.current_mode = 2,
|
|
|
|
.width_mm = 222,
|
|
|
|
.height_mm = 125
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_monitors = 1,
|
|
|
|
.logical_monitors = {
|
|
|
|
{
|
|
|
|
.monitors = { 0 },
|
|
|
|
.n_monitors = 1,
|
|
|
|
.layout = { .x = 0, .y = 0, .width = 640, .height = 480 },
|
|
|
|
.scale = 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
.n_logical_monitors = 1,
|
|
|
|
.primary_logical_monitor = 0,
|
|
|
|
.n_outputs = 1,
|
|
|
|
.crtcs = {
|
|
|
|
{
|
|
|
|
.current_mode = 2,
|
|
|
|
.x = 0,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
.n_crtcs = 1,
|
|
|
|
.screen_width = 640,
|
|
|
|
.screen_height = 480,
|
|
|
|
}
|
|
|
|
};
|
|
|
|
MetaBackend *backend = meta_context_get_backend (test_context);
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
MetaMonitorConfigStore *config_store =
|
|
|
|
meta_monitor_config_manager_get_store (config_manager);
|
|
|
|
|
2022-01-28 10:28:32 -05:00
|
|
|
test_setup = meta_create_monitor_test_setup (test_backend,
|
|
|
|
&test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NONE);
|
2021-09-30 11:32:31 -04:00
|
|
|
|
|
|
|
meta_monitor_config_store_reset (config_store);
|
|
|
|
emulate_hotplug (test_setup);
|
|
|
|
META_TEST_LOG_CALL ("Checking monitor configuration",
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_check_monitor_configuration (test_context,
|
|
|
|
&test_case.expect));
|
2021-09-30 11:32:31 -04:00
|
|
|
}
|
|
|
|
|
2017-08-17 12:53:32 -04:00
|
|
|
static void
|
|
|
|
test_case_setup (void **fixture,
|
|
|
|
const void *data)
|
|
|
|
{
|
|
|
|
MetaBackend *backend = meta_get_backend ();
|
|
|
|
MetaMonitorManager *monitor_manager =
|
|
|
|
meta_backend_get_monitor_manager (backend);
|
2017-11-09 04:25:07 -05:00
|
|
|
MetaMonitorManagerTest *monitor_manager_test =
|
|
|
|
META_MONITOR_MANAGER_TEST (monitor_manager);
|
2017-08-17 12:53:32 -04:00
|
|
|
MetaMonitorConfigManager *config_manager = monitor_manager->config_manager;
|
|
|
|
|
2017-11-09 04:25:07 -05:00
|
|
|
meta_monitor_manager_test_set_handles_transforms (monitor_manager_test,
|
|
|
|
TRUE);
|
2017-08-17 12:53:32 -04:00
|
|
|
meta_monitor_config_manager_set_current (config_manager, NULL);
|
|
|
|
meta_monitor_config_manager_clear_history (config_manager);
|
|
|
|
}
|
|
|
|
|
2017-08-17 12:52:06 -04:00
|
|
|
static void
|
|
|
|
add_monitor_test (const char *test_path,
|
|
|
|
GTestFunc test_func)
|
|
|
|
{
|
|
|
|
g_test_add (test_path, gpointer, NULL,
|
2017-08-17 12:53:32 -04:00
|
|
|
test_case_setup,
|
2017-08-17 12:52:06 -04:00
|
|
|
(void (* ) (void **, const void *)) test_func,
|
|
|
|
NULL);
|
|
|
|
}
|
|
|
|
|
2020-02-25 04:18:22 -05:00
|
|
|
static MetaMonitorTestSetup *
|
2022-01-28 10:28:32 -05:00
|
|
|
create_initial_test_setup (MetaBackend *backend)
|
2020-02-25 04:18:22 -05:00
|
|
|
{
|
2022-01-28 10:28:32 -05:00
|
|
|
return meta_create_monitor_test_setup (backend,
|
|
|
|
&initial_test_case.setup,
|
|
|
|
MONITOR_TEST_FLAG_NO_STORED);
|
2020-02-25 04:18:22 -05:00
|
|
|
}
|
|
|
|
|
2021-09-30 08:47:51 -04:00
|
|
|
static void
|
2016-12-05 05:40:44 -05:00
|
|
|
init_monitor_tests (void)
|
|
|
|
{
|
2022-01-28 10:28:32 -05:00
|
|
|
meta_init_monitor_test_setup (create_initial_test_setup);
|
2016-12-05 08:28:22 -05:00
|
|
|
|
2021-07-27 12:01:47 -04:00
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current-on-empty",
|
|
|
|
meta_test_monitor_config_store_set_current_on_empty);
|
monitor-manager: Add config relationships and use it for orientation events
When we get an orientation event we don't care about keeping track of the
configuration changes, but actually we can consider the new configuration
just a variant of the previous one, adapted to floating device hardware
events, so we only want to apply it if possible, but we don't want to keep
a record of it for reverting capabilities.
Doing that would in fact, break the ability of reverting back to an actual
temporary or persistent configuration.
For example when device orientation events happen while we're waiting for
an user resolution change confirmation, we would save our new rotated
configuration in the history, making then impossible to revert back to
the original persistent one.
So in such case, don't keep track of those configurations in the history,
but only keep track of the last one as current, checking whether the
new current is child or sibling of the previously one.
Fixes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1221
Related to: https://gitlab.gnome.org/GNOME/mutter/-/issues/646
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
2020-05-01 09:53:55 -04:00
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current-with-parent-on-empty",
|
|
|
|
meta_test_monitor_config_store_set_current_with_parent_on_empty);
|
2021-07-27 12:01:47 -04:00
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current",
|
|
|
|
meta_test_monitor_config_store_set_current);
|
monitor-manager: Add config relationships and use it for orientation events
When we get an orientation event we don't care about keeping track of the
configuration changes, but actually we can consider the new configuration
just a variant of the previous one, adapted to floating device hardware
events, so we only want to apply it if possible, but we don't want to keep
a record of it for reverting capabilities.
Doing that would in fact, break the ability of reverting back to an actual
temporary or persistent configuration.
For example when device orientation events happen while we're waiting for
an user resolution change confirmation, we would save our new rotated
configuration in the history, making then impossible to revert back to
the original persistent one.
So in such case, don't keep track of those configurations in the history,
but only keep track of the last one as current, checking whether the
new current is child or sibling of the previously one.
Fixes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1221
Related to: https://gitlab.gnome.org/GNOME/mutter/-/issues/646
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
2020-05-01 09:53:55 -04:00
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current-with-parent",
|
|
|
|
meta_test_monitor_config_store_set_current_with_parent);
|
2021-07-27 12:01:47 -04:00
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current-max-size",
|
|
|
|
meta_test_monitor_config_store_set_current_max_size);
|
|
|
|
add_monitor_test ("/backends/monitor/config-store/set_current-null",
|
|
|
|
meta_test_monitor_config_store_set_current_null);
|
|
|
|
|
2017-08-17 12:52:06 -04:00
|
|
|
add_monitor_test ("/backends/monitor/initial-linear-config",
|
|
|
|
meta_test_monitor_initial_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/one-disconnected-linear-config",
|
|
|
|
meta_test_monitor_one_disconnected_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/one-off-linear-config",
|
|
|
|
meta_test_monitor_one_off_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/preferred-linear-config",
|
|
|
|
meta_test_monitor_preferred_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/tiled-linear-config",
|
|
|
|
meta_test_monitor_tiled_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/tiled-non-preferred-linear-config",
|
|
|
|
meta_test_monitor_tiled_non_preferred_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/tiled-non-main-origin-linear-config",
|
|
|
|
meta_test_monitor_tiled_non_main_origin_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/hidpi-linear-config",
|
|
|
|
meta_test_monitor_hidpi_linear_config);
|
|
|
|
add_monitor_test ("/backends/monitor/suggested-config",
|
|
|
|
meta_test_monitor_suggested_config);
|
2019-04-03 12:56:45 -04:00
|
|
|
add_monitor_test ("/backends/monitor/suggested-config-overlapping",
|
|
|
|
meta_test_monitor_suggested_config_overlapping);
|
2019-04-03 13:02:42 -04:00
|
|
|
add_monitor_test ("/backends/monitor/suggested-config-not-adjacent",
|
|
|
|
meta_test_monitor_suggested_config_not_adjacent);
|
|
|
|
add_monitor_test ("/backends/monitor/suggested-config-multi-dpi",
|
|
|
|
meta_test_monitor_suggested_config_multi_dpi);
|
2017-08-17 12:52:06 -04:00
|
|
|
add_monitor_test ("/backends/monitor/limited-crtcs",
|
|
|
|
meta_test_monitor_limited_crtcs);
|
|
|
|
add_monitor_test ("/backends/monitor/lid-switch-config",
|
|
|
|
meta_test_monitor_lid_switch_config);
|
|
|
|
add_monitor_test ("/backends/monitor/lid-opened-config",
|
|
|
|
meta_test_monitor_lid_opened_config);
|
|
|
|
add_monitor_test ("/backends/monitor/lid-closed-no-external",
|
|
|
|
meta_test_monitor_lid_closed_no_external);
|
2017-11-03 04:11:27 -04:00
|
|
|
add_monitor_test ("/backends/monitor/lid-closed-with-hotplugged-external",
|
|
|
|
meta_test_monitor_lid_closed_with_hotplugged_external);
|
2020-04-16 04:58:43 -04:00
|
|
|
add_monitor_test ("/backends/monitor/lid-scaled-closed-opened",
|
|
|
|
meta_test_monitor_lid_scaled_closed_opened);
|
2017-08-17 12:52:06 -04:00
|
|
|
add_monitor_test ("/backends/monitor/no-outputs",
|
|
|
|
meta_test_monitor_no_outputs);
|
|
|
|
add_monitor_test ("/backends/monitor/underscanning-config",
|
|
|
|
meta_test_monitor_underscanning_config);
|
2017-10-18 11:24:36 -04:00
|
|
|
add_monitor_test ("/backends/monitor/preferred-non-first-mode",
|
|
|
|
meta_test_monitor_preferred_non_first_mode);
|
2017-10-26 05:50:10 -04:00
|
|
|
add_monitor_test ("/backends/monitor/non-upright-panel",
|
|
|
|
meta_test_monitor_non_upright_panel);
|
monitor-config-manager: Handle multiple builtin panels gracefully
While multiple built-in panels isn't actually supported in any
meaningful manner, if we would ever end up with such a situation, e.g.
due to kernel bugs[0], we shouldn't crash when trying to set an
'external only' without any external monitors.
While we could handle this with more degraded functionality (e.g. don't
support the 'switch' method of monitor configuration at all), handle it
by simply not trying to switch to external-only when there are no,
according to the kernel, external monitors available. This would e.g.
still allow betwene 'mirror-all', and 'linear' switches.
The crash itself was disguised as an arbitrary X11 BadValue error, due
to mutter trying to resize the root window to 0x0, as the monitor
configuration that was applied consisted of zero logical monitors, thus
was effectively empty.
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1896904
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1899260
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
2020-11-27 03:03:38 -05:00
|
|
|
add_monitor_test ("/backends/monitor/switch-external-without-external",
|
|
|
|
meta_test_monitor_switch_external_without_external);
|
2017-08-17 12:52:06 -04:00
|
|
|
|
2020-05-04 16:47:34 -04:00
|
|
|
add_monitor_test ("/backends/monitor/orientation/is-managed",
|
|
|
|
meta_test_monitor_orientation_is_managed);
|
|
|
|
add_monitor_test ("/backends/monitor/orientation/initial-rotated",
|
|
|
|
meta_test_monitor_orientation_initial_rotated);
|
|
|
|
add_monitor_test ("/backends/monitor/orientation/initial-rotated-no-touch",
|
|
|
|
meta_test_monitor_orientation_initial_rotated_no_touch_mode);
|
|
|
|
add_monitor_test ("/backends/monitor/orientation/initial-stored-rotated",
|
|
|
|
meta_test_monitor_orientation_initial_stored_rotated);
|
|
|
|
add_monitor_test ("/backends/monitor/orientation/initial-stored-rotated-no-touch",
|
|
|
|
meta_test_monitor_orientation_initial_stored_rotated_no_touch);
|
|
|
|
add_monitor_test ("/backends/monitor/orientation/changes",
|
|
|
|
meta_test_monitor_orientation_changes);
|
2021-11-24 06:14:44 -05:00
|
|
|
add_monitor_test ("/backends/monitor/orientation/changes-transformed-panel",
|
|
|
|
meta_test_monitor_orientation_changes_for_transformed_panel);
|
2020-05-04 16:47:34 -04:00
|
|
|
add_monitor_test ("/backends/monitor/orientation/changes-with-hotplugging",
|
|
|
|
meta_test_monitor_orientation_changes_with_hotplugging);
|
|
|
|
|
2017-08-17 12:52:06 -04:00
|
|
|
add_monitor_test ("/backends/monitor/custom/vertical-config",
|
|
|
|
meta_test_monitor_custom_vertical_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/primary-config",
|
|
|
|
meta_test_monitor_custom_primary_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/underscanning-config",
|
|
|
|
meta_test_monitor_custom_underscanning_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/scale-config",
|
|
|
|
meta_test_monitor_custom_scale_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/fractional-scale-config",
|
|
|
|
meta_test_monitor_custom_fractional_scale_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/high-precision-fractional-scale-config",
|
|
|
|
meta_test_monitor_custom_high_precision_fractional_scale_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/tiled-config",
|
|
|
|
meta_test_monitor_custom_tiled_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/tiled-custom-resolution-config",
|
|
|
|
meta_test_monitor_custom_tiled_custom_resolution_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/tiled-non-preferred-config",
|
|
|
|
meta_test_monitor_custom_tiled_non_preferred_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/mirrored-config",
|
|
|
|
meta_test_monitor_custom_mirrored_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/first-rotated-config",
|
|
|
|
meta_test_monitor_custom_first_rotated_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/second-rotated-config",
|
|
|
|
meta_test_monitor_custom_second_rotated_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/second-rotated-tiled-config",
|
|
|
|
meta_test_monitor_custom_second_rotated_tiled_config);
|
2020-04-14 04:41:37 -04:00
|
|
|
add_monitor_test ("/backends/monitor/custom/second-rotated-nonnative-tiled-config",
|
|
|
|
meta_test_monitor_custom_second_rotated_nonnative_tiled_config);
|
2017-08-17 12:52:06 -04:00
|
|
|
add_monitor_test ("/backends/monitor/custom/second-rotated-nonnative-config",
|
|
|
|
meta_test_monitor_custom_second_rotated_nonnative_config);
|
|
|
|
add_monitor_test ("/backends/monitor/custom/interlaced-config",
|
|
|
|
meta_test_monitor_custom_interlaced_config);
|
2017-09-28 11:57:50 -04:00
|
|
|
add_monitor_test ("/backends/monitor/custom/oneoff-config",
|
|
|
|
meta_test_monitor_custom_oneoff);
|
2017-11-09 04:27:23 -05:00
|
|
|
add_monitor_test ("/backends/monitor/custom/lid-switch-config",
|
|
|
|
meta_test_monitor_custom_lid_switch_config);
|
2017-08-17 12:52:06 -04:00
|
|
|
|
|
|
|
add_monitor_test ("/backends/monitor/migrated/rotated",
|
|
|
|
meta_test_monitor_migrated_rotated);
|
2017-09-25 17:59:40 -04:00
|
|
|
add_monitor_test ("/backends/monitor/migrated/wiggle",
|
|
|
|
meta_test_monitor_migrated_wiggle);
|
|
|
|
add_monitor_test ("/backends/monitor/migrated/wiggle-discard",
|
|
|
|
meta_test_monitor_migrated_wiggle_discard);
|
2019-11-01 08:38:25 -04:00
|
|
|
|
|
|
|
add_monitor_test ("/backends/monitor/wm/tiling",
|
|
|
|
meta_test_monitor_wm_tiling);
|
2021-05-28 09:48:46 -04:00
|
|
|
|
2021-05-28 13:32:42 -04:00
|
|
|
add_monitor_test ("/backends/monitor/suppported_scales/integer",
|
|
|
|
meta_test_monitor_supported_integer_scales);
|
2021-05-28 09:48:46 -04:00
|
|
|
add_monitor_test ("/backends/monitor/suppported_scales/fractional",
|
|
|
|
meta_test_monitor_supported_fractional_scales);
|
2021-09-30 11:32:31 -04:00
|
|
|
|
|
|
|
add_monitor_test ("/backends/monitor/policy/system-only",
|
|
|
|
meta_test_monitor_policy_system_only);
|
2016-12-05 05:40:44 -05:00
|
|
|
}
|
2017-08-18 02:37:53 -04:00
|
|
|
|
2021-09-30 08:47:51 -04:00
|
|
|
static void
|
2021-05-11 03:35:04 -04:00
|
|
|
pre_run_monitor_tests (MetaContext *context)
|
2017-08-18 02:37:53 -04:00
|
|
|
{
|
2022-01-28 10:28:32 -05:00
|
|
|
test_backend = meta_context_get_backend (context);
|
2021-05-11 03:35:04 -04:00
|
|
|
create_monitor_test_clients (context);
|
2017-08-18 02:37:53 -04:00
|
|
|
}
|
|
|
|
|
2021-09-30 08:47:51 -04:00
|
|
|
static void
|
2017-08-18 02:37:53 -04:00
|
|
|
finish_monitor_tests (void)
|
|
|
|
{
|
2018-02-06 02:39:06 -05:00
|
|
|
destroy_monitor_test_clients ();
|
2017-08-18 02:37:53 -04:00
|
|
|
}
|
2021-09-30 08:47:51 -04:00
|
|
|
|
|
|
|
int
|
|
|
|
main (int argc,
|
|
|
|
char *argv[])
|
|
|
|
{
|
|
|
|
g_autoptr (MetaContext) context = NULL;
|
2021-09-30 11:32:31 -04:00
|
|
|
char *path;
|
2021-09-30 08:47:51 -04:00
|
|
|
|
|
|
|
context = meta_create_test_context (META_CONTEXT_TEST_TYPE_NESTED,
|
|
|
|
META_CONTEXT_TEST_FLAG_TEST_CLIENT);
|
|
|
|
g_assert (meta_context_configure (context, &argc, &argv, NULL));
|
|
|
|
|
2021-09-30 11:32:31 -04:00
|
|
|
path = g_test_build_filename (G_TEST_DIST,
|
|
|
|
"tests",
|
|
|
|
"monitor-configs",
|
|
|
|
"system",
|
|
|
|
NULL);
|
|
|
|
g_setenv ("XDG_CONFIG_DIRS", path, TRUE);
|
|
|
|
g_free (path);
|
|
|
|
path = g_test_build_filename (G_TEST_DIST,
|
|
|
|
"tests",
|
|
|
|
"monitor-configs",
|
|
|
|
"user",
|
|
|
|
NULL);
|
|
|
|
g_setenv ("XDG_CONFIG_HOME", path, TRUE);
|
|
|
|
g_free (path);
|
|
|
|
|
2021-09-30 08:47:51 -04:00
|
|
|
test_context = context;
|
|
|
|
|
|
|
|
init_monitor_tests ();
|
|
|
|
|
|
|
|
g_signal_connect (context, "before-tests",
|
|
|
|
G_CALLBACK (pre_run_monitor_tests), NULL);
|
|
|
|
g_signal_connect (context, "after-tests",
|
|
|
|
G_CALLBACK (finish_monitor_tests), NULL);
|
|
|
|
|
|
|
|
return meta_context_test_run_tests (META_CONTEXT_TEST (context),
|
|
|
|
META_TEST_RUN_FLAG_NONE);
|
|
|
|
}
|