summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/drm/drmfb.c
AgeCommit message (Expand)Author
2022-09-01drmfb: Rework console detection and takeover.riastradh
2022-09-01drmfb: Take is_console property from parent, not from self.riastradh
2022-02-18revert "drm: Respect is_console property on main drm device, not fb child."wiz
2022-02-16drm: Respect is_console property on main drm device, not fb child.riastradh
2021-12-20drm: add missing KERNEL_LOCK around calls to config_found().chs
2021-12-20drm: Simplify use of drm API for display on/off logic in drmfb.riastradh
2021-12-19Remove last users of drmP.h.riastradh
2021-12-19Iterate over connectors differently (i.e. in a way that compiles)riastradh
2020-06-27prop_data_create_data+prop_dictionary_set+prop_object_release -> prop_diction...jmcneill
2019-05-31Check property length, not array (fixes clang build)jmcneill
2019-05-31Add missing prop_object_release(), from thorpejjmcneill
2019-05-31Make the first EDID we find available to genfbjmcneill
2018-08-27Remove temporary drm_fb_helper_set_config stub from old code.riastradh
2016-12-12add da_fb_linebytes to drmfb_attach_args and use it to pass linebytesmaya
2015-11-09If the "is_console" property is already specified, do not overwrite it.jmcneill
2015-03-05Factor generic parts of intelfb out into a drmfb.riastradh