drm/i915: Add intel_pm.c
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 9 Feb 2014 07:59:38 +0000 (08:59 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 9 Feb 2014 08:00:59 +0000 (09:00 +0100)
commit87f57070261907f64c757bf25d2a1b96b096dfb6
tree7b6da59c49415f6caf7804a3c7fb64e10a8d864c
parent851cd9177b7eb09921c387702983d3200f0cc718
drm/i915: Add intel_pm.c

Move various functions and structures from intel_display.c to this file,
putting them in the same place as they are in Linux.
sys/dev/drm/i915/Makefile
sys/dev/drm/i915/i915_drv.h
sys/dev/drm/i915/intel_display.c
sys/dev/drm/i915/intel_drv.h
sys/dev/drm/i915/intel_pm.c [new file with mode: 0644]