public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/3] Convert sh scripts to C variants.
@ 2016-10-20 19:36 Marius Vlad
  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
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Marius Vlad @ 2016-10-20 19:36 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-10-27  6:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 19:36 [PATCH i-g-t 0/3] Convert sh scripts to C variants Marius Vlad
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox