Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-11 | omap: add dmabuf support | Rob Clark | |
Signed-off-by: Rob Clark <rob@ti.com> | |||
2012-04-03 | omap: fix compiler warning | Víctor Manuel Jáquez Leal | |
When compiling with linaro toolchain version 4.6.2 got this warning. CC omap_drm.lo omap_drm.c: In function 'omap_bo_new_impl': omap_drm.c:139:6: warning: 'bo' may be used uninitialized in this function [-Wuninitialized] This patch initialize bo to NULL avoiding the warning. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Rob Clark <rob@ti.com> | |||
2012-03-28 | omap: add omapdrm support | Rob Clark | |
This adds libdrm_omap helper layer (as used by xf86-video-omap, omapdrmtest, etc). Signed-off-by: Rob Clark <rob@ti.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> [danvet: pushed for Rob, he doesn't yet have commit access.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> |