CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/06/22 08:26:23
Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Some connectors attach late when the drm driver is registers. For that reason we have to delay attaching Backlight properties to those connectors until after drm driver registration. However the drm midlayer code now warns about attaching new properties to connectors after driver registration. So add some workarounds to suppress these warning messages. Figured out by jcs@ ok jsg@, jcs@