Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | libkms: remove explicit define _FILE_OFFSET_BITS 64 | Emil Velikov | |
configure.ac has AC_SYS_LARGEFILE which provides the define and/or approapriate magic when required. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||
2014-09-01 | all: include config.h only when available and use its defines | Emil Velikov | |
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||
2014-01-12 | tests/kmstest: support exynos | Hyungwon Hwang | |
In this patch, to support exynos for KMS, Exynos KMS driver is newly added. Also, Exynos is added to the list of kmstest supported modules. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Signed-off-by: Rob Clark <robclark@freedesktop.org> |