Age | Commit message (Expand) | Author | Files | Lines |
2018-01-29 | always define HAVE_VALGRIND | Eric Engestrom | 4 | -7/+6 |
2018-01-29 | always define HAVE_CAIRO | Eric Engestrom | 3 | -5/+5 |
2018-01-29 | always define HAVE_FREEDRENO_KGSL | Eric Engestrom | 4 | -7/+7 |
2018-01-29 | meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON} | Eric Engestrom | 3 | -8/+20 |
2018-01-29 | meson,configure: remove unused HAVE_ETNAVIV define | Eric Engestrom | 2 | -4/+1 |
2018-01-29 | meson,configure: remove unused HAVE_FREEDRENO define | Eric Engestrom | 2 | -4/+1 |
2018-01-29 | meson,configure: remove unused HAVE_TEGRA define | Eric Engestrom | 2 | -4/+1 |
2018-01-29 | meson,configure: remove unused HAVE_OMAP define | Eric Engestrom | 2 | -4/+1 |
2018-01-29 | configure: remove unused HAVE_INSTALL_TESTS define | Eric Engestrom | 1 | -3/+0 |
2018-01-29 | configure: remove unused HAVE_CUNIT define | Eric Engestrom | 1 | -2/+0 |
2018-01-29 | meson: add missing HAVE_RADEON | Eric Engestrom | 1 | -1/+1 |
2018-01-29 | tests/etnaviv: drop unused `return 0` | Eric Engestrom | 1 | -3/+1 |
2018-01-29 | tests/util: drop unused parameters | Eric Engestrom | 1 | -3/+3 |
2018-01-29 | tests/util: fix signed/unsigned comparisons | Eric Engestrom | 1 | -3/+2 |
2018-01-29 | tests/amdgpu: drop unused variables | Eric Engestrom | 7 | -14/+7 |
2018-01-29 | tests/amdgpu: add parentheses to make operation priority explicit | Eric Engestrom | 1 | -1/+1 |
2018-01-29 | remove unnecessary double-semicolon | Eric Engestrom | 3 | -3/+3 |
2018-01-26 | freedreno: clamp priority based on # of rings | Rob Clark | 2 | -12/+18 |
2018-01-26 | amdgpu: Disable VM test suite by default for SI ASICs | Michel Dänzer | 3 | -1/+26 |
2018-01-26 | amdgpu: Disable deadlock test suite by default for SI ASICs | Michel Dänzer | 1 | -1/+2 |
2018-01-26 | amdgpu: Fix segfault in deadlock test. | Andrey Grodzovsky | 1 | -2/+2 |
2018-01-26 | amdgpu: Update deadlock test to not assert on ECANCELED | Andrey Grodzovsky | 1 | -2/+2 |
2018-01-25 | meson: set the minimum version correctly | Dylan Baker | 1 | -1/+1 |
2018-01-25 | meson: set proper pkg-config version for libdrm_freedreno | Dylan Baker | 1 | -1/+1 |
2018-01-25 | modetest: Fix to check return value of asprintf() | Seung-Woo Kim | 1 | -1/+4 |
2018-01-23 | amdgpu: fix high VA mask | Christian König | 1 | -1/+1 |
2018-01-18 | meson: fix the install path of amdgpu.ids | Christoph Haag | 1 | -2/+2 |
2018-01-18 | amdgpu: Symlink .editorconfig to tests/amdgpu | Michel Dänzer | 1 | -0/+1 |
2018-01-16 | amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize | Michel Dänzer | 1 | -6/+7 |
2018-01-15 | amdgpu: Don't print error message if parse_one_line returned -EAGAIN | Michel Dänzer | 1 | -1/+1 |
2018-01-12 | README: Add note about meson | Dylan Baker | 1 | -3/+21 |
2018-01-12 | autotools: Include meson.build files in tarball | Dylan Baker | 1 | -1/+31 |
2018-01-12 | Add meson build system | Dylan Baker | 31 | -0/+1822 |
2018-01-12 | tests/amdgpu: execute copy linear on all the available rings | Hawking Zhang | 1 | -96/+104 |
2018-01-12 | tests/amdgpu: execute const fill on all the available rings | Hawking Zhang | 1 | -70/+77 |
2018-01-12 | tests/amdgpu: execute write linear on all the available rings | Hawking Zhang | 1 | -53/+58 |
2018-01-11 | intel: Add more Coffeelake PCI IDs | Anuj Phogat | 1 | -7/+23 |
2018-01-09 | test/amdgpu: fix compiler warnings | Christian König | 1 | -4/+4 |
2018-01-09 | amdgpu: use the high VA range if possible v2 | Christian König | 1 | -4/+14 |
2018-01-09 | headers: sync up amdgpu_drm.h with drm-next | Christian König | 1 | -0/+4 |
2018-01-09 | amdgpu: fix 32bit VA manager max address | Christian König | 1 | -1/+1 |
2018-01-08 | amdgpu: fix not to add amdgpu.ids when building without amdgpu | Seung-Woo Kim | 1 | -0/+2 |
2017-12-18 | configure.ac: bump version for releaselibdrm-2.4.89 | Dave Airlie | 1 | -1/+1 |
2017-12-18 | drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2] | Keith Packard | 3 | -1/+57 |
2017-12-18 | drm: Add drm mode lease ioctl wrappers [v3] | Keith Packard | 2 | -0/+111 |
2017-12-18 | amdgpu: Add syncobj reset & signal wrappers. | Bas Nieuwenhuizen | 3 | -0/+48 |
2017-12-18 | drm: Add drmSyncobjReset & drmSyncobjSignal wrappers. | Bas Nieuwenhuizen | 2 | -0/+28 |
2017-12-15 | etnaviv: fix BO cache to properly work with different flags | Lucas Stach | 1 | -7/+19 |
2017-12-15 | tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean. | Andrey Grodzovsky | 1 | -0/+2 |
2017-12-15 | etnaviv: support performance monitor requests | Christian Gmeiner | 4 | -0/+37 |