summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | exynos/fimg2d: add g2d_config_eventTobias Jakobi2015-12-183-2/+28
| * | tests/exynos: add fimg2d performance analysisTobias Jakobi2015-12-183-2/+345
| * | exynos: Introduce exynos_handle_event()Tobias Jakobi2015-12-184-0/+115
| * | intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-checkKristian Høgsberg Kristensen2015-12-141-0/+1
| * | Add tests/drmdevice to .gitignoreKristian Høgsberg Kristensen2015-12-141-0/+1
| * | intel: Add support for softpinMichał Winiarski2015-12-144-27/+169
| * | intel: add drm_intel_bo_use_48b_address_range to symbol-check testMichel Thierry2015-12-141-0/+1
| * | intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)Michel Thierry2015-12-144-19/+95
| * | intel: Update i915_drm.hKristian Høgsberg Kristensen2015-12-141-10/+49
| * | intel: add the missing <strings.h> includeChih-Wei Huang2015-12-011-0/+1
| * | amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis2015-11-201-2/+4
| * | amdgpu: fix overflow for timeout calculationJammy Zhou2015-11-201-2/+6
| * | configure.ac: test for the same atomic function as the one we useEmil Velikov2015-11-161-1/+1
| * | configure.ac: rework compiler builtin atomic testsJonathan Gray2015-11-161-2/+2
| * | radeon: Handle surface offsets exceeding 32 bits correctlyMichel Dänzer2015-11-101-8/+9
| * | libdrm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin2015-11-051-1/+1
| * | intel: Cleanup SKL PCI ID definitions.Ben Widawsky2015-11-031-18/+22
| * | intel: Add SKL GT4 PCI IDsBen Widawsky2015-11-031-4/+14
| * | amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis2015-10-221-2/+9
| * | amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis2015-10-221-2/+2
| * | amdgpu: Unlock mutex if base_required is invalidTom St Denis2015-10-221-1/+3
| * | drm: add virtgpu_drm.hDave Airlie2015-10-201-0/+167
| * | xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper2015-10-201-2/+2
| * | xf86drm: Fix error handling for drmGetDevice()Matt Roper2015-10-201-5/+5
| * | Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer2015-10-131-9/+10
| * | xf86drm: Fix error handling for drmGetDevices()Matt Roper2015-10-021-5/+5
| * | xf86drm: include <limits.h> for PATH_MAXFelix Janda2015-09-281-0/+1
| * | xf86drm: remove makedev() hack/workaroundEmil Velikov2015-09-211-8/+0
| * | exynos/fimg2d: remove g2d_context from public headerTobias Jakobi2015-09-212-13/+16
| * | exynos/fimg2d: add message prefixTobias Jakobi2015-09-211-14/+16
| * | exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi2015-09-211-11/+7
| * | exynos/fimg2d: remove superfluous initialization of g2d_point_valTobias Jakobi2015-09-211-19/+0
| * | exynos/fimg2d: remove default case from g2d_get_blend_op()Tobias Jakobi2015-09-211-5/+5
| * | exynos/fimg2d: add g2d_validate_xyz() functionsTobias Jakobi2015-09-211-55/+126
| * | exynos/fimg2d: add g2d_check_space()Tobias Jakobi2015-09-211-35/+64
| * | exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()Tobias Jakobi2015-09-211-12/+2
| * | exynos/fimg2d: fix empty buffer handling in g2d_flush()Tobias Jakobi2015-09-211-1/+1
| * | Fix SunOS/NetBSD atomic macroEmil Velikov2015-09-211-1/+1
| * | tests/drmdevice: add drm{Get,Free}Device() exampleEmil Velikov2015-09-211-2/+21
| * | xf86drm: add drm{Get,Free}DeviceEmil Velikov2015-09-212-1/+117
| * | xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevicesEmil Velikov2015-09-211-49/+74
| * | xf86drm: warn on missing drmGetMinorNameForFD implementationEmil Velikov2015-09-211-0/+2
| * | xf86drm: move ifdef __linux__ guards where neededEmil Velikov2015-09-211-18/+15
| * | xf86drm: rework drmGetDevices()Emil Velikov2015-09-211-110/+94
| * | util_math: add MAX3 macroEmil Velikov2015-09-211-0/+1
| * | xf86drm: rename drmSameDevice to drmCompareBusInfoEmil Velikov2015-09-211-6/+8
| * | xf86drm: move the final linux specific bits out of drmGetDevicesEmil Velikov2015-09-211-10/+9
| * | xf86drm: move platform details to drmParsePciDeviceInfo()Emil Velikov2015-09-211-21/+15
| * | xf86drm: flex platform specifics into drmParsePciBusInfoEmil Velikov2015-09-211-26/+20
| * | tests/drmdevice: add new 'test'Emil Velikov2015-09-212-0/+94