summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-05LLC non-blocking mapsnon-llc-non-blockingBen Widawsky1-6/+13
2015-01-05Extract CPU mapBen Widawsky1-25/+41
2015-01-04intel: Non-llc based non-blocking maps.Ben Widawsky1-12/+16
2014-11-27tegra: Implement drm_tegra_bo_{get,set}_tiling()Thierry Reding2-0/+61
2014-11-27tegra: Implement drm_tegra_bo_{get,set}_flags()Thierry Reding2-0/+49
2014-11-27tegra: Add SET/GET_FLAGS IOCTLsThierry Reding1-0/+21
2014-11-27tegra: Add GET/SET_TILING IOCTLsThierry Reding1-0/+25
2014-11-27tegra: Add simple test for drm_tegra_open()Thierry Reding5-0/+90
2014-11-27libdrm: Add NVIDIA Tegra supportThierry Reding12-3/+556
2014-11-24update signed/object prop typesRob Clark4-19/+84
2014-11-24modetest: Print newline for empty blobsVille Syrjälä1-1/+3
2014-11-24modetest: alpha buffersRob Clark1-1/+2
2014-11-24tests: add proptestPaulo Zanoni5-1/+331
2014-11-24modetest: universal plane supportRob Clark1-0/+2
2014-11-22modetest: Use threads for cursors instead of SIGALRMJasper St. Pierre2-29/+31
2014-11-21intel: Avoid overcounting fences when emitting self-referential relocsChris Wilson1-6/+9
2014-11-20intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0Thomas Meyer1-3/+4
2014-11-18freedreno: do handle lookup on handle and dmabuf importRob Clark1-0/+7
2014-09-30intel/skl: add gen9 to the CS decoding initDamien Lespiau1-1/+3
2014-09-30intel/skl: Add gen9 to the buffer manager initDamien Lespiau1-0/+2
2014-09-30intel/skl: Add SKL PCI idsDamien Lespiau1-1/+42
2014-09-29radeon: Always multiply pitch_bytes by nsamples, not by slice_ptMichel Dänzer1-2/+2
2014-09-28configure.ac: bump version to 2.4.58 for releaseRob Clark1-1/+1
2014-09-28more compile fixRob Clark1-0/+4
2014-09-28fix compile error on 32bit systemsRob Clark13-0/+52
2014-09-28configure.ac: bump version to 2.4.57 for releaseRob Clark1-1/+1
2014-09-28intel: use drm_mmap/drm_munmap wrappersEmil Velikov2-10/+9
2014-09-28freedreno: use drm_mmap/drm_munmap wrappersEmil Velikov4-6/+5
2014-09-28radeon: use drm_mmap/drm_munmap wrappersEmil Velikov3-6/+3
2014-09-28nouveau: use drm_mmap/drm_munmap wrappersEmil Velikov1-3/+3
2014-09-28libkms: use drm_mmap/drm_munmap wrappersEmil Velikov5-18/+16
2014-09-28drm: use drm_mmap/drm_munmap wrappersEmil Velikov1-4/+4
2014-09-28Add private mmap/munmap wrappersEmil Velikov1-0/+55
2014-09-28automake: pick up all files for distribution.Emil Velikov7-4/+11
2014-09-28modetest: Add support of STI driverBenjamin Gaignard1-1/+1
2014-09-28modetest: add Android buildEmil Velikov2-1/+16
2014-09-28modetest: move sources lists to makefiles.sourcesEmil Velikov2-4/+9
2014-09-28libkms: add Android buildEmil Velikov2-1/+55
2014-09-28libkms: move sources lists to makefile.sourcesEmil Velikov2-11/+32
2014-09-28libkms: build the intel backend only when neededEmil Velikov3-6/+18
2014-09-28configure: unconditionally check for atomic ops/primitivesEmil Velikov1-85/+82
2014-09-28automake: fix 'make commit-headers'Emil Velikov1-2/+2
2014-09-28Remove i810_drm.h and i830_drm.h from the distribution tarballEmil Velikov3-624/+1
2014-09-28automake: remove obsolete makefilesEmil Velikov7-59/+31
2014-09-21freedreno: add dmabuf import/export helpersRob Clark3-0/+46
2014-09-19intel: Don't leak the test page in an has_userptr() error pathDamien Lespiau1-3/+2
2014-09-19intel: Adding locks for drm objects synchronization.Rafal Sapala1-4/+24
2014-09-17intel: Add support for userptr objectsTvrtko Ursulin4-1/+193
2014-09-15intel: make drm_intel_gem_bo_get_reloc_count() thread safeLionel Landwerlin1-0/+7
2014-09-15intel: make bo_unreference() thread safeLionel Landwerlin1-3/+8