[Intel-gfx] [PATCH 13/31] drm/i915: Organize Makefile new display pm group

Rodrigo Vivi rodrigo.vivi at intel.com
Thu Nov 5 10:50:05 PST 2015


No functional changes, just to organize the Makefile
by creating a new group for display pm since it doesn't
make sense to let them on core modeset group.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 drivers/gpu/drm/i915/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 7c1a86e..5c92a47 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -50,20 +50,22 @@ i915-y += intel_renderstate_gen6.o \
 	  intel_renderstate_gen8.o \
 	  intel_renderstate_gen9.o
 
+# display pm
+i915-y += intel_fbc.o \
+	  intel_ips.o \
+	  intel_psr.o
+
 # modesetting core code
 i915-y += intel_audio.o \
 	  intel_atomic.o \
 	  intel_atomic_plane.o \
 	  intel_bios.o \
 	  intel_display.o \
-	  intel_fbc.o \
 	  intel_fifo_underrun.o \
 	  intel_frontbuffer.o \
 	  intel_hotplug.o \
-	  intel_ips.o \
 	  intel_modes.o \
 	  intel_overlay.o \
-	  intel_psr.o \
 	  intel_sideband.o \
 	  intel_sprite.o
 i915-$(CONFIG_ACPI)		+= intel_acpi.o intel_opregion.o
-- 
2.4.3



More information about the Intel-gfx mailing list