summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for releaselibdrm-2.4.672.4.67Rob Clark2016-02-151-1/+1
* freedreno: add support for FD_MAX_FREQRob Clark2016-02-123-0/+6
* freedreno: small refactor for get_paramRob Clark2016-02-121-13/+30
* freedreno: update uapiRob Clark2016-02-121-0/+1
* amdgpu: fix for submition with no ibsKen Wang2016-02-042-0/+9
* tests/amdgpu: add a test for cp dma copyAlex Deucher2016-02-041-0/+18
* tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear genericAlex Deucher2016-02-041-10/+17
* tests/amdgpu: add a test for cp dma fillAlex Deucher2016-02-041-0/+18
* tests/amdgpu: make amdgpu_command_submission_sdma_const_fill genericAlex Deucher2016-02-041-8/+16
* tests/amdgpu: add a test for cp write dataAlex Deucher2016-02-041-0/+125
* tests/amdgpu: make amdgpu_command_submission_sdma_write_linear genericAlex Deucher2016-02-041-9/+18
* tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)Alex Deucher2016-02-041-23/+28
* android: enable building static version of libdrmSumit Semwal2016-02-041-0/+19
* libkms: add libdrm to Requires.privateEmil Velikov2016-02-041-0/+1
* radeon: add libdrm to Requires.privateEmil Velikov2016-02-041-0/+1
* amdgpu: add libdrm as private requirement/dependencyEmil Velikov2016-02-041-0/+1
* vc4: Add headers and .pc files for VC4 userspace development.Eric Anholt2016-02-037-0/+742
* util: Add support for vc4.Eric Anholt2016-02-031-0/+1
* vc4: Add the DRM header file.Eric Anholt2016-02-032-0/+280
* tests/kmstest: inverse the order of LDADD librariesEmil Velikov2016-01-271-2/+2
* tests: Include poll.h rather than sys/poll.hKylie McClain2016-01-262-2/+2
* tests: Include sys/select.hKhem Raj2016-01-265-1/+13
* tests: util: Fixup util_open() parameter orderThierry Reding2016-01-263-3/+3
* tests: add fsl-dcu-drm to modulesStefan Agner2016-01-261-0/+1
* kmstest: Use util_open()Stefan Agner2016-01-262-17/+32
* configure.ac: don't detect disabled options dependenciesMarcin Ślusarz2016-01-241-14/+22
* xf86drm: Bound strstr() to the allocated dataDamien Lespiau2016-01-221-1/+2
* radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctlMichel Dänzer2016-01-211-1/+1
* amdgpu: Add new symbols to amdgpu-symbols-checkMichel Dänzer2016-01-201-0/+4
* amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang2016-01-201-2/+2
* tests/amdgpu: add semaphore testChunming Zhou2016-01-201-0/+133
* amdgpu: add semaphore supportMarek Olšák2016-01-203-4/+249
* amdgpu: validate user memory for userptrChunming Zhou2016-01-201-1/+2
* amdgpu: drop address patching logicsmonk.liu2016-01-201-10/+1
* configure.ac: disable annoying warning -Wmissing-field-initializersMarek Olšák2016-01-202-3/+2
* Fix memory leak with drmModeGetConnectorCurrent()Ville Syrjälä2016-01-071-4/+7
* intel/kbl: Add Kabylake PCI idsRodrigo Vivi2016-01-061-1/+56
* intel: Restore formatting of offsets in debug statementslibdrm-2.4.66Michał Winiarski2015-12-221-9/+14
* Bump version for releaseBen Skeggs2015-12-221-1/+1
* nouveau: clean up nouveau.h, noting deprecated members/functionsBen Skeggs2015-12-221-113/+114
* nouveau: add support for newer kernel interfacesBen Skeggs2015-12-222-7/+155
* nouveau: add new interface to create a nouveau_deviceBen Skeggs2015-12-223-47/+89
* nouveau: remove nouveau_object_find()Ben Skeggs2015-12-223-13/+0
* nouveau: make use of nouveau_drm::fd instead of nouveau_device::fdBen Skeggs2015-12-223-31/+40
* nouveau: stack legacy nouveau_device on top of nouveau_drmBen Skeggs2015-12-221-25/+21
* nouveau: introduce object to represent the kernel clientBen Skeggs2015-12-223-0/+55
* nouveau: add interfaces to query information about supported classesBen Skeggs2015-12-225-1/+117
* nouveau: add interface to call an object's methodsBen Skeggs2015-12-223-0/+10
* nouveau: make it possible to init object in pre-allocated memoryBen Skeggs2015-12-221-16/+48
* nouveau: move object functions up, to avoid future foward declsBen Skeggs2015-12-221-56/+56