summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-03-11lib: extract ioctl_wrappers.cDaniel Vetter5-465/+565
2014-03-11lib: Add missing header to Makefile.sourcesThomas Wood1-0/+1
2014-03-11drmtest: reformat the API documentationThomas Wood2-24/+60
2014-02-26lib: Test against available swapChris Wilson1-1/+1
2014-02-20Add i915_pciids.hChris Wilson1-0/+211
2014-02-13lib: (somewhat) structured logging supportDaniel Vetter2-0/+68
2014-02-12lib: Make igt_skip noreturnDaniel Vetter2-4/+4
2014-02-12lib: install exit handler only on success for prefault controlDaniel Vetter1-2/+2
2014-02-11lib: fix header includeDaniel Vetter1-1/+1
2014-02-11lib/display: Fix typo in igt_plane_get_fd_id() (fb)Damien Lespiau1-3/+3
2014-02-11lib: Fix igt_ouput_get_plane() typo (output)Damien Lespiau2-2/+2
2014-02-11lib: Don't wait in igt_wait_for_keypress() if stdin is not a ttyDamien Lespiau1-0/+3
2014-02-11lib/display: Fix assertion in set_plane()Damien Lespiau1-1/+1
2014-02-11lib/display: Wait for a vblank after SetPlane()Damien Lespiau2-2/+11
2014-02-11lib/display: Print the fb id, not its pointer in the set_fb() log messageDamien Lespiau1-2/+2
2014-02-11lib/display: Add a way to wait at every commit for inspectionDamien Lespiau1-0/+3
2014-02-11lib: Add a helper to wait for a keypressDamien Lespiau2-0/+15
2014-02-11lib: Include drm_fourcc.h from igt_kms.hDamien Lespiau1-0/+1
2014-02-11lib: Introduce a new helper kmstest_create_color_fb()Damien Lespiau2-0/+23
2014-02-11lib/display: Add support for DRM planesDamien Lespiau2-2/+120
2014-02-11lib/crc: Add a helper to read a single CRC valueDamien Lespiau2-0/+15
2014-02-11lib/crc: Factor out reading a single CRC valueDamien Lespiau1-7/+16
2014-02-11lib/display: Check if we're trying to use the same pipe on 2 outputsDamien Lespiau1-1/+25
2014-02-11lib/display: Allow to override the display verbosity with an env varialeDamien Lespiau1-0/+6
2014-02-11lib/display: Add a way to specify we don't care about the pipe to useDamien Lespiau2-4/+14
2014-02-11lib/display: Add support for the cursor planeDamien Lespiau2-11/+150
2014-02-11lib/display: Fix the SetCrtc disabling log messageDamien Lespiau1-3/+2
2014-02-11lib/display: Add an accessor to retrieve the number of pipesDamien Lespiau2-0/+6
2014-02-11lib: Introduce a for_each_connected_output() macroDamien Lespiau1-0/+4
2014-02-11lib: Introduce symbolic names for display planesDamien Lespiau3-12/+26
2014-02-11lib: Introduce a modeset APIDamien Lespiau2-0/+423
2014-02-11lib/drmtest: Fix up skip_henceforth checksDaniel Vetter1-8/+5
2014-02-06lib: fix signed/unsigned comparison issuesThomas Wood1-4/+5
2014-02-06lib/drmtest: Add igt_wait_helperJeff McGee2-0/+18
2014-02-05lib/drmtest: fix hang in quiescent_gpu_at_exit due to signal-unsafe asprintfImre Deak1-12/+15
2014-02-04android: Change tests & tools directory to use the lib directoryRafael Barbalho1-1/+1
2014-02-04android: Add the generation of vesion.h & config.h to libRafael Barbalho1-0/+33
2014-02-04android: Add makefile for the lib directoryRafael Barbalho1-0/+31
2014-02-04android: Handle the case when android doesn't have mmap64Rafael Barbalho1-0/+11
2014-01-31lib: Capture errno on entryChris Wilson1-3/+5
2014-01-28iosf: make iosf_rw take a larger addrJesse Barnes1-25/+14
2014-01-28mmio: drop unused i915_loaded fnJesse Barnes1-16/+0
2014-01-28mmio: use intel_iosf.c for DPIO reads and writesJesse Barnes4-133/+41
2014-01-27mmio: allow register init even if debugfs isn't available and i915 isn't loadedJesse Barnes1-4/+1
2014-01-19lib: add __gem_createDaniel Vetter2-0/+16
2014-01-19lib: extract igt_drop_rootDaniel Vetter2-0/+14
2014-01-07lib: Use INSTDONE_I965 and INSTDONE_1 for gen6Damien Lespiau1-3/+3
2014-01-07lib: Move the INSTDONE bit definitions to instdone.cDamien Lespiau2-237/+242
2014-01-07instdone: Add an assert to make sure we never overflow instdone_bitsDamien Lespiau1-0/+1
2014-01-07intel_reg: Renamed INST_DONE to INSTDONEDamien Lespiau2-6/+6