[igt-dev] [PATCH 0/4] Handle GT and tile seperation in IGT.

Upadhyay, Tejas tejas.upadhyay at intel.com
Thu Jun 22 11:58:40 UTC 2023



> -----Original Message-----
> From: Ghimiray, Himal Prasad <himal.prasad.ghimiray at intel.com>
> Sent: Thursday, June 22, 2023 10:46 AM
> To: Kumar, Janga Rahul <janga.rahul.kumar at intel.com>; igt-
> dev at lists.freedesktop.org
> Cc: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> Subject: RE: [igt-dev] [PATCH 0/4] Handle GT and tile seperation in IGT.
> 
> 
> 
> > -----Original Message-----
> > From: Kumar, Janga Rahul <janga.rahul.kumar at intel.com>
> > Sent: 21 June 2023 14:31
> > To: Ghimiray, Himal Prasad <himal.prasad.ghimiray at intel.com>; igt-
> > dev at lists.freedesktop.org
> > Cc: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> > Subject: RE: [igt-dev] [PATCH 0/4] Handle GT and tile seperation in IGT.
> >
> >
> >
> > > -----Original Message-----
> > > From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of
> > > Himal Prasad Ghimiray
> > > Sent: 13 June 2023 19:07
> > > To: igt-dev at lists.freedesktop.org
> > > Cc: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> > > Subject: [igt-dev] [PATCH 0/4] Handle GT and tile seperation in IGT.
> > please do not put dot at the end of subject:
> Sure. Will address.
> > >
> > > With seperation of GT and tiles in KMD, we will have sysfs entries
> > > for properties associated with tile and gtX sysfs parent will be
> > > moving under tileX. This series provides helper functions for
> > > accessing tile associated sysfs entries and gt specific sysfs under
> respective tile.
> > >
> > > series addresses gt related sysfs path change for xe_guc_pc.c test
> > > case and introduces new test to verify addr_range for each vram.
> > >
> > > Cc: Francois Dugast <francois.dugast at intel.com>
> > > Cc: Aravind Iddamsetty <aravind.iddamsetty at intel.com>
> > > Cc: Upadhyay <tejas.upadhyay at intel.com>
> > > Signed-off-by: Himal Prasad Ghimiray
> > > <himal.prasad.ghimiray at intel.com>
> > >
> > > Himal Prasad Ghimiray (4):
> > >   lib/igt_sysfs: Add support to query number of tiles.
> > >   lib/igt_sysfs: Handling gt related sysfs uapi changes.
> > >   test/xe_guc_pc: Change the sysfs paths.
> > >   tests/xe/xe_tile_prop: adds new test to verify per tile vram
> > >     addr_range

Not able to get patch somehow in my outlook. But for above patch, size reported now in bytes(earlier it was hex) and sysfs entry name has been changed see https://patchwork.freedesktop.org/series/118927/. Please see changes accordingly.

Thanks,
Tejas

> > >
> > >  lib/igt_sysfs.c         |  28 ++++++
> > >  lib/igt_sysfs.h         |  11 +++
> > >  tests/meson.build       |   1 +
> > >  tests/xe/xe_guc_pc.c    | 199 ++++++++++++++++++++--------------------
> > >  tests/xe/xe_tile_prop.c |  66 +++++++++++++
> > >  5 files changed, 206 insertions(+), 99 deletions(-)  create mode
> > > 100644 tests/xe/xe_tile_prop.c
> > >
> > > --
> > > 2.25.1



More information about the igt-dev mailing list