summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-09bump version for releaselibdrm-2.4.92Rob Clark2-2/+2
2018-05-09freedreno: add fd_pipe refcountingRob Clark4-0/+12
2018-05-01intel: add support for ICL 11Paulo Zanoni3-2/+31
2018-04-27amdgpu: Deinitialize vamgr_high{,_32}Michel Dänzer1-0/+2
2018-04-24Intel: Add a Kaby Lake PCI IDMatt Atwood1-2/+4
2018-04-19amdgpu: enlarge the maximum number of cards supportedXiaojie Yuan1-1/+1
2018-04-06tests/amdgpu: add vce mv tests support and setsJames Zhu2-3/+235
2018-04-03libdrm: gralloc_handle.h: Fix build issue with AndroidJohn Stultz1-1/+1
2018-03-30headers: Update READMEDaniel Stone1-5/+1
2018-03-30headers: Sync with drm-nextDaniel Stone8-26/+451
2018-03-30headers: sync up amdgpu_drm.h with drm-nextRex Zhu1-0/+4
2018-03-28Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on...Emil Velikov1-2/+0
2018-03-28intel: Do not use libpciaccess on AndroidTomasz Figa2-2/+13
2018-03-22xf86drmMode: merge successive mutually-exclusive #ifsEric Engestrom1-2/+1
2018-03-22libdrm: Use readdir instead of readdir_r to avoid build warningsJohn Stultz1-19/+3
2018-03-22android: Add missing include exportsStefan Schake1-1/+3
2018-03-22omap: add Android build supportGowtham Tammana1-0/+13
2018-03-22libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_exportSatyajit1-2/+3
2018-03-20meson: drop unnecessary variableEric Engestrom1-2/+1
2018-03-20meson: move line to allow using `config` earlierEric Engestrom1-2/+2
2018-03-20meson: drop unneeded dependency to libudevEric Engestrom1-7/+1
2018-03-20meson,configure: include config.h automaticallyEric Engestrom96-370/+3
2018-03-20meson: replace `if(compiles) have=true` with `have=compiles`Eric Engestrom1-3/+2
2018-03-20meson,configure: always define UDEVEric Engestrom3-5/+7
2018-03-20meson,configure: always define HAVE_VISIBILITYEric Engestrom3-5/+6
2018-03-20meson,configure: always define HAVE_OPEN_MEMSTREAMEric Engestrom3-6/+6
2018-03-20tests: fix memory leak issueInki Dae1-3/+6
2018-03-18libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64John Stultz1-0/+2
2018-03-15tests/exynos: remove dead conditionSeung-Woo Kim1-7/+0
2018-03-14meson: detect alloca.hEric Engestrom1-1/+1
2018-03-14meson: make it easy to add headers to checkEric Engestrom1-6/+5
2018-03-13meson: don't use compiler.has_headerDylan Baker1-2/+2
2018-03-09meson: use pkg-config to detect libatomic_opsEric Engestrom9-9/+11
2018-03-08drm/amdgpu: Remove IB count checkingSabre Shao1-2/+0
2018-03-08Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"Marek Olšák1-1/+1
2018-03-08amdgpu:support 16 ibs per submit for PAL/SRIOVQiang Yu1-1/+1
2018-03-08freedreno: add missing symbols to symbol-checkEric Engestrom1-0/+2
2018-03-07drm/atomic: Refuse to add invalid objects to requestsDaniel Stone1-0/+3
2018-03-05intel/intel_chipset.h: Sync Cannonlake IDs.Rodrigo Vivi1-24/+28
2018-03-05bump version for releaselibdrm-2.4.91Rob Clark2-2/+2
2018-03-05meson: add configuration summaryEric Engestrom1-0/+17
2018-03-02tests/amdgpu: Fix misspellings of "suite"Michel Dänzer2-12/+12
2018-03-02test/amdgpu: disable bo eviction test by defaultChunming Zhou1-0/+2
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