Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbbKKCn1 (ORCPT ); Tue, 10 Nov 2015 21:43:27 -0500 Received: from gir.skynet.ie ([193.1.99.77]:51560 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403AbbKKCn0 (ORCPT ); Tue, 10 Nov 2015 21:43:26 -0500 Date: Wed, 11 Nov 2015 02:43:23 +0000 (GMT) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: DRI mailing list , linux-kernel@vger.kernel.org Subject: [git pull] drm fixes Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1831 Lines: 47 Hi Linus, Two build fixes, one for VC4, one for nouveau where the ARM only code is doing something a bit strange. While people are discussing that, just workaround it and fix the build for now. The code in question will never get used on anything non-ARM anyways. Also one fix for AST that SuSE had been hiding in their kernel, that allows all fbdev apps to work on that driver. Dave. The following changes since commit 816d2206f0f9953ca854e4ff1a2749a5cbd62715: Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-11-07 17:16:59 +1000) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to 10855aeb1e78533c041065b33e34315e1f381c2e: drm/nouveau: fix build failures on all non ARM. (2015-11-11 12:37:57 +1000) ---------------------------------------------------------------- Dave Airlie (1): drm/nouveau: fix build failures on all non ARM. Egbert Eich (1): drm/ast: Initialized data needed to map fbdev memory Guenter Roeck (1): drm/vc4: Add dependency on HAVE_DMA_ATTRS, and select DRM_GEM_CMA_HELPER drivers/gpu/drm/ast/ast_drv.h | 1 + drivers/gpu/drm/ast/ast_fb.c | 7 +++++++ drivers/gpu/drm/ast/ast_main.c | 1 + drivers/gpu/drm/ast/ast_mode.c | 2 ++ drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c | 6 ++++++ drivers/gpu/drm/vc4/Kconfig | 3 ++- 6 files changed, 19 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/