summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22intel: Cleanup SKL PCI ID definitions.gt4Ben Widawsky1-18/+22
2015-10-22intel: Add SKL GT4 PCI IDsBen Widawsky1-4/+14
2015-10-21drm: add virtgpu_drm.hDave Airlie1-0/+167
2015-10-20xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper1-2/+2
2015-10-20xf86drm: Fix error handling for drmGetDevice()Matt Roper1-5/+5
2015-10-14Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer1-9/+10
2015-10-02xf86drm: Fix error handling for drmGetDevices()Matt Roper1-5/+5
2015-09-28xf86drm: include <limits.h> for PATH_MAXFelix Janda1-0/+1
2015-09-21xf86drm: remove makedev() hack/workaroundEmil Velikov1-8/+0
2015-09-21exynos/fimg2d: remove g2d_context from public headerTobias Jakobi2-13/+16
2015-09-21exynos/fimg2d: add message prefixTobias Jakobi1-14/+16
2015-09-21exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi1-11/+7
2015-09-21exynos/fimg2d: remove superfluous initialization of g2d_point_valTobias Jakobi1-19/+0
2015-09-21exynos/fimg2d: remove default case from g2d_get_blend_op()Tobias Jakobi1-5/+5
2015-09-21exynos/fimg2d: add g2d_validate_xyz() functionsTobias Jakobi1-55/+126
2015-09-21exynos/fimg2d: add g2d_check_space()Tobias Jakobi1-35/+64
2015-09-21exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()Tobias Jakobi1-12/+2
2015-09-21exynos/fimg2d: fix empty buffer handling in g2d_flush()Tobias Jakobi1-1/+1
2015-09-21Fix SunOS/NetBSD atomic macroEmil Velikov1-1/+1
2015-09-21tests/drmdevice: add drm{Get,Free}Device() exampleEmil Velikov1-2/+21
2015-09-21xf86drm: add drm{Get,Free}DeviceEmil Velikov2-1/+117
2015-09-21xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevicesEmil Velikov1-49/+74
2015-09-21xf86drm: warn on missing drmGetMinorNameForFD implementationEmil Velikov1-0/+2
2015-09-21xf86drm: move ifdef __linux__ guards where neededEmil Velikov1-18/+15
2015-09-21xf86drm: rework drmGetDevices()Emil Velikov1-110/+94
2015-09-21util_math: add MAX3 macroEmil Velikov1-0/+1
2015-09-21xf86drm: rename drmSameDevice to drmCompareBusInfoEmil Velikov1-6/+8
2015-09-21xf86drm: move the final linux specific bits out of drmGetDevicesEmil Velikov1-10/+9
2015-09-21xf86drm: move platform details to drmParsePciDeviceInfo()Emil Velikov1-21/+15
2015-09-21xf86drm: flex platform specifics into drmParsePciBusInfoEmil Velikov1-26/+20
2015-09-21tests/drmdevice: add new 'test'Emil Velikov2-0/+94
2015-09-21xf86drmMode: smoke-test the atomic APIEmil Velikov1-1/+16
2015-09-21automake: set --enable-valgrind during make distcheckEmil Velikov1-1/+2
2015-09-19freedreno: debug msg cleanupRob Clark1-2/+2
2015-09-19freedreno: drop exported dmabuf fd trackingRob Clark4-19/+10
2015-09-19freedreno: don't reuse exported buffersRob Clark1-0/+2
2015-09-16Bump version for releaseRob Clark1-1/+1
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith2-0/+6
2015-09-09libdrm: Add framebuffer modifiers uapiTvrtko Ursulin3-1/+104
2015-09-09tests: Add -lm to LDADD for dristatMichel Dänzer1-0/+2
2015-09-04configure: remove -Wno-missing-field-initializersEmil Velikov1-1/+1
2015-09-04intel: ignore missing-field-initializers warningsEmil Velikov1-0/+3
2015-09-04nouveau: use designated initializersEmil Velikov2-6/+13
2015-09-04tests/amdgpu: ensure tests work by using c99 initializersEmil Velikov1-8/+24
2015-09-04tests/amdgpu: annotate (most of) the vce templates as const dataEmil Velikov1-12/+12
2015-09-04tests/amdgpu: annotate the uvd message templates as const dataEmil Velikov1-5/+5
2015-09-04tests/amdgpu: reference the correct variable for memcpyEmil Velikov1-2/+2
2015-09-04freedreno: annotate the device/bo/pipe/ringbuffer funcs as const dataEmil Velikov10-12/+12
2015-09-04radeon: cleanup bo/cs func tablesEmil Velikov4-23/+24
2015-09-04libkms: use static const for good measureEmil Velikov1-1/+1