summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-21configure.ac: bump version to 2.4.85HEADlibdrm-2.4.85masterMarek Olšák1-1/+1
2017-10-21amdgpu: add padding to the fence to handle ioctlMarek Olšák1-0/+1
2017-10-20Add const qualifier to arguments of drmModeAddFB2()Tobias Jakobi2-10/+11
2017-10-20amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez3-6/+29
2017-10-20headers: Sync amdgpu_drm.h with drm-nextAndres Rodriguez1-1/+30
2017-10-19modetest: Allow full testing of primary planesVille Syrjälä1-1/+2
2017-10-18modetest: Decode IN_FORMATS plane blob propertyKristian H. Kristensen1-0/+86
2017-10-12configure.ac: bump version to 2.4.84libdrm-2.4.84Marek Olšák1-1/+1
2017-10-12amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák3-0/+37
2017-10-12amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák3-0/+33
2017-10-12drm: add drmSyncobjWait wrapperMarek Olšák2-0/+25
2017-10-12amdgpu: add sync_file import and export functionsMarek Olšák3-0/+52
2017-10-12include: sync drm.h and amdgpu_drm.h with airlied/drm-nextMarek Olšák1-0/+21
2017-10-11headers: sync syncobj ioctl defines.Dave Airlie1-0/+22
2017-10-09headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1Rob Herring1-0/+47
2017-10-09Android: move libraries to /vendorRob Herring3-2/+5
2017-10-06tests/amdgpu: fix uvd enc data corruption issueJames Zhu2-3/+5
2017-10-06tests/amdgpu: add new uvd enc support checkJames Zhu1-6/+21
2017-10-04amdgpu: Add deadlock detection test suit.Andrey Grodzovsky4-2/+270
2017-10-04amdgpu: make userptr unit test more interestingChristian König1-0/+8
2017-09-28amdgpu: print error messages when amdgpu_device_initialize is failingMarek Olšák1-3/+16
2017-09-21intel: Change a KBL pci id to GT2 from GT1.5Anuj Phogat1-2/+2
2017-09-15freedreno/kgsl: fix pointer-to-int castEric Engestrom1-1/+1
2017-09-14etnaviv: prevent deadlock in error pathPhilipp Zabel1-0/+5
2017-09-04amdgpu: Do not write beyond allocated memory when parsing idsJan Vesely1-7/+8
2017-08-31tests/amdgpu: add missing header to SOURCESAlex Deucher1-1/+2
2017-08-24configure.ac: Bump version to 2.4.83libdrm-2.4.83Daniel Stone1-1/+1
2017-08-21etnaviv: fix etna_bo_from_namePhilipp Zabel1-1/+1
2017-08-21android: amdgpu: fix build breakChih-Wei Huang1-0/+6
2017-08-21android: add rules to build amdgpu.idsChih-Wei Huang1-0/+9
2017-08-21drmsltest: Check expected neighboursJan Vesely1-8/+20
2017-08-16tests/amdgpu: add uvd encode unit testsBoyuan Zhang6-1/+1050
2017-08-15drm: Pull new modifier uapi into drm_fourcc and drm_modeJason Ekstrand2-0/+81
2017-08-08amdgpu: merge and cleanup amdgpu_bo_freeMonk Liu2-56/+29
2017-08-08amdgpu: fix race issue between two bo functions(v2)Monk Liu2-6/+12
2017-08-07amdgpu: fix missing mutex unlock before returnMonk Liu1-0/+1
2017-08-07freedreno: prevent deadlock in error pathEric Engestrom1-0/+1
2017-08-07freedreno/msm: remove dead error pathEric Engestrom1-6/+2
2017-08-07freedreno: remove dead error pathEric Engestrom1-7/+3
2017-08-04test/amdgpu: fix test failure for SIFlora Cui3-124/+228
2017-08-04tests/amdgpu: bypass VCE tests on ravenHawking Zhang1-0/+17
2017-08-04tests/amdgpu: bypass UVD CS tests on ravenHawking Zhang1-0/+17
2017-08-02amdgpu: Add FX-9800P Bristol Ridge iGPU idJan Vesely1-0/+1
2017-08-01radeon: add fallthrough annotationEric Engestrom1-0/+1
2017-07-20xf86drm: continue with next device if drmProcessUsbDevice failsEmil Velikov1-1/+1
2017-07-20xf86drm: continue after drmProcessPlatformDevice failureGurchetan Singh1-2/+2
2017-07-19configure.ac: bump version for releaselibdrm-2.4.82Lucas Stach1-1/+1
2017-07-19amdgpu: add new symbols to tests.Dave Airlie1-0/+7
2017-07-19drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie2-0/+77
2017-07-19drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie2-1/+92