summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-26lib: Test against available swapChris Wilson
2014-02-20Add i915_pciids.hChris Wilson
2014-02-13lib: (somewhat) structured logging supportDaniel Vetter
2014-02-12lib: Make igt_skip noreturnDaniel Vetter
2014-02-12lib: install exit handler only on success for prefault controlDaniel Vetter
2014-02-11lib: fix header includeDaniel 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: Don't wait in igt_wait_for_keypress() if stdin is not a ttyDamien 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: Add a helper to wait for a keypressDamien Lespiau
2014-02-11lib: Include drm_fourcc.h from igt_kms.hDamien Lespiau
2014-02-11lib: Introduce a new helper kmstest_create_color_fb()Damien Lespiau
2014-02-11lib/display: Add support for DRM planesDamien Lespiau
2014-02-11lib/crc: Add a helper to read a single CRC valueDamien Lespiau
2014-02-11lib/crc: Factor out reading a single CRC valueDamien Lespiau
2014-02-11lib/display: Check if we're trying to use the same pipe on 2 outputsDamien Lespiau
2014-02-11lib/display: Allow to override the display verbosity with an env varialeDamien Lespiau
2014-02-11lib/display: Add a way to specify we don't care about the pipe to useDamien Lespiau
2014-02-11lib/display: Add support for the cursor planeDamien Lespiau
2014-02-11lib/display: Fix the SetCrtc disabling log messageDamien Lespiau
2014-02-11lib/display: Add an accessor to retrieve the number of pipesDamien Lespiau
2014-02-11lib: Introduce a for_each_connected_output() macroDamien Lespiau
2014-02-11lib: Introduce symbolic names for display planesDamien Lespiau
2014-02-11lib: Introduce a modeset APIDamien Lespiau
2014-02-11lib/drmtest: Fix up skip_henceforth checksDaniel Vetter
2014-02-06lib: fix signed/unsigned comparison issuesThomas Wood
2014-02-06lib/drmtest: Add igt_wait_helperJeff McGee
2014-02-05lib/drmtest: fix hang in quiescent_gpu_at_exit due to signal-unsafe asprintfImre Deak
2014-02-04android: Change tests & tools directory to use the lib directoryRafael Barbalho
2014-02-04android: Add the generation of vesion.h & config.h to libRafael Barbalho
2014-02-04android: Add makefile for the lib directoryRafael Barbalho
2014-02-04android: Handle the case when android doesn't have mmap64Rafael Barbalho
2014-01-31lib: Capture errno on entryChris Wilson
2014-01-28iosf: make iosf_rw take a larger addrJesse Barnes
2014-01-28mmio: drop unused i915_loaded fnJesse Barnes
2014-01-28mmio: use intel_iosf.c for DPIO reads and writesJesse Barnes
2014-01-27mmio: allow register init even if debugfs isn't available and i915 isn't loadedJesse Barnes
2014-01-19lib: add __gem_createDaniel Vetter
2014-01-19lib: extract igt_drop_rootDaniel Vetter
2014-01-07lib: Use INSTDONE_I965 and INSTDONE_1 for gen6Damien Lespiau
2014-01-07lib: Move the INSTDONE bit definitions to instdone.cDamien Lespiau
2014-01-07instdone: Add an assert to make sure we never overflow instdone_bitsDamien Lespiau
2014-01-07intel_reg: Renamed INST_DONE to INSTDONEDamien Lespiau
2014-01-07drmtest: don't leak memory when parsing the argumentsPaulo Zanoni
2013-12-31kmstest: Fix up lifetimes of cairo objectsChris Wilson
2013-12-13lib: Include the necessary stdint.h in gen6_render.hDamien Lespiau