From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8941F10E13D for ; Mon, 10 Jul 2023 06:38:14 +0000 (UTC) Date: Sun, 09 Jul 2023 23:38:12 -0700 Message-ID: <87r0pggtkb.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Himal Prasad Ghimiray In-Reply-To: <20230710044330.770948-5-himal.prasad.ghimiray@intel.com> References: <20230710044330.770948-1-himal.prasad.ghimiray@intel.com> <20230710044330.770948-5-himal.prasad.ghimiray@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t v9 4/4] tests/xe/xe_sysfs_tile: adds new test to verify per tile vram addr_range List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Upadhyay Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Sun, 09 Jul 2023 21:43:30 -0700, Himal Prasad Ghimiray wrote: > > For each tile the test reads the sysfs entry physical_vram_size_bytes > and compares the value with vram size exposed from query ioctl. > > v2: > - Change sysfs entry name. (Tejas) > - Change test name to xe_sysfs_tile_prop. (Rahul) > > v3: > - Rectify assertion condition. > > v4: > - use igt_assert_lt_u64 instead of igt_assert_lt > for comparing u64. > > v5: > - update xe_for_each_tile call. > > v6: > - Rename testcase to xe_sysfs_tile > - Pass tilefd and use it in igt_sysfs_scanf. (Ashutosh) > > v7: > - Use for_each_sysfs_tile_dirfd instead of xe_for_each_tile. Reviewed-by: Ashutosh Dixit