summaryrefslogtreecommitdiff
path: root/lib/igt_kms.c
AgeCommit message (Expand)Author
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter
2014-08-12lib/igt_kms: Clean up the other _name functions/macrosDaniel Vetter
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter
2014-08-07igt_kms: add kmstest_unset_all_crtcs()Paulo Zanoni
2014-08-07igt_kms: document and export kmstest_get_property()Paulo Zanoni
2014-08-07igt_kms: optionally return the property from get_propertyPaulo Zanoni
2014-08-07igt_kms: pass drm_fd instead of igt_display_t on some functionsPaulo Zanoni
2014-08-07igt_kms: don't get drmModeRes just to free it laterPaulo Zanoni
2014-07-30lib: don't abort if forcing the connector state failsThomas Wood
2014-07-11igt_kms: Add support for setting plane rotationDamien Lespiau
2014-07-11igt_kms: Add a way to query of the plane supports rotationDamien Lespiau
2014-07-11igt_kms: Provide a get_plane_property() shorthandDamien Lespiau
2014-07-11igt_kms: Factor out a generic get_property() out of get_drm_plane_type()Damien Lespiau
2014-07-11lib: allow the edid to be resetThomas Wood
2014-07-11lib: add igt_enable_connectors and igt_reset_connectorsThomas Wood
2014-07-11lib: add the ability to set an EDID data block on a connectorThomas Wood
2014-07-11lib: add function to change connector statesThomas Wood
2014-07-07kms_plane: Add panning test for primary planeYi Sun
2014-07-07lib: Reset 'position_changed' after a drmModeSetCrtc()Damien Lespiau
2014-07-07lib/kms: Provide universal plane #define'sMatt Roper
2014-07-04lib/kms: Drop primary plane windowing test from igt_plane_set_position()Matt Roper
2014-07-04lib/kms: Add universal plane support (v2)Matt Roper
2014-07-04lib/kms: Add igt_display_try_commit2()Matt Roper
2014-07-04lib/kms: Add igt_display_commit2()Matt Roper
2014-07-04lib/kms: Track need for vblank wait locallyMatt Roper
2014-07-04lib/kms: Drop igt_pipe->need_set_{crtc, cursor}Matt Roper
2014-06-16lib: ensure igt_display_init clears the memory for the display structThomas Wood
2014-04-30lib: extract kmstest_set_connector_dpmsDaniel Vetter
2014-04-13lib/kmstest: Fix up tiled buffer creationDaniel Vetter
2014-03-26lib/igt_kms/bf: doc skeletonDaniel Vetter
2014-03-26lib: fold igt_display into igt_kmsDaniel Vetter
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter
2014-03-26lib: extract igt_fb libraryDaniel Vetter
2014-03-26lib/igt_kms: make kmstest_get_cairo_surface staticDaniel Vetter
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter
2014-03-26lib: remove kmstest_create_fbDaniel Vetter
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 2Daniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-22tests|lib: remove assert.h includesDaniel Vetter
2014-03-13lib: add igt_vlog to print varargsDaniel Vetter
2014-03-13lib/igt_kms: rip out custom verbose loggin supportDaniel Vetter
2014-02-11lib/display: Fix typo in igt_plane_get_fd_id() (fb)Damien Lespiau
2014-02-11lib: Fix igt_ouput_get_plane() typo (output)Damien Lespiau
2014-02-11lib/display: Fix assertion in set_plane()Damien Lespiau
2014-02-11lib/display: Wait for a vblank after SetPlane()Damien Lespiau
2014-02-11lib/display: Print the fb id, not its pointer in the set_fb() log messageDamien Lespiau
2014-02-11lib/display: Add a way to wait at every commit for inspectionDamien Lespiau
2014-02-11lib: Introduce a new helper kmstest_create_color_fb()Damien Lespiau
2014-02-11lib/display: Add support for DRM planesDamien Lespiau