index
:
~sarah/drm
jenkins
kbl-cleanup
master
Sarah Sharp's libdrm repo.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
tests: kms: Implement universal planes test
Thierry Reding
2
-2
/
+365
2015-12-18
tests: kms: Implement CRTC stealing test
Thierry Reding
2
-0
/
+172
2015-12-18
tests: Add libkms-test library
Thierry Reding
9
-1
/
+795
2015-12-18
proptest: Add Android support
Thierry Reding
3
-2
/
+19
2015-12-18
tests: Move name tables to libutil
Thierry Reding
5
-101
/
+165
2015-12-18
tests: Split helpers into library
Thierry Reding
23
-990
/
+1223
2015-12-18
exynos: bump version number
Tobias Jakobi
1
-1
/
+1
2015-12-18
tests/exynos: add test for g2d_move
Tobias Jakobi
2
-0
/
+133
2015-12-18
exynos/fimg2d: add g2d_move
Tobias Jakobi
2
-0
/
+98
2015-12-18
exynos: fimg2d: add g2d_set_direction
Tobias Jakobi
1
-0
/
+51
2015-12-18
tests/exynos: use XRGB8888 for framebuffer
Tobias Jakobi
1
-1
/
+1
2015-12-18
tests/exynos: add fimg2d event test
Tobias Jakobi
3
-2
/
+336
2015-12-18
exynos/fimg2d: add g2d_config_event
Tobias Jakobi
3
-2
/
+28
2015-12-18
tests/exynos: add fimg2d performance analysis
Tobias Jakobi
3
-2
/
+345
2015-12-18
exynos: Introduce exynos_handle_event()
Tobias Jakobi
4
-0
/
+115
2015-12-14
intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-check
Kristian Høgsberg Kristensen
1
-0
/
+1
2015-12-14
Add tests/drmdevice to .gitignore
Kristian Høgsberg Kristensen
1
-0
/
+1
2015-12-14
intel: Add support for softpin
Michał Winiarski
4
-27
/
+169
2015-12-14
intel: add drm_intel_bo_use_48b_address_range to symbol-check test
Michel Thierry
1
-0
/
+1
2015-12-14
intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)
Michel Thierry
4
-19
/
+95
2015-12-14
intel: Update i915_drm.h
Kristian Høgsberg Kristensen
1
-10
/
+49
2015-12-01
intel: add the missing <strings.h> include
Chih-Wei Huang
1
-0
/
+1
2015-11-20
amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on error
Tom St Denis
1
-2
/
+4
2015-11-20
amdgpu: fix overflow for timeout calculation
Jammy Zhou
1
-2
/
+6
2015-11-16
configure.ac: test for the same atomic function as the one we use
Emil Velikov
1
-1
/
+1
2015-11-16
configure.ac: rework compiler builtin atomic tests
Jonathan Gray
1
-2
/
+2
2015-11-10
radeon: Handle surface offsets exceeding 32 bits correctly
Michel Dänzer
1
-8
/
+9
2015-11-05
libdrm: Use userspace compatible type in fourcc_mod_code macro
Tvrtko Ursulin
1
-1
/
+1
2015-11-03
intel: Cleanup SKL PCI ID definitions.
Ben Widawsky
1
-18
/
+22
2015-11-03
intel: Add SKL GT4 PCI IDs
Ben Widawsky
1
-4
/
+14
2015-10-22
amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()
Tom St Denis
1
-2
/
+9
2015-10-22
amdgpu: Fix use-after-free bug in vamgr_deinit
Tom St Denis
1
-2
/
+2
2015-10-22
amdgpu: Unlock mutex if base_required is invalid
Tom St Denis
1
-1
/
+3
2015-10-21
drm: add virtgpu_drm.h
Dave Airlie
1
-0
/
+167
2015-10-20
xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()
Matt Roper
1
-2
/
+2
2015-10-20
xf86drm: Fix error handling for drmGetDevice()
Matt Roper
1
-5
/
+5
2015-10-14
Fix void pointer arithmetic in drmProcessPciDevice
Michel Dänzer
1
-9
/
+10
2015-10-02
xf86drm: Fix error handling for drmGetDevices()
Matt Roper
1
-5
/
+5
2015-09-28
xf86drm: include <limits.h> for PATH_MAX
Felix Janda
1
-0
/
+1
2015-09-21
xf86drm: remove makedev() hack/workaround
Emil Velikov
1
-8
/
+0
2015-09-21
exynos/fimg2d: remove g2d_context from public header
Tobias Jakobi
2
-13
/
+16
2015-09-21
exynos/fimg2d: add message prefix
Tobias Jakobi
1
-14
/
+16
2015-09-21
exynos/fimg2d: make g2d_add_cmd() less heavy
Tobias Jakobi
1
-11
/
+7
2015-09-21
exynos/fimg2d: remove superfluous initialization of g2d_point_val
Tobias Jakobi
1
-19
/
+0
2015-09-21
exynos/fimg2d: remove default case from g2d_get_blend_op()
Tobias Jakobi
1
-5
/
+5
2015-09-21
exynos/fimg2d: add g2d_validate_xyz() functions
Tobias Jakobi
1
-55
/
+126
2015-09-21
exynos/fimg2d: add g2d_check_space()
Tobias Jakobi
1
-35
/
+64
2015-09-21
exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()
Tobias Jakobi
1
-12
/
+2
2015-09-21
exynos/fimg2d: fix empty buffer handling in g2d_flush()
Tobias Jakobi
1
-1
/
+1
2015-09-21
Fix SunOS/NetBSD atomic macro
Emil Velikov
1
-1
/
+1
[next]