Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350565
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] ARM: bcm2835: Include VC4 GPU in the DT |
| Date | 2016-03-04 21:40 +0100 |
| Message-ID | <r94FX-3Op-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This has been floating around out of tree, and the Pi Foundation is including a variant of it in the device tree overlay in its firmware update system. Eric Anholt (3): dt-bindings: Add binding docs for V3D. drm/vc4: Recognize a more specific compatible string for V3D. ARM: bcm2835: Add VC4 to the device tree. .../devicetree/bindings/display/brcm,bcm-vc4.txt | 12 ++++++ arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 ++ arch/arm/boot/dts/bcm2835-rpi-a.dts | 4 ++ arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 ++ arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 4 ++ arch/arm/boot/dts/bcm2835-rpi-b.dts | 4 ++ arch/arm/boot/dts/bcm2835-rpi.dtsi | 9 +++++ arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 4 ++ arch/arm/boot/dts/bcm283x.dtsi | 47 ++++++++++++++++++++++ drivers/gpu/drm/vc4/vc4_v3d.c | 1 + 10 files changed, 93 insertions(+) -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] ARM: bcm2835: Include VC4 GPU in the DT Eric Anholt <eric@anholt.net> - 2016-03-04 21:40 +0100
[PATCH 3/3] ARM: bcm2835: Add VC4 to the device tree. Eric Anholt <eric@anholt.net> - 2016-03-04 21:40 +0100
Re: [PATCH 3/3] ARM: bcm2835: Add VC4 to the device tree. Stephen Warren <swarren@wwwdotorg.org> - 2016-03-08 07:10 +0100
Re: [PATCH 3/3] ARM: bcm2835: Add VC4 to the device tree. Eric Anholt <eric@anholt.net> - 2016-03-08 19:10 +0100
Re: [PATCH 3/3] ARM: bcm2835: Add VC4 to the device tree. Stephen Warren <swarren@wwwdotorg.org> - 2016-03-08 19:20 +0100
csiph-web