igt_kms: don't get drmModeRes just to free it later
[platform/upstream/intel-gpu-tools.git] / lib / igt_kms.c
2014-08-07 Paulo Zanoniigt_kms: don't get drmModeRes just to free it later
2014-07-30 Thomas Woodlib: don't abort if forcing the connector state fails
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 Damien Lespiauigt_kms: Provide a get_plane_property() shorthand
2014-07-11 Damien Lespiauigt_kms: Factor out a generic get_property() out of...
2014-07-11 Thomas Woodlib: allow the edid to be reset
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-07 Damien Lespiaulib: Reset 'position_changed' after a drmModeSetCrtc()
2014-07-07 Matt Roperlib/kms: Provide universal plane #define's
2014-07-04 Matt Roperlib/kms: Drop primary plane windowing test from igt_pla...
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: ensure igt_display_init clears the memory for...
2014-04-30 Daniel Vetterlib: extract kmstest_set_connector_dpms
2014-04-13 Daniel Vetterlib/kmstest: Fix up tiled buffer creation
2014-03-26 Daniel Vetterlib/igt_kms/bf: doc skeleton
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: unnecessary header removal for drmtest.h, part 1
2014-03-22 Daniel Vettertests|lib: remove assert.h includes
2014-03-13 Daniel Vetterlib: add igt_vlog to print varargs
2014-03-13 Daniel Vetterlib/igt_kms: rip out custom verbose loggin support
2014-02-11 Damien Lespiaulib/display: Fix typo in igt_plane_get_fd_id() (fb)
2014-02-11 Damien Lespiaulib: Fix igt_ouput_get_plane() typo (output)
2014-02-11 Damien Lespiaulib/display: Fix assertion in set_plane()
2014-02-11 Damien Lespiaulib/display: Wait for a vblank after SetPlane()
2014-02-11 Damien Lespiaulib/display: Print the fb id, not its pointer in the...
2014-02-11 Damien Lespiaulib/display: Add a way to wait at every commit for...
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: Check if we're trying to use the same...
2014-02-11 Damien Lespiaulib/display: Allow to override the display verbosity...
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: Fix the SetCrtc disabling log message
2014-02-11 Damien Lespiaulib/display: Add an accessor to retrieve the number...
2014-02-11 Damien Lespiaulib: Introduce symbolic names for display planes
2014-02-11 Damien Lespiaulib: Introduce a modeset API
2014-02-06 Thomas Woodlib: fix signed/unsigned comparison issues
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