summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Bump to version 2.4.94libdrm-2.4.94Kristian H. Kristensen2-2/+2
2018-08-23libdrm: add msm drm uapi headerTanmay Shah5-11/+8
2018-08-17amdgpu: add a function to create amdgpu bo internally (v4)Junwei Zhang1-105/+106
2018-08-17amdgpu: free flink bo in bo importJunwei Zhang1-0/+5
2018-08-17amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mappingMichel Dänzer1-2/+3
2018-08-16amdgpu: Disable deadlock test suite for RVLikun Gao1-1/+2
2018-08-16amdgpu: fix off by one in handle_table_insertChristian König1-1/+1
2018-08-15amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mappingMichel Dänzer1-1/+1
2018-08-14intel: Add a new CFL PCI ID.Rodrigo Vivi1-2/+4
2018-08-08freedreno: fix use-after-free with stateobj rb'sRob Clark1-1/+15
2018-08-08freedreno: don't leak stateobj rb refsRob Clark1-4/+11
2018-08-08tests/amdgpu: add test for finding bo by CPU mappingJunwei Zhang1-0/+33
2018-08-08amdgpu: add a function to find bo by cpu mapping (v2)Junwei Zhang2-0/+62
2018-08-08amdgpu: add bo from user memory to handle tableJunwei Zhang1-1/+10
2018-08-07tests/util: Add support for stm moduleBenjamin Gaignard1-0/+1
2018-08-07libdrm: Fix amdgpu build failureMike Lothian1-2/+1
2018-08-07tests/modetest: Add atomic supportBenjamin Gaignard1-28/+321
2018-08-07amdgpu: always add all BOs to handle tableChristian König1-10/+4
2018-08-07amdgpu: remove the hash table implementationChristian König5-831/+0
2018-08-07amdgpu: use handle table for flink namesChristian König3-28/+15
2018-08-07amdgpu: use handle table for KMS handlesChristian König3-12/+13
2018-08-07amdgpu: add handle table implementation v2Christian König3-1/+116
2018-08-07amdgpu: stop using the hash table for fd_tabChristian König2-33/+17
2018-07-31configure.ac: bump version to 2.4.93libdrm-2.4.93Marek Olšák2-2/+2
2018-07-30freedreno/msm: "stateobj" supportRob Clark2-8/+84
2018-07-30freedreno: slight reorderingRob Clark1-6/+6
2018-07-30freedreno: small cleanupRob Clark2-27/+31
2018-07-30freedreno: add fd_ringbuffer_new_object()Rob Clark8-10/+62
2018-07-30xf86drm: Fix error path in drmGetDevice2Mariusz Ceier1-0/+2
2018-07-25amdgpu: add amdgpu_bo_handle_type_kms_noimportMarek Olšák2-1/+10
2018-07-24drmdevice: print the correct host1x informationEmil Velikov1-2/+2
2018-07-24drmdevice: convert the tabbed output into a treeEmil Velikov1-39/+38
2018-07-24tests/drmdevice: add a couple of printf headersEmil Velikov1-1/+6
2018-07-24tests/drmdevices: install alongside other utilitiesEmil Velikov1-2/+7
2018-07-24xf86drm: Add drmDevice support for virtio_gpuEmil Velikov1-1/+12
2018-07-24xf86drm: introduce a get_real_pci_path() helperEmil Velikov1-8/+26
2018-07-24xf86drm: Allocate drmDevicePtr's on stackEmil Velikov1-56/+23
2018-07-24xf86drm: Fold drmDevice processing into process_device() helperEmil Velikov1-108/+51
2018-07-24xf86drm: introduce drm_device_has_rdev() helperEmil Velikov1-9/+25
2018-07-24xf86drm: drmGetDevice2: error out if the fd has unknown subsysEmil Velikov1-0/+2
2018-07-17amdgpu: make sure to set CLOEXEC on duplicated FDsChristian König1-2/+3
2018-07-11Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"Michel Dänzer1-1/+1
2018-07-10amdgpu: don't call add_handle_to_table for KMS BO exportsMarek Olšák1-1/+1
2018-06-20intel: Introducing Amber Lake platformJosé Roberto de Souza1-3/+6
2018-06-20intel: Introducing Whiskey Lake platformJosé Roberto de Souza1-16/+17
2018-06-18freedreno: add user ptr to fd_ringbufferRob Clark1-0/+5
2018-05-25amdgpu: Destroy fd_hash table when the last device is removed.Jan Vesely1-0/+4
2018-05-25amdgpu/util_hash_table: Add helper function to count the number of entries in...Jan Vesely2-0/+14
2018-05-25amdgpu: Take a lock before removing devices from fd_tab hash table.Jan Vesely1-4/+7
2018-05-22Always pass O_CLOEXEC when opening DRM file descriptorsMichel Dänzer1-3/+3