From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM12-BN8-obe.outbound.protection.outlook.com (mail-bn8nam12on2076.outbound.protection.outlook.com [40.107.237.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7723C10E209 for ; Mon, 10 Jul 2023 07:58:01 +0000 (UTC) From: Tom Chung To: Date: Mon, 10 Jul 2023 15:57:40 +0800 Message-ID: <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 0/8] Fix some bugs in amd_freesync_video_mode 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: v2: Fix some errors that report from checkpatch.pl. v3: Add amd_freesync_video_mode to meson.build in alphabetical order. v4: Fix some patch conflict. Tom Chung (8): tests/amdgpu/amd_freesync_video_mode: Adjust indents and spacing tests/amdgpu/amd_freesync_video_mode: Fix memory leak and corruption tests/amdgpu/amd_freesync_video_mode: Fix wrong resolution setting during the test tests/amdgpu/amd_freesync_video_mode: Add some code from kms_vrr to resolve tearing issue tests/amdgpu/amd_freesync_video_mode: Add/remove some test progress messages tests/amdgpu/amd_freesync_video_mode: Move the vrr setting and display reset tests/amdgpu/amd_freesync_video_mode: Fix wrong resolution setting for some panel tests/amdgpu/amd_freesync_video_mode: Add amd_freesync_video_mode to meson.build tests/amdgpu/amd_freesync_video_mode.c | 676 +++++++++++++------------ tests/amdgpu/meson.build | 1 + 2 files changed, 356 insertions(+), 321 deletions(-) -- 2.25.1