From 55266abf98a0c3b2927f723ca00c8abd0510b02d Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 29 Nov 2011 12:15:31 -0600 Subject: [PATCH] drm/testing: add cma and dss-fixes, still disabled as it crashes on boot Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- patch.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patch.sh b/patch.sh index 0d840c43c..ca74a0737 100644 --- a/patch.sh +++ b/patch.sh @@ -61,6 +61,11 @@ git pull git://github.com/RobertCNelson/linux.git dspbridge_v3.2-rc3 function omapdrm { echo "[git] testing omapdrm" +echo "[git] pulling cma_v17" +git pull git://github.com/RobertCNelson/linux.git cma_v17_v3.2-rc2 +echo "[git] pulling dss fixes" +git pull git://github.com/RobertCNelson/linux.git dss-fixes_v3.2-rc3 +echo "[git] pulling drm driver" git pull git://github.com/RobertCNelson/linux.git omapdrm_v3.2-rc3 } -- GitLab