summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-06WIP: amdgpu_vm_enable_svmHEADmasterChristian König6-15/+42
2018-02-28amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"Christian König1-2/+2
2018-02-28amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König4-8/+24
2018-02-28amdgpu: mostly revert "use the high VA range if possible v2"Christian König2-14/+20
2018-02-26freedreno: add interface to get buffer addressRob Clark4-0/+27
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker20-9/+22
2018-02-20android: fix gralloc_handle_create() problemsRob Herring1-18/+16
2018-02-20android: add helper to convert buffer_handle_t to gralloc_handle_t ptrRob Herring1-0/+5
2018-02-20android: fix mis-named alloc_handle_tRob Herring1-1/+1
2018-02-20android: revert making handle magic and version members constRob Herring1-2/+2
2018-02-20meson/configure.ac: pthread-stubs not present on OpenBSDJonathan Gray2-4/+3
2018-02-20meson: do not use cairo/valgrind if disabledIgor Gnatenko1-6/+18
2018-02-19amdgpu: Fix mistake in initial hole size calculation.Andrey Grodzovsky1-1/+2
2018-02-19drm/tegra: Sanitize format modifiersThierry Reding2-31/+33
2018-02-19drm/fourcc: Fix fourcc_mod_code() definitionThierry Reding1-1/+1
2018-02-17RELEASING: mention mesonMarek Olšák1-3/+3
2018-02-17meson: bump the version numberMarek Olšák1-1/+1
2018-02-17configure.ac: bump version to 2.4.90Marek Olšák1-1/+1
2018-02-14android: Change gralloc_handle_t members to be fixed widthRobert Foss1-9/+11
2018-02-14android: Remove member name from gralloc_handle_tRobert Foss1-2/+1
2018-02-14android: Mark gralloc_handle_t magic variable as constRobert Foss1-1/+1
2018-02-14android: Add version variable to gralloc_handle_tRobert Foss1-1/+7
2018-02-14android: Move gralloc handle struct to libdrmRobert Foss3-2/+110
2018-02-12amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-checkMichel Dänzer1-0/+1
2018-02-09amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák3-0/+36
2018-02-09meson: include headers in root directory in ext_libdrmDylan Baker1-1/+1
2018-02-09amdgpu: clean up non list code path for vamgr v2Chunming Zhou2-80/+44
2018-02-08Revert "amdgpu: clean up non list code path for vamgr"Michel Dänzer2-43/+80
2018-02-08tests/amdgpu: add bo eviction testChunming Zhou2-1/+182
2018-02-08amdgpu: clean up non list code path for vamgrChunming Zhou2-80/+43
2018-02-08amdgpu: fix inefficient vamgr algorithmChunming Zhou1-3/+1
2018-02-07fix return value for syncobj waitChunming Zhou1-1/+1
2018-02-06drm: Fix 32-bit drmSyncobjWait.Bas Nieuwenhuizen1-1/+1
2018-01-31meson: fix libdrm_nouveau pkgconfig include directoriesDylan Baker1-1/+1
2018-01-31tests/amdgpu: add missing config.h includeEmil Velikov1-0/+4
2018-01-31meson,configure: turn undefined preprocessor tokens warnings into errorsEric Engestrom2-2/+2
2018-01-31exynos/tests: use #ifdef for never-defined tokenEric Engestrom1-2/+2
2018-01-31configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPSEric Engestrom1-0/+4
2018-01-31xf86drmHash: remove always-false #if guardsEric Engestrom1-6/+0
2018-01-31meson,configure: add warning when using undefined preprocessor tokensEric Engestrom2-2/+2
2018-01-29meson: cleanup whitespaceEric Engestrom1-4/+4
2018-01-29xf86atomic: fix -Wundef warningEric Engestrom1-1/+1
2018-01-29meson: sort HAVE_* definesEric Engestrom1-4/+7
2018-01-29always define HAVE_VALGRINDEric Engestrom4-7/+6
2018-01-29always define HAVE_CAIROEric Engestrom3-5/+5
2018-01-29always define HAVE_FREEDRENO_KGSLEric Engestrom4-7/+7
2018-01-29meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON}Eric Engestrom3-8/+20
2018-01-29meson,configure: remove unused HAVE_ETNAVIV defineEric Engestrom2-4/+1
2018-01-29meson,configure: remove unused HAVE_FREEDRENO defineEric Engestrom2-4/+1
2018-01-29meson,configure: remove unused HAVE_TEGRA defineEric Engestrom2-4/+1