Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | WIP: amdgpu_vm_enable_svmHEADmaster | Christian König | 6 | -15/+42 |
2018-02-28 | amdgpu: fix "add AMDGPU_VA_RANGE_HIGH" | Christian König | 1 | -2/+2 |
2018-02-28 | amdgpu: add AMDGPU_VA_RANGE_HIGH | Christian König | 4 | -8/+24 |
2018-02-28 | amdgpu: mostly revert "use the high VA range if possible v2" | Christian König | 2 | -14/+20 |
2018-02-26 | freedreno: add interface to get buffer address | Rob Clark | 4 | -0/+27 |
2018-02-23 | *-symbol-check: Don't hard-code nm executable | Heiko Becker | 20 | -9/+22 |
2018-02-20 | android: fix gralloc_handle_create() problems | Rob Herring | 1 | -18/+16 |
2018-02-20 | android: add helper to convert buffer_handle_t to gralloc_handle_t ptr | Rob Herring | 1 | -0/+5 |
2018-02-20 | android: fix mis-named alloc_handle_t | Rob Herring | 1 | -1/+1 |
2018-02-20 | android: revert making handle magic and version members const | Rob Herring | 1 | -2/+2 |
2018-02-20 | meson/configure.ac: pthread-stubs not present on OpenBSD | Jonathan Gray | 2 | -4/+3 |
2018-02-20 | meson: do not use cairo/valgrind if disabled | Igor Gnatenko | 1 | -6/+18 |
2018-02-19 | amdgpu: Fix mistake in initial hole size calculation. | Andrey Grodzovsky | 1 | -1/+2 |
2018-02-19 | drm/tegra: Sanitize format modifiers | Thierry Reding | 2 | -31/+33 |
2018-02-19 | drm/fourcc: Fix fourcc_mod_code() definition | Thierry Reding | 1 | -1/+1 |
2018-02-17 | RELEASING: mention meson | Marek Olšák | 1 | -3/+3 |
2018-02-17 | meson: bump the version number | Marek Olšák | 1 | -1/+1 |
2018-02-17 | configure.ac: bump version to 2.4.90 | Marek Olšák | 1 | -1/+1 |
2018-02-14 | android: Change gralloc_handle_t members to be fixed width | Robert Foss | 1 | -9/+11 |
2018-02-14 | android: Remove member name from gralloc_handle_t | Robert Foss | 1 | -2/+1 |
2018-02-14 | android: Mark gralloc_handle_t magic variable as const | Robert Foss | 1 | -1/+1 |
2018-02-14 | android: Add version variable to gralloc_handle_t | Robert Foss | 1 | -1/+7 |
2018-02-14 | android: Move gralloc handle struct to libdrm | Robert Foss | 3 | -2/+110 |
2018-02-12 | amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check | Michel Dänzer | 1 | -0/+1 |
2018-02-09 | amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space | Marek Olšák | 3 | -0/+36 |
2018-02-09 | meson: include headers in root directory in ext_libdrm | Dylan Baker | 1 | -1/+1 |
2018-02-09 | amdgpu: clean up non list code path for vamgr v2 | Chunming Zhou | 2 | -80/+44 |
2018-02-08 | Revert "amdgpu: clean up non list code path for vamgr" | Michel Dänzer | 2 | -43/+80 |
2018-02-08 | tests/amdgpu: add bo eviction test | Chunming Zhou | 2 | -1/+182 |
2018-02-08 | amdgpu: clean up non list code path for vamgr | Chunming Zhou | 2 | -80/+43 |
2018-02-08 | amdgpu: fix inefficient vamgr algorithm | Chunming Zhou | 1 | -3/+1 |
2018-02-07 | fix return value for syncobj wait | Chunming Zhou | 1 | -1/+1 |
2018-02-06 | drm: Fix 32-bit drmSyncobjWait. | Bas Nieuwenhuizen | 1 | -1/+1 |
2018-01-31 | meson: fix libdrm_nouveau pkgconfig include directories | Dylan Baker | 1 | -1/+1 |
2018-01-31 | tests/amdgpu: add missing config.h include | Emil Velikov | 1 | -0/+4 |
2018-01-31 | meson,configure: turn undefined preprocessor tokens warnings into errors | Eric Engestrom | 2 | -2/+2 |
2018-01-31 | exynos/tests: use #ifdef for never-defined token | Eric Engestrom | 1 | -2/+2 |
2018-01-31 | configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS | Eric Engestrom | 1 | -0/+4 |
2018-01-31 | xf86drmHash: remove always-false #if guards | Eric Engestrom | 1 | -6/+0 |
2018-01-31 | meson,configure: add warning when using undefined preprocessor tokens | Eric Engestrom | 2 | -2/+2 |
2018-01-29 | meson: cleanup whitespace | Eric Engestrom | 1 | -4/+4 |
2018-01-29 | xf86atomic: fix -Wundef warning | Eric Engestrom | 1 | -1/+1 |
2018-01-29 | meson: sort HAVE_* defines | Eric Engestrom | 1 | -4/+7 |
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 |