intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Lyude <lyude@redhat.com>
To: intel-gfx@lists.freedesktop.org
Cc: Lyude <lyude@redhat.com>
Subject: [RFC i-g-t v3 0/5] Add support for the Chamelium
Date: Wed, 30 Nov 2016 20:24:43 -0500	[thread overview]
Message-ID: <20161201012448.16334-1-lyude@redhat.com> (raw)

Latest version of my series for adding Chamelium

Major changes:
- Since I finally figured out why Video capturing wasn't working on my
  Chamelium, add the rest of the CRC functions and fix some of the existing
  ones
- Doc fixes

Lyude (5):
  igt_aux: Add igt_skip_without_suspend_support()
  igt_aux: Add igt_set_autoresume_delay()
  igt_kms: Add helpers for watching for sysfs hotplug events
  igt_debugfs: Make igt_crc_to_string() work with other CRC types
  Add support for hotplug testing with the Chamelium

 configure.ac                                       |  13 +
 .../intel-gpu-tools/intel-gpu-tools-docs.xml       |   1 +
 lib/Makefile.am                                    |   4 +-
 lib/Makefile.sources                               |  10 +-
 lib/igt.h                                          |   4 +
 lib/igt_aux.c                                      |  67 ++
 lib/igt_aux.h                                      |   3 +
 lib/igt_chamelium.c                                | 849 +++++++++++++++++++++
 lib/igt_chamelium.h                                |  73 ++
 lib/igt_debugfs.c                                  |  15 +-
 lib/igt_kms.c                                      | 108 +++
 lib/igt_kms.h                                      |   6 +
 scripts/run-tests.sh                               |   4 +-
 tests/Makefile.am                                  |   5 +-
 tests/Makefile.sources                             |   9 +-
 tests/chamelium.c                                  | 407 ++++++++++
 16 files changed, 1566 insertions(+), 12 deletions(-)
 create mode 100644 lib/igt_chamelium.c
 create mode 100644 lib/igt_chamelium.h
 create mode 100644 tests/chamelium.c

-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2016-12-01  1:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01  1:24 Lyude [this message]
2016-12-01  1:24 ` [RFC i-g-t v3 1/5] igt_aux: Add igt_skip_without_suspend_support() Lyude
2016-12-01  1:24 ` [RFC i-g-t v3 2/5] igt_aux: Add igt_set_autoresume_delay() Lyude
2016-12-01  1:24 ` [RFC i-g-t v3 3/5] igt_kms: Add helpers for watching for sysfs hotplug events Lyude
2016-12-01  1:24 ` [RFC i-g-t v3 4/5] igt_debugfs: Make igt_crc_to_string() work with other CRC types Lyude
2016-12-01  1:24 ` [RFC i-g-t v3 5/5] Add support for hotplug testing with the Chamelium Lyude
2016-12-07 11:27   ` Tomeu Vizoso
2016-12-07 19:56     ` Lyude Paul
2016-12-08  7:51       ` Tomeu Vizoso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161201012448.16334-1-lyude@redhat.com \
    --to=lyude@redhat.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).