summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-18modetest: Use util_open()Thierry Reding1-24/+3
2015-12-18tests: Add helper to open a device/moduleThierry Reding2-0/+57
2015-12-18tests: kms: Implement universal planes testThierry Reding2-2/+365
2015-12-18tests: kms: Implement CRTC stealing testThierry Reding2-0/+172
2015-12-18tests: Add libkms-test libraryThierry Reding9-1/+795
2015-12-18proptest: Add Android supportThierry Reding3-2/+19
2015-12-18tests: Move name tables to libutilThierry Reding5-101/+165
2015-12-18tests: Split helpers into libraryThierry Reding23-990/+1223
2015-12-18exynos: bump version numberTobias Jakobi1-1/+1
2015-12-18tests/exynos: add test for g2d_moveTobias Jakobi2-0/+133
2015-12-18exynos/fimg2d: add g2d_moveTobias Jakobi2-0/+98
2015-12-18exynos: fimg2d: add g2d_set_directionTobias Jakobi1-0/+51
2015-12-18tests/exynos: use XRGB8888 for framebufferTobias Jakobi1-1/+1
2015-12-18tests/exynos: add fimg2d event testTobias Jakobi3-2/+336
2015-12-18exynos/fimg2d: add g2d_config_eventTobias Jakobi3-2/+28
2015-12-18tests/exynos: add fimg2d performance analysisTobias Jakobi3-2/+345
2015-12-18exynos: Introduce exynos_handle_event()Tobias Jakobi4-0/+115
2015-12-14intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-checkKristian Høgsberg Kristensen1-0/+1
2015-12-14Add tests/drmdevice to .gitignoreKristian Høgsberg Kristensen1-0/+1
2015-12-14intel: Add support for softpinMichał Winiarski4-27/+169
2015-12-14intel: add drm_intel_bo_use_48b_address_range to symbol-check testMichel Thierry1-0/+1
2015-12-14intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)Michel Thierry4-19/+95
2015-12-14intel: Update i915_drm.hKristian Høgsberg Kristensen1-10/+49
2015-12-01intel: add the missing <strings.h> includeChih-Wei Huang1-0/+1
2015-11-20amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis1-2/+4
2015-11-20amdgpu: fix overflow for timeout calculationJammy Zhou1-2/+6
2015-11-16configure.ac: test for the same atomic function as the one we useEmil Velikov1-1/+1
2015-11-16configure.ac: rework compiler builtin atomic testsJonathan Gray1-2/+2
2015-11-10radeon: Handle surface offsets exceeding 32 bits correctlyMichel Dänzer1-8/+9
2015-11-05libdrm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin1-1/+1
2015-11-03intel: Cleanup SKL PCI ID definitions.Ben Widawsky1-18/+22
2015-11-03intel: Add SKL GT4 PCI IDsBen Widawsky1-4/+14
2015-10-22amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis1-2/+9
2015-10-22amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis1-2/+2
2015-10-22amdgpu: Unlock mutex if base_required is invalidTom St Denis1-1/+3
2015-10-21drm: add virtgpu_drm.hDave Airlie1-0/+167
2015-10-20xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper1-2/+2
2015-10-20xf86drm: Fix error handling for drmGetDevice()Matt Roper1-5/+5
2015-10-14Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer1-9/+10
2015-10-02xf86drm: Fix error handling for drmGetDevices()Matt Roper1-5/+5
2015-09-28xf86drm: include <limits.h> for PATH_MAXFelix Janda1-0/+1
2015-09-21xf86drm: remove makedev() hack/workaroundEmil Velikov1-8/+0
2015-09-21exynos/fimg2d: remove g2d_context from public headerTobias Jakobi2-13/+16
2015-09-21exynos/fimg2d: add message prefixTobias Jakobi1-14/+16
2015-09-21exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi1-11/+7
2015-09-21exynos/fimg2d: remove superfluous initialization of g2d_point_valTobias Jakobi1-19/+0
2015-09-21exynos/fimg2d: remove default case from g2d_get_blend_op()Tobias Jakobi1-5/+5
2015-09-21exynos/fimg2d: add g2d_validate_xyz() functionsTobias Jakobi1-55/+126
2015-09-21exynos/fimg2d: add g2d_check_space()Tobias Jakobi1-35/+64
2015-09-21exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()Tobias Jakobi1-12/+2