CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/07/30 08:15:20
Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Fix build without intagp Pull inteldrm_refcnt out of NINTAGP > 0, otherwise it remains undefined but still used in inteldrm_attachhook(). OK jsg