Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206456
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Raspberry Pi KMS-only driver |
| Date | 2015-08-13 03:00 +0200 |
| Message-ID | <pWP2a-4fa-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Raspberry Pi KMS-only driver Eric Anholt <eric@anholt.net> - 2015-08-13 03:00 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Emil Velikov <emil.l.velikov@gmail.com> - 2015-08-13 13:50 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Eric Anholt <eric@anholt.net> - 2015-08-13 22:50 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Daniel Vetter <daniel@ffwll.ch> - 2015-08-13 23:20 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Eric Anholt <eric@anholt.net> - 2015-08-18 23:00 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-13 23:30 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Eric Anholt <eric@anholt.net> - 2015-08-14 01:10 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Stephen Warren <swarren@wwwdotorg.org> - 2015-08-15 06:50 +0200
Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. Eric Anholt <eric@anholt.net> - 2015-08-17 20:00 +0200
csiph-web