git: drm/i915: Add intel_pm.c
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sun Feb 9 00:02:07 PST 2014
commit 87f57070261907f64c757bf25d2a1b96b096dfb6
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sun Feb 9 08:59:38 2014 +0100
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.
Summary of changes:
sys/dev/drm/i915/Makefile | 1 +
sys/dev/drm/i915/i915_drv.h | 1 -
sys/dev/drm/i915/intel_display.c | 7325 ++++++++++++--------------------------
sys/dev/drm/i915/intel_drv.h | 63 +-
sys/dev/drm/i915/intel_pm.c | 2737 ++++++++++++++
5 files changed, 5102 insertions(+), 5025 deletions(-)
create mode 100644 sys/dev/drm/i915/intel_pm.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87f57070261907f64c757bf25d2a1b96b096dfb6
--
DragonFly BSD source repository
More information about the Commits
mailing list