Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc1 17 lines 370 B view raw
1Android Goldfish framebuffer 2 3Android Goldfish framebuffer device used by Android emulator. 4 5Required properties: 6 7- compatible : should contain "google,goldfish-fb" 8- reg : <registers mapping> 9- interrupts : <interrupt mapping> 10 11Example: 12 13 display-controller@1f008000 { 14 compatible = "google,goldfish-fb"; 15 interrupts = <0x10>; 16 reg = <0x1f008000 0x100>; 17 };