From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM11-DM6-obe.outbound.protection.outlook.com (mail-dm6nam11on2073.outbound.protection.outlook.com [40.107.223.73]) by gabe.freedesktop.org (Postfix) with ESMTPS id 44B4710E20F for ; Mon, 10 Jul 2023 07:58:47 +0000 (UTC) From: Tom Chung To: Date: Mon, 10 Jul 2023 15:57:48 +0800 Message-ID: <20230710075749.2377896-9-chiahsuan.chung@amd.com> In-Reply-To: <20230710075749.2377896-1-chiahsuan.chung@amd.com> References: <20230710075749.2377896-1-chiahsuan.chung@amd.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Subject: [igt-dev] [i-g-t, v4 8/8] tests/amdgpu/amd_freesync_video_mode: Add amd_freesync_video_mode to meson.build List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: christian.koenig@amd.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add amd_freesync_video_mode to meson.build file. Signed-off-by: Tom Chung --- tests/amdgpu/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/amdgpu/meson.build b/tests/amdgpu/meson.build index e6e6eaabf..f45d9fb95 100644 --- a/tests/amdgpu/meson.build +++ b/tests/amdgpu/meson.build @@ -12,6 +12,7 @@ if libdrm_amdgpu.found() 'amd_cs_nop', 'amd_deadlock', 'amd_dp_dsc', + 'amd_freesync_video_mode', 'amd_hotplug', 'amd_ilr', 'amd_info', -- 2.25.1