Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-22 | fb,settings,drm_fb,sd_fb: const settings_t readers | Vito Caputo | |
The fb_ops entrypoints and their descendants are purely readers of the settings, so constify their settings_t instances and the operative functions which only read settings. | |||
2018-02-22 | *: embrace new generic settings paradigm | Vito Caputo | |
This should probably be split into multiple commits, but for simplicity sake it's all cut over at once. drm_fb.c sees major changes, migrating the remaining drm-specific bits from drmsetup into it, behind the settings API. rototiller.c sees a bunch of scaffolding surrounding the settings API and wiring it up into the commandline handling and renderers and video backends. fb.[ch] see minor changes as settings get plumbed to the backend drmsetup.[ch] goes bye bye | |||
2018-01-01 | drm_fb: implement drm fb backend | Vito Caputo | |
Largely mechanical copying of the drm code into the new fb_ops_t abstraction. Dormant for now. |