Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752189AbbHMA4k (ORCPT ); Wed, 12 Aug 2015 20:56:40 -0400 Received: from gabe.freedesktop.org ([131.252.210.177]:40498 "EHLO gabe.freedesktop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565AbbHMA4f (ORCPT ); Wed, 12 Aug 2015 20:56:35 -0400 From: Eric Anholt To: dri-devel@lists.freedesktop.org Cc: linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , devicetree@vger.kernel.org Subject: Raspberry Pi KMS-only driver Date: Wed, 12 Aug 2015 17:56:13 -0700 Message-Id: <1439427380-2436-1-git-send-email-eric@anholt.net> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 24 Here's the first patch series for graphics on the Raspberry Pi. It brings up fbcon on KMS, and the xf86-video-modesetting driver runs so you can do X with no further userspace drivers. Right now this series doesn't support changing video modes away from the firmware boot setup, because when I set the pixel clock using the rpi-dt-clocks series I end up with a black display. even on no-op modesets. I've dropped all of the 3D bits from this series, to simplify this review stage. See vc4-kms-v3d-rpi2 for a series that works with the current Mesa driver, based on downstream 2709. I squashed all of my messy KMS series down, but kept Derek's patches separate to make sure he gets credit. This code can also be found at: https://github.com/anholt/linux/tree/vc4-kms-squash -- 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/