diff mbox

drm-misc: arm64 now also must be compile-tested before pushing

Message ID 20160823081522.28704-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Aug. 23, 2016, 8:15 a.m. UTC
hisilicon unfortunately requires this since it's a warn-fest on 32bit
builds.

Cc: seanpaul@chromium.org
Cc: sumit.semwal@linaro.org
Cc: sumit.semwal@linaro.org
Cc: architt@codeaurora.org
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 drm-misc.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drm-misc.rst b/drm-misc.rst
index 521be4aceceb..2f30e18d9095 100644
--- a/drm-misc.rst
+++ b/drm-misc.rst
@@ -26,8 +26,8 @@  Right now the only hard merge criteria are:
   in through separate pull requests. Those topic branches can still be
   maintained with the dim_ tooling, but that's of course entirely optional.
 
-* All the x86 and arm DRM drivers need to still compile. To simplify this we
-  track defconfigs for both platforms in the `drm-intel-rerere` branch.
+* All the x86, arm and arm64 DRM drivers need to still compile. To simplify this
+  we track defconfigs for all three platforms in the `drm-intel-rerere` branch.
 
 * The goal is to also pre-check everything with CI. Unfortunately neither the
   arm side (using kernelci.org and generic i-g-t tests) nor the Intel side