summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-10-23tests/kms_plane_lowres: Rework tests to work without fbcon, v3.Maarten Lankhorst2-3/+3
2017-10-20tests/kms_color: Rework tests slightly to work better with new atomic apiMaarten Lankhorst2-2/+6
2017-10-20lib/igt_kms: Remove igt_crtc_set_background()Maarten Lankhorst2-22/+0
2017-10-20lib/igt_kms: Remove igt_pipe_get_propertyMaarten Lankhorst2-13/+0
2017-10-20lib/igt_kms: Add igt_$obj_get_prop functionsMaarten Lankhorst2-0/+105
2017-10-20lib/igt_kms: Add igt_$obj_has_prop functions, v2.Maarten Lankhorst2-8/+58
2017-10-20lib/igt_kms: Unexport broadcast rgb API.Maarten Lankhorst2-42/+9
2017-10-20lib/igt_kms: Export property blob functions for output/pipe/plane, v2.Maarten Lankhorst2-35/+101
2017-10-20lib/igt_kms: Allow setting any output property through the !atomic pathsMaarten Lankhorst1-16/+37
2017-10-20lib/igt_kms: Allow setting any plane property through the universal pathMaarten Lankhorst1-6/+33
2017-10-20lib/igt_kms: Rework pipe properties to be more atomic, v7.Maarten Lankhorst2-157/+151
2017-10-20lib/igt_kms: Rework plane properties to be more atomic, v5.Maarten Lankhorst2-201/+157
2017-10-20lib/igt_kms: Rework connector properties to be more atomic, v2.Maarten Lankhorst2-37/+42
2017-10-19lib: Free all internal buffers before measuring available memoryChris Wilson1-1/+1
2017-10-19lib: Flush the driver's internal cache of objects before countingChris Wilson1-1/+2
2017-10-19lib: Idle the GT when quiescing the GPUChris Wilson1-1/+1
2017-10-19lib: Add DROP_IDLEChris Wilson1-1/+8
2017-10-19lib/i915: Move submission related helpers to lib/i915/gem_submissionMichał Winiarski8-90/+169
2017-10-17lib/i915: Extract context priority setparam to a helperMichał Winiarski2-0/+46
2017-10-17lib/i915: Move context related helpers to lib/i915/gem_contextMichał Winiarski6-177/+253
2017-10-17lib/i915: Extract helpers for determining scheduler capabilitiesMichał Winiarski5-7/+169
2017-10-17lib: Extract helpers for determining submission methodMichał Winiarski4-0/+90
2017-10-16lib/igt_gt: Allow non-default contexts to hang non-render ringsVinay Belgaumkar1-2/+41
2017-10-16aux: Use IGT version of system() call to run rtcwakeImre Deak1-2/+2
2017-10-16aux: Suspend signal helper for shell commandsImre Deak3-0/+56
2017-10-12meson: Make syncobj tests buildVille Syrjälä1-0/+2
2017-10-10lib: Add some syncobj helpers (v2)Jason Ekstrand3-0/+361
2017-10-09lib/igt_kms: Don't assert on non-existent planeVille Syrjälä1-3/+3
2017-10-04lib/igt_kms: Disable crtc in legacy path when output is unsetMaarten Lankhorst1-1/+1
2017-10-04Fix compilation on some distrosAusmus, James2-0/+2
2017-10-03lib: Fixup __gem_create() to be 64b safe.Chris Wilson2-2/+2
2017-10-03meson: Fix build of igt_x86-using tests on non-x86 platforms.Eric Anholt2-1/+16
2017-10-03lib: Report the error from __gem_create()Chris Wilson2-20/+14
2017-10-03lib: Reduce dependency on glibPetri Latvala6-2/+40
2017-10-03lib/igt_kms: Commit primary plane when a modeset is forced on a pipeMaarten Lankhorst1-1/+1
2017-10-03lib/igt_kms: Change output->pending_crtc_idx_mask to output->pending_pipeMaarten Lankhorst2-26/+22
2017-10-02meson: Distribute meson build system filesPetri Latvala2-0/+9
2017-10-02lib: Handle intel_aub.h like the other stub filesPetri Latvala1-0/+1
2017-10-02lib: Remove media_fill.cPetri Latvala1-16/+0
2017-10-02tests: Stop looking at plane private membersMaarten Lankhorst1-0/+21
2017-09-29lib: Fix igt_sysfs_set_u32 return valueTvrtko Ursulin1-1/+1
2017-09-28lib: Capture the error state on an unexpected hangChris Wilson1-3/+5
2017-09-25igt_core: Rework igt_system()Petri Latvala1-75/+40
2017-09-22lib/igt_fb: Add igt_cairo_image_surface_create_from_png()Ville Syrjälä2-7/+15
2017-09-21i915_pciids: Change a KBL pci id to GT2 from GT1.5Rodrigo Vivi1-1/+1
2017-09-18meson: Fix IGT_GIT_SHA1 handlingVille Syrjälä1-4/+4
2017-09-15meson: Install libigt.soJordan Justen1-0/+1
2017-09-13lib/igt_kmod: Allow specifying libkmod config via environment variablesJoonas Lahtinen1-4/+40
2017-09-12tests: Add kms_atomic_interruptible test, v4.Maarten Lankhorst2-1/+3
2017-09-08meson: igt_frame also needs pixmanDaniel Vetter1-2/+2