summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump to version 2.4.94libdrm-2.4.94Kristian H. Kristensen2018-08-232-2/+2
* libdrm: add msm drm uapi headerTanmay Shah2018-08-235-11/+8
* amdgpu: add a function to create amdgpu bo internally (v4)Junwei Zhang2018-08-171-105/+106
* amdgpu: free flink bo in bo importJunwei Zhang2018-08-171-0/+5
* amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mappingMichel Dänzer2018-08-171-2/+3
* amdgpu: Disable deadlock test suite for RVLikun Gao2018-08-161-1/+2
* amdgpu: fix off by one in handle_table_insertChristian König2018-08-161-1/+1
* amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mappingMichel Dänzer2018-08-151-1/+1
* intel: Add a new CFL PCI ID.Rodrigo Vivi2018-08-141-2/+4
* freedreno: fix use-after-free with stateobj rb'sRob Clark2018-08-081-1/+15
* freedreno: don't leak stateobj rb refsRob Clark2018-08-081-4/+11
* tests/amdgpu: add test for finding bo by CPU mappingJunwei Zhang2018-08-081-0/+33
* amdgpu: add a function to find bo by cpu mapping (v2)Junwei Zhang2018-08-082-0/+62
* amdgpu: add bo from user memory to handle tableJunwei Zhang2018-08-081-1/+10
* tests/util: Add support for stm moduleBenjamin Gaignard2018-08-071-0/+1
* libdrm: Fix amdgpu build failureMike Lothian2018-08-071-2/+1
* tests/modetest: Add atomic supportBenjamin Gaignard2018-08-071-28/+321
* amdgpu: always add all BOs to handle tableChristian König2018-08-071-10/+4
* amdgpu: remove the hash table implementationChristian König2018-08-075-831/+0
* amdgpu: use handle table for flink namesChristian König2018-08-073-28/+15
* amdgpu: use handle table for KMS handlesChristian König2018-08-073-12/+13
* amdgpu: add handle table implementation v2Christian König2018-08-073-1/+116
* amdgpu: stop using the hash table for fd_tabChristian König2018-08-072-33/+17
* configure.ac: bump version to 2.4.93libdrm-2.4.93Marek Olšák2018-07-312-2/+2
* freedreno/msm: "stateobj" supportRob Clark2018-07-302-8/+84
* freedreno: slight reorderingRob Clark2018-07-301-6/+6
* freedreno: small cleanupRob Clark2018-07-302-27/+31
* freedreno: add fd_ringbuffer_new_object()Rob Clark2018-07-308-10/+62
* xf86drm: Fix error path in drmGetDevice2Mariusz Ceier2018-07-301-0/+2
* amdgpu: add amdgpu_bo_handle_type_kms_noimportMarek Olšák2018-07-252-1/+10
* drmdevice: print the correct host1x informationEmil Velikov2018-07-241-2/+2
* drmdevice: convert the tabbed output into a treeEmil Velikov2018-07-241-39/+38
* tests/drmdevice: add a couple of printf headersEmil Velikov2018-07-241-1/+6
* tests/drmdevices: install alongside other utilitiesEmil Velikov2018-07-241-2/+7
* xf86drm: Add drmDevice support for virtio_gpuEmil Velikov2018-07-241-1/+12
* xf86drm: introduce a get_real_pci_path() helperEmil Velikov2018-07-241-8/+26
* xf86drm: Allocate drmDevicePtr's on stackEmil Velikov2018-07-241-56/+23
* xf86drm: Fold drmDevice processing into process_device() helperEmil Velikov2018-07-241-108/+51
* xf86drm: introduce drm_device_has_rdev() helperEmil Velikov2018-07-241-9/+25
* xf86drm: drmGetDevice2: error out if the fd has unknown subsysEmil Velikov2018-07-241-0/+2
* amdgpu: make sure to set CLOEXEC on duplicated FDsChristian König2018-07-171-2/+3
* Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"Michel Dänzer2018-07-111-1/+1
* amdgpu: don't call add_handle_to_table for KMS BO exportsMarek Olšák2018-07-101-1/+1
* intel: Introducing Amber Lake platformJosé Roberto de Souza2018-06-201-3/+6
* intel: Introducing Whiskey Lake platformJosé Roberto de Souza2018-06-201-16/+17
* freedreno: add user ptr to fd_ringbufferRob Clark2018-06-181-0/+5
* amdgpu: Destroy fd_hash table when the last device is removed.Jan Vesely2018-05-251-0/+4
* amdgpu/util_hash_table: Add helper function to count the number of entries in...Jan Vesely2018-05-252-0/+14
* amdgpu: Take a lock before removing devices from fd_tab hash table.Jan Vesely2018-05-251-4/+7
* Always pass O_CLOEXEC when opening DRM file descriptorsMichel Dänzer2018-05-221-3/+3