From: Marius Vlad <marius.c.vlad@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 0/3] Convert sh scripts to C variants.
Date: Thu, 20 Oct 2016 22:36:46 +0300 [thread overview]
Message-ID: <20161020193649.11701-1-marius.c.vlad@intel.com> (raw)
This series adds some library support to help converting sh
scripts to C version. Converted drv_module_reload_basic and
kms_sysfs_edid_timing.
Marius Vlad (3):
lib/igt_sysfs: Make available to other users kick_fbcon() function
(previously under unbind_fbcon()), to disable/enable framebuffer console.
lib/igt_aux: Added helpers to help convert sh scripts to C version (libkmod
and procps interface).
tests/drv_module_reload_basic: Convert sh script to C version.
tests/kms_sysfs_edid_timing: Convert sh script to C version.
benchmarks/gem_syslatency.c | 4 -
configure.ac | 2 +
lib/Makefile.am | 2 +
lib/igt_aux.c | 278 ++++++++++++++++++++++++++++++++++++++++
lib/igt_aux.h | 7 +
lib/igt_core.c | 3 -
lib/igt_core.h | 3 +
lib/igt_gvt.c | 43 +------
lib/igt_sysfs.c | 54 ++++++++
lib/igt_sysfs.h | 2 +
tests/Makefile.sources | 4 +-
tests/drv_hangman.c | 1 -
tests/drv_module_reload_basic | 97 --------------
tests/drv_module_reload_basic.c | 166 ++++++++++++++++++++++++
tests/gem_wait.c | 4 -
tests/kms_flip.c | 3 -
tests/kms_sysfs_edid_timing | 25 ----
tests/kms_sysfs_edid_timing.c | 82 ++++++++++++
18 files changed, 600 insertions(+), 180 deletions(-)
delete mode 100755 tests/drv_module_reload_basic
create mode 100644 tests/drv_module_reload_basic.c
delete mode 100755 tests/kms_sysfs_edid_timing
create mode 100644 tests/kms_sysfs_edid_timing.c
--
2.7.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2016-10-20 19:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-20 19:36 Marius Vlad [this message]
2016-10-20 19:36 ` [PATCH i-g-t 1/3] lib/{igt_sysfs, igt_aux}: Make available to other users kick_fbcon() (unbind_fbcon()), and added helpers to igt_aux Marius Vlad
2016-10-20 20:09 ` Chris Wilson
2016-10-24 18:08 ` Marius Vlad
2016-10-24 8:40 ` Daniel Vetter
2016-10-26 21:02 ` Marius Vlad
2016-10-27 6:40 ` Daniel Vetter
2016-10-20 19:36 ` [PATCH i-g-t 2/3] tests/drv_module_reload_basic: Convert sh script to C version Marius Vlad
2016-10-20 19:52 ` Chris Wilson
2016-10-24 18:05 ` Marius Vlad
2016-10-24 20:34 ` Chris Wilson
2016-10-21 9:39 ` Petri Latvala
2016-10-24 18:06 ` Marius Vlad
2016-10-20 19:36 ` [PATCH i-g-t 3/3] tests/kms_sysfs_edid_timing: " Marius Vlad
2016-10-20 19:58 ` Chris Wilson
2016-10-20 21:00 ` [PATCH i-g-t 0/3] Convert sh scripts to C variants Jani Nikula
2016-10-21 7:38 ` Joonas Lahtinen
2016-10-24 8:46 ` Daniel Vetter
2016-10-24 8:49 ` Daniel Vetter
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=20161020193649.11701-1-marius.c.vlad@intel.com \
--to=marius.c.vlad@intel.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