index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
drm2
/
drm
/
drmfb.c
Age
Commit message (
Expand
)
Author
2022-09-01
drmfb: Rework console detection and takeover.
riastradh
2022-09-01
drmfb: Take is_console property from parent, not from self.
riastradh
2022-02-18
revert "drm: Respect is_console property on main drm device, not fb child."
wiz
2022-02-16
drm: Respect is_console property on main drm device, not fb child.
riastradh
2021-12-20
drm: add missing KERNEL_LOCK around calls to config_found().
chs
2021-12-20
drm: Simplify use of drm API for display on/off logic in drmfb.
riastradh
2021-12-19
Remove last users of drmP.h.
riastradh
2021-12-19
Iterate over connectors differently (i.e. in a way that compiles)
riastradh
2020-06-27
prop_data_create_data+prop_dictionary_set+prop_object_release -> prop_diction...
jmcneill
2019-05-31
Check property length, not array (fixes clang build)
jmcneill
2019-05-31
Add missing prop_object_release(), from thorpej
jmcneill
2019-05-31
Make the first EDID we find available to genfb
jmcneill
2018-08-27
Remove temporary drm_fb_helper_set_config stub from old code.
riastradh
2016-12-12
add da_fb_linebytes to drmfb_attach_args and use it to pass linebytes
maya
2015-11-09
If the "is_console" property is already specified, do not overwrite it.
jmcneill
2015-03-05
Factor generic parts of intelfb out into a drmfb.
riastradh