diff options
author | Eugeni Dodonov <eugeni.dodonov@intel.com> | 2012-05-09 14:37:20 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-05-19 16:39:47 -0400 |
commit | 45244b87943b1173353b48854352bb9f4b065867 (patch) | |
tree | 50184c15fb25605c007ed5634c25476afe3d6528 /drivers/gpu/drm/i915/Makefile | |
parent | 59c859d6f2e78344945e8a8406a194156176bc4e (diff) |
drm/i915: initialize DDI buffer translations
DDI is introduced starting with Haswell GPU generation. So to simplify its
management in the future, we also add intel_ddi.c to hold all the
DDI-related items.
Buffer translations for DDI links must be initialized prior to enablement.
For FDI and DP, first 9 pairs of values are used to select the connection
parameters. HDMI uses the last pair of values and ignores the first 9
pairs. So we program HDMI values in both cases, which allows HDMI to work
over both FDI and DP-friendly buffers.
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 8b8bbc70f86..0ca7f7646ab 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile | |||
@@ -19,6 +19,7 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o \ | |||
19 | intel_crt.o \ | 19 | intel_crt.o \ |
20 | intel_lvds.o \ | 20 | intel_lvds.o \ |
21 | intel_bios.o \ | 21 | intel_bios.o \ |
22 | intel_ddi.o \ | ||
22 | intel_dp.o \ | 23 | intel_dp.o \ |
23 | intel_hdmi.o \ | 24 | intel_hdmi.o \ |
24 | intel_sdvo.o \ | 25 | intel_sdvo.o \ |