On Wed, Aug 10, 2016 at 09:43:24AM -0700, Nanley Chery wrote: > On Tue, Aug 09, 2016 at 04:52:12PM -0700, Sirisha Gandikota wrote: > > From: Sirisha Gandikota <sirisha.gandik...@intel.com> > > > > This is a patch series for adding the aubinator tool to the codebase. > > > > The aubinator tool is designed to help the driver developers to debug > > the driver functionality by decoding the data in the .aub files. This > > tool is for Intel Gen platforms and has been tested for Gen7.5, Gen8 > > and Gen9 platforms. > > > > Kristian Høgsberg Kristensen (1): > > aubinator: Add a new tool called Aubinator to the src/intel/tools > > folder. > > Hi Sirisha, > > It's great to see this tool on the list. I seems that the first patch in > the series is missing however. Could you send it out?
Sorry for the noise. My Gmail marked Patch 1/2 as spam for some odd reason. - Nanley > > Thanks, > Nanley > > > > > Sirisha Gandikota (1): > > aubinator: Fix the tool to correctly decode the DWords > > > > configure.ac | 1 + > > src/Makefile.am | 4 + > > src/intel/tools/Makefile.am | 65 +++ > > src/intel/tools/aubinator.c | 1140 > > ++++++++++++++++++++++++++++++++++++++++++ > > src/intel/tools/decoder.c | 515 +++++++++++++++++++ > > src/intel/tools/decoder.h | 96 ++++ > > src/intel/tools/disasm.c | 109 ++++ > > src/intel/tools/gen_disasm.h | 35 ++ > > src/intel/tools/intel_aub.h | 154 ++++++ > > 9 files changed, 2119 insertions(+) > > create mode 100644 src/intel/tools/Makefile.am > > create mode 100644 src/intel/tools/aubinator.c > > create mode 100644 src/intel/tools/decoder.c > > create mode 100644 src/intel/tools/decoder.h > > create mode 100644 src/intel/tools/disasm.c > > create mode 100644 src/intel/tools/gen_disasm.h > > create mode 100644 src/intel/tools/intel_aub.h > > > > -- > > 2.7.4 > > > > _______________________________________________ > > mesa-dev mailing list > > mesa-dev@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev