Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver
From: One Thousand Gnomes <hidden>
Date: 2016-11-18 14:16:17
Also in:
linux-fbdev, lkml
From: One Thousand Gnomes <hidden>
Date: 2016-11-18 14:16:17
Also in:
linux-fbdev, lkml
AIUI, we're not taking new FB drivers. This should be a DRM driver instead.
Yes - clone one of the dumb DRM drivers, or if you've got any little bits of acceleration (even rolling the display) then it's possibly worth accelerating for text mode.
quoted
+- max-width: The width of the framebuffer in pixels. +- max-height: The height of the framebuffer in pixels. +- bits-per-color: only "8" is currently supportedThese are not h/w properties.
How are the max ones not hardware properties ? Alan