From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM11-DM6-obe.outbound.protection.outlook.com (mail-dm6nam11on2066.outbound.protection.outlook.com [40.107.223.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77F7810E450 for ; Fri, 30 Jun 2023 11:20:00 +0000 (UTC) From: Tom Chung To: Date: Fri, 30 Jun 2023 19:18:13 +0800 Message-ID: <20230630111821.126265-1-chiahsuan.chung@amd.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Subject: [igt-dev] [i-g-t,v2 0/8] Fix some bugs in amd_freesync_video_mode List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tom Chung Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Fix several bugs in tests/amdgpu/amd_freesync_video_mode.c v2: Fix some errors that report from checkpatch.pl. 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 | 677 +++++++++++++------------ tests/amdgpu/meson.build | 1 + 2 files changed, 357 insertions(+), 321 deletions(-) -- 2.25.1