CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 21:56:03
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h
i915_gem.c i915_gem_context.c i915_irq.c
intel_bios.c intel_ddi.c intel_display.c
intel_i2c.c intel_panel.c intel_pm.c
intel_ringbuffer.c
Log message:
Rename the struct device member of inteldrm_softc to sc_dev and rename the
pointer to the drm subdevice to dev such that we can match the linux code
better.
ok jsg@
