summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap/omdisplay.c
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2019-05-06Whitespace removalMike Larkin
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt