lib/igt_kms: Clean up the other _name functions/macros
[platform/upstream/intel-gpu-tools.git] / lib / igt_kms.h
2014-08-12 Daniel Vetterlib/igt_kms: Clean up the other _name functions/macros
2014-08-12 Daniel Vetterlib/igt_kms: Unify pipe name helpers
2014-08-07 Paulo Zanoniigt_kms: add kmstest_unset_all_crtcs()
2014-08-07 Paulo Zanoniigt_kms: document and export kmstest_get_property()
2014-07-30 Thomas Woodlib: don't abort if forcing the connector state fails
2014-07-11 Damien Lespiauigt_kms: Introduce a for_each_pipe() macro
2014-07-11 Damien Lespiauigt_kms: Add support for setting plane rotation
2014-07-11 Damien Lespiauigt_kms: Add a way to query of the plane supports rotation
2014-07-11 Thomas Woodlib: add igt_enable_connectors and igt_reset_connectors
2014-07-11 Thomas Woodlib: add the ability to set an EDID data block on a...
2014-07-11 Thomas Woodlib: add function to change connector states
2014-07-07 Yi Sunkms_plane: Add panning test for primary plane
2014-07-04 Matt Roperlib/kms: Add universal plane support (v2)
2014-07-04 Matt Roperlib/kms: Add igt_display_try_commit2()
2014-07-04 Matt Roperlib/kms: Add igt_display_commit2()
2014-07-04 Matt Roperlib/kms: Track need for vblank wait locally
2014-07-04 Matt Roperlib/kms: Drop igt_pipe->need_set_{crtc, cursor}
2014-06-16 Thomas Woodlib: add missing includes to headers
2014-06-12 Thomas Woodlib: various documentation fixes
2014-04-30 Daniel Vetterlib: extract kmstest_set_connector_dpms
2014-03-26 Daniel Vetterlib: fold igt_display into igt_kms
2014-03-26 Daniel Vetterlib/igt_fb: switch to igt_ prefix from kmstest_
2014-03-26 Daniel Vetterlib: extract igt_fb library
2014-03-26 Daniel Vetterlib/igt_kms: make kmstest_get_cairo_surface static
2014-03-26 Daniel Vetterlib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/
2014-03-26 Daniel Vetterlib: remove kmstest_create_fb
2014-03-23 Daniel Vetterlib: extract igt_aux.[hc]
2014-03-22 Daniel Vetterlib: unnecessary header removal for drmtest.h, part 2
2014-03-22 Daniel Vetterlib: more unecessary header removal
2014-03-22 Daniel Vetterlib: remove uncessary #includes from headers
2014-03-13 Daniel Vetterlib/igt_kms: rip out custom verbose loggin support
2014-02-11 Daniel Vetterlib: fix header include
2014-02-11 Damien Lespiaulib: Fix igt_ouput_get_plane() typo (output)
2014-02-11 Damien Lespiaulib/display: Wait for a vblank after SetPlane()
2014-02-11 Damien Lespiaulib: Include drm_fourcc.h from igt_kms.h
2014-02-11 Damien Lespiaulib: Introduce a new helper kmstest_create_color_fb()
2014-02-11 Damien Lespiaulib/display: Add support for DRM planes
2014-02-11 Damien Lespiaulib/display: Add a way to specify we don't care about...
2014-02-11 Damien Lespiaulib/display: Add support for the cursor plane
2014-02-11 Damien Lespiaulib/display: Add an accessor to retrieve the number...
2014-02-11 Damien Lespiaulib: Introduce a for_each_connected_output() macro
2014-02-11 Damien Lespiaulib: Introduce symbolic names for display planes
2014-02-11 Damien Lespiaulib: Introduce a modeset API
2013-12-31 Chris Wilsonkmstest: Fix up lifetimes of cairo objects
2013-11-12 Oscar Mateolib: Move kms stuff from drmtest.c over to igt_kms.c