summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-21xf86drm: Be sure to closedir before returnKevin Strasser1-0/+2
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