summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 releaselibdrm-2.4.65Rob 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
2015-09-04modetest: annotate const data as such for good measureEmil Velikov1-5/+5
2015-09-04amdgpu: remove unneeded -Wno-switch-enum flagEmil Velikov1-1/+1
2015-09-04configure: enable -Wshadow when availableEmil Velikov1-1/+1
2015-09-04intel: introduce to_bo_gem() helperEmil Velikov1-6/+9
2015-09-04intel: error out on has_error in exec2Emil Velikov1-2/+5
2015-09-04intel: resolve shadowing warningsEmil Velikov3-10/+6
2015-09-04modetest: fix shadowing warningsEmil Velikov1-3/+0
2015-09-04vbltest: fix variable shadowing warningEmil Velikov1-1/+0
2015-09-04freedreno: add API to get drm fd from fd_deviceRob Clark3-0/+7
2015-09-04drm: make individual drm_server_info fxns optionalRob Clark1-5/+7
2015-09-03freedreno: don't take ownership of the dmabuf fd on importRob Clark1-1/+0
2015-09-02amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()Jonathan Gray1-1/+1
2015-09-02amdgpu: fix missing deinit on vamgr_32monk.liu1-0/+2
2015-08-31freedreno: serialize drmPrimeFDToHandle under table_lockVarad Gautam1-1/+9
2015-08-31freedreno: use drmPrime wrappers to import/export prime bo'sVarad Gautam1-12/+7
2015-08-26omap: Initialize DMA BUF file descriptor to -1Thierry Reding1-0/+1