[Intel-gfx] [PATCH i-g-t 0/4] enabling connectors (v2)
Thomas Wood
thomas.wood at intel.com
Wed Jun 18 15:44:09 CEST 2014
The following series is a replacement for the previous series that enabled
connector states to be modified. It now uses the debugfs interface to change
the connection state of connectors and also adds the ability to override the
EDID blocks on the connectors.
Thomas Wood (4):
lib: add function to change connector states
lib: add the ability to set an EDID data block on a connector
lib: add igt_enable_connectors and igt_reset_connectors
tests: enable extra connectors in kms_flip and kms_pipe_crc_basic
.../intel-gpu-tools/intel-gpu-tools-docs.xml | 1 +
lib/Makefile.sources | 1 +
lib/igt_edid.h | 125 +++++++++++++++
lib/igt_kms.c | 169 +++++++++++++++++++++
lib/igt_kms.h | 42 +++++
tests/Makefile.sources | 1 +
tests/kms_flip.c | 2 +
tests/kms_force_connector.c | 113 ++++++++++++++
tests/kms_pipe_crc_basic.c | 2 +
9 files changed, 456 insertions(+)
create mode 100644 lib/igt_edid.h
create mode 100644 tests/kms_force_connector.c
--
1.9.3
More information about the Intel-gfx
mailing list