aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung/exynos/exynos5_fimd.c
Commit message (Expand)AuthorAgeFilesLines
* Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.Nathan Whitehorn2014-08-081-17/+16
* Correct the end address of the video frame buffer.Ruslan Bukin2014-04-051-3/+5
* Directly call kmem_alloc_contig to allocate framebuffer memoryRuslan Bukin2014-03-301-2/+6
* Remove printf's.Ruslan Bukin2014-03-201-6/+0
* Add driver for Display Controller.Ruslan Bukin2014-03-201-0/+413