Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Side by Side Diff: drivers/gpu/drm/i915/Makefile

Issue 2830015: Implement direct pineview backlight control. (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: Move config file changes to another patch for upstreamability, as per msb. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « drivers/gpu/drm/Kconfig ('k') | drivers/gpu/drm/i915/i915_backlight.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Makefile for the drm device driver. This driver provides support for the 2 # Makefile for the drm device driver. This driver provides support for the
3 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 3 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4 4
5 ccflags-y := -Iinclude/drm 5 ccflags-y := -Iinclude/drm
6 i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \ 6 i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
7 i915_debugfs.o \ 7 i915_debugfs.o \
8 i915_suspend.o \ 8 i915_suspend.o \
9 i915_gem.o \ 9 i915_gem.o \
10 i915_gem_debug.o \ 10 i915_gem_debug.o \
(...skipping 13 matching lines...) Expand all
24 intel_dvo.o \ 24 intel_dvo.o \
25 intel_overlay.o \ 25 intel_overlay.o \
26 dvo_ch7xxx.o \ 26 dvo_ch7xxx.o \
27 dvo_ch7017.o \ 27 dvo_ch7017.o \
28 dvo_ivch.o \ 28 dvo_ivch.o \
29 dvo_tfp410.o \ 29 dvo_tfp410.o \
30 dvo_sil164.o 30 dvo_sil164.o
31 31
32 i915-$(CONFIG_ACPI) += i915_opregion.o 32 i915-$(CONFIG_ACPI) += i915_opregion.o
33 i915-$(CONFIG_COMPAT) += i915_ioc32.o 33 i915-$(CONFIG_COMPAT) += i915_ioc32.o
34 i915-$(CONFIG_DRM_I915_DIRECT_BACKLIGHT) += i915_backlight.o
34 35
35 obj-$(CONFIG_DRM_I915) += i915.o 36 obj-$(CONFIG_DRM_I915) += i915.o
OLDNEW
« no previous file with comments | « drivers/gpu/drm/Kconfig ('k') | drivers/gpu/drm/i915/i915_backlight.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698