All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/4] enabling connectors (v2)
@ 2014-06-18 13:44 Thomas Wood
  2014-06-18 13:44 ` [PATCH i-g-t 1/4] lib: add function to change connector states Thomas Wood
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Wood @ 2014-06-18 13:44 UTC (permalink / raw)
  To: intel-gfx

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

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

end of thread, other threads:[~2014-06-18 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 13:44 [PATCH i-g-t 0/4] enabling connectors (v2) Thomas Wood
2014-06-18 13:44 ` [PATCH i-g-t 1/4] lib: add function to change connector states Thomas Wood
2014-06-18 14:05   ` Chris Wilson
2014-06-18 13:44 ` [PATCH i-g-t 2/4] lib: add the ability to set an EDID data block on a connector Thomas Wood
2014-06-18 13:57   ` Daniel Vetter
2014-06-18 14:03     ` Thomas Wood
2014-06-18 13:44 ` [PATCH i-g-t 3/4] lib: add igt_enable_connectors and igt_reset_connectors Thomas Wood
2014-06-18 13:44 ` [PATCH i-g-t 4/4] tests: enable extra connectors in kms_flip and kms_pipe_crc_basic Thomas Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.