summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: Add SET/GET_FLAGS IOCTLsbaserock/jetson/drmThierry Reding2014-10-021-0/+21
* libdrm: tegra: Add GET/SET_TILING IOCTLsThierry Reding2014-10-021-0/+25
* libdrm: Make indentation consistentThierry Reding2014-10-021-2/+2
* libdrm: Remove gratuitous blank linesThierry Reding2014-10-021-11/+0
* WIP: VIC testThierry Reding2014-10-022-1/+103
* WIP: Add VIC supportThierry Reding2014-10-023-0/+6
* libdrm: valgrind-clear a few more IOCTL argumentsThierry Reding2014-10-021-0/+2
* tegra: Add gr2d-fill testThierry Reding2014-10-023-0/+148
* tegra: Add helper library for testsThierry Reding2014-10-025-1/+524
* tegra: Add channel, job, pushbuf and fence APIsThierry Reding2014-10-028-0/+713
* tegra: Add simple test for drm_tegra_open()Thierry Reding2014-10-025-0/+91
* libdrm: Add NVIDIA Tegra supportThierry Reding2014-10-0212-4/+561
* configure: Support symbol visibility when availableThierry Reding2014-10-023-0/+55
* configure.ac: bump version to 2.4.56 for releaselibdrm-2.4.562.4.56Marek Olšák2014-07-291-1/+1
* radeon: fix typo in sample split / fixes MSAA on HawaiiMarek Olšák2014-07-291-1/+1
* libdrm: Fix drm.h include in qxl drm header fileAndreas Boll2014-07-281-1/+1
* bump to version 2.4.55 for releaselibdrm-2.4.55Maarten Lankhorst2014-07-251-1/+1
* exynos: do not build fimg2d_test when building without libkms support.Maarten Lankhorst2014-07-251-0/+2
* radeon: Add missing header includes.Thomas Klausner2014-07-161-0/+2
* radeon: Remove superfluous parentheses.Thomas Klausner2014-07-161-9/+9
* exynos: fix scaling factor computation in g2d_copy_with_scaleTobias Jakobi2014-06-201-1/+1
* exynos: fix G2D_DOUBLE_TO_FIXED for non-integer inputTobias Jakobi2014-06-201-1/+1
* exynos: fix coordinate computation in g2d_copyTobias Jakobi2014-06-201-1/+1
* intel: Add new userptr ioctlTvrtko Ursulin2014-06-191-0/+16
* intel: Sync typo fix from the kernel sources.Damien Lespiau2014-06-191-1/+1
* intel: Sync the command parser version parameter from kernelDamien Lespiau2014-06-191-0/+1
* freedreno: add chip-id propertyRob Clark2014-06-184-0/+10
* freedreno: sync kernel headerRob Clark2014-06-181-0/+12
* drm: Add universal plane capability bit and plane type enumsMatt Roper2014-05-192-0/+12
* drmOpenByName: remove redundant drmAvailable checkDaniel Kurtz2014-05-131-13/+0
* exynos: removed unused fd fieldDaniel Kurtz2014-05-121-2/+0
* exynos: prime: use drmPrime*() helpersDaniel Kurtz2014-05-121-38/+10
* exynos_fimg2d_test: fix drmModeRmFBDaniel Kurtz2014-05-121-1/+1
* exynos: remove unusable "run" targetDaniel Kurtz2014-05-121-2/+0
* exynos_fimg2d: fix cast from pointer to integer of different sizeDaniel Kurtz2014-05-121-2/+2
* exynos: fix two warningsDaniel Kurtz2014-05-121-2/+2
* eyxnos: install exynos tests if HAVE_INSTALL_TESTSDaniel Kurtz2014-05-121-0/+5
* bump version to 2.4.54 for releaselibdrm-2.4.54Alex Deucher2014-05-021-1/+1
* radeon: add Mullins pci idsSamuel Li2014-05-021-0/+17
* radeon: add Mullins chip familySamuel Li2014-05-021-0/+1
* Use signed location for drmModeSetPlaneDaniel Kurtz2014-05-012-2/+2
* intel/chv: Add Cherryview PCI IDsVille Syrjälä2014-04-291-1/+11
* freedreno: add missing fxn prototypeRob Clark2014-04-251-0/+2
* modetest: add cursor supportRob Clark2014-04-224-5/+310
* tests: Use drmFreeVersion() instead of drmFree()Thierry Reding2014-04-171-1/+1
* libdrm: Remove extraneous parameterThierry Reding2014-04-171-1/+1
* intel: Fix some format stringsThierry Reding2014-04-171-10/+10
* Mark functions printf-like where possibleThierry Reding2014-04-174-10/+11
* amend previous commit to actually compileMaarten Lankhorst2014-04-161-7/+15
* nouveau: safen up nouveau_device list usage against concurrent accessMaarten Lankhorst2014-04-152-22/+89