summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xf86drm: Be sure to closedir before returnKevin Strasser2018-05-211-0/+2
* bump version for releaselibdrm-2.4.92Rob Clark2018-05-092-2/+2
* freedreno: add fd_pipe refcountingRob Clark2018-05-094-0/+12
* intel: add support for ICL 11Paulo Zanoni2018-05-013-2/+31
* amdgpu: Deinitialize vamgr_high{,_32}Michel Dänzer2018-04-271-0/+2
* Intel: Add a Kaby Lake PCI IDMatt Atwood2018-04-241-2/+4
* amdgpu: enlarge the maximum number of cards supportedXiaojie Yuan2018-04-191-1/+1
* tests/amdgpu: add vce mv tests support and setsJames Zhu2018-04-062-3/+235
* libdrm: gralloc_handle.h: Fix build issue with AndroidJohn Stultz2018-04-031-1/+1
* headers: Update READMEDaniel Stone2018-03-301-5/+1
* headers: Sync with drm-nextDaniel Stone2018-03-308-26/+451
* headers: sync up amdgpu_drm.h with drm-nextRex Zhu2018-03-301-0/+4
* Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on...Emil Velikov2018-03-281-2/+0
* intel: Do not use libpciaccess on AndroidTomasz Figa2018-03-282-2/+13
* xf86drmMode: merge successive mutually-exclusive #ifsEric Engestrom2018-03-221-2/+1
* libdrm: Use readdir instead of readdir_r to avoid build warningsJohn Stultz2018-03-221-19/+3
* android: Add missing include exportsStefan Schake2018-03-221-1/+3
* omap: add Android build supportGowtham Tammana2018-03-221-0/+13
* libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_exportSatyajit2018-03-221-2/+3
* meson: drop unnecessary variableEric Engestrom2018-03-201-2/+1
* meson: move line to allow using `config` earlierEric Engestrom2018-03-201-2/+2
* meson: drop unneeded dependency to libudevEric Engestrom2018-03-201-7/+1
* meson,configure: include config.h automaticallyEric Engestrom2018-03-2096-370/+3
* meson: replace `if(compiles) have=true` with `have=compiles`Eric Engestrom2018-03-201-3/+2
* meson,configure: always define UDEVEric Engestrom2018-03-203-5/+7
* meson,configure: always define HAVE_VISIBILITYEric Engestrom2018-03-203-5/+6
* meson,configure: always define HAVE_OPEN_MEMSTREAMEric Engestrom2018-03-203-6/+6
* tests: fix memory leak issueInki Dae2018-03-201-3/+6
* libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64John Stultz2018-03-181-0/+2
* tests/exynos: remove dead conditionSeung-Woo Kim2018-03-151-7/+0
* meson: detect alloca.hEric Engestrom2018-03-141-1/+1
* meson: make it easy to add headers to checkEric Engestrom2018-03-141-6/+5
* meson: don't use compiler.has_headerDylan Baker2018-03-131-2/+2
* meson: use pkg-config to detect libatomic_opsEric Engestrom2018-03-099-9/+11
* drm/amdgpu: Remove IB count checkingSabre Shao2018-03-081-2/+0
* Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"Marek Olšák2018-03-081-1/+1
* amdgpu:support 16 ibs per submit for PAL/SRIOVQiang Yu2018-03-081-1/+1
* freedreno: add missing symbols to symbol-checkEric Engestrom2018-03-081-0/+2
* drm/atomic: Refuse to add invalid objects to requestsDaniel Stone2018-03-071-0/+3
* intel/intel_chipset.h: Sync Cannonlake IDs.Rodrigo Vivi2018-03-051-24/+28
* bump version for releaselibdrm-2.4.91Rob Clark2018-03-052-2/+2
* meson: add configuration summaryEric Engestrom2018-03-051-0/+17
* tests/amdgpu: Fix misspellings of "suite"Michel Dänzer2018-03-022-12/+12
* test/amdgpu: disable bo eviction test by defaultChunming Zhou2018-03-021-0/+2
* amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"Christian König2018-02-281-2/+2
* amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König2018-02-284-8/+24
* amdgpu: mostly revert "use the high VA range if possible v2"Christian König2018-02-282-14/+20
* freedreno: add interface to get buffer addressRob Clark2018-02-264-0/+27
* *-symbol-check: Don't hard-code nm executableHeiko Becker2018-02-2320-9/+22
* android: fix gralloc_handle_create() problemsRob Herring2018-02-201-18/+16