linux/drivers/gpu/drm/i915
Daniel Vetter 2deefda541 drm/i915: rip out indirection for pfit pipe_config assignment
This was still required a bit (on the cargo-cult side though) when the
state was stored in dev_priv, and when the enable/disable sequence was
botched a bit (to avoid too many updates).

But with pipeconfig we always get a clean slate, so this is pointless.
Rip it out.

Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-04-30 16:16:32 +02:00
..
dvo.h
dvo_ch7xxx.c
dvo_ch7017.c
dvo_ivch.c
dvo_ns2501.c
dvo_sil164.c
dvo_tfp410.c
i915_debugfs.c drm/i915: Turn DEV_INFO_FLAGS into a foreach style macro 2013-04-23 17:44:21 +02:00
i915_dma.c drm/i915: protect backlight registers and data with a spinlock 2013-04-25 14:10:10 +02:00
i915_drv.c drm/i915: Turn HAS_FPGA_DBG_UNCLAIMED into a device_info flag 2013-04-23 17:47:37 +02:00
i915_drv.h drm/i915: move lvds_border_bits to pipe_config 2013-04-30 16:16:14 +02:00
i915_gem.c drm/i915: IVB/HSW have 32 fence register 2013-04-18 09:43:21 +02:00
i915_gem_context.c drm/i915: Use MLC (l3$) for context objects 2013-04-18 09:43:11 +02:00
i915_gem_debug.c
i915_gem_dmabuf.c lib/scatterlist: sg_page_iter: support sg lists w/o backing pages 2013-03-27 17:13:44 +01:00
i915_gem_evict.c
i915_gem_execbuffer.c Linux 3.9-rc5 2013-04-03 11:28:48 +02:00
i915_gem_gtt.c drm/i915: Split out Haswell code from gen6_pte_encode. 2013-04-22 11:44:21 +02:00
i915_gem_stolen.c drm/i915: Only print the info message about incresing stolen size for FBC once 2013-04-27 14:06:39 +02:00
i915_gem_tiling.c drm/i915: Increase max fence pitch limit to 256KB on IVB+ 2013-04-18 09:43:20 +02:00
i915_ioc32.c
i915_irq.c drm/i915: cleanup opregion asle pipestat enable 2013-04-30 10:40:31 +02:00
i915_reg.h drm/i915: hw state readout support for pipe timings 2013-04-29 23:29:38 +02:00
i915_suspend.c drm/i915: protect backlight registers and data with a spinlock 2013-04-25 14:10:10 +02:00
i915_sysfs.c drm/i915: turbo & RC6 support for VLV v7 2013-04-18 10:15:43 +02:00
i915_trace.h
i915_trace_points.c
i915_ums.c
intel_acpi.c
intel_bios.c drm/i915: set CPT FDI RX polarity bits based on VBT 2013-04-18 09:43:31 +02:00
intel_bios.h drm/i915: set CPT FDI RX polarity bits based on VBT 2013-04-18 09:43:31 +02:00
intel_crt.c drm/i915: Fixup non-24bpp support for VGA screens on Haswell 2013-04-24 14:46:30 +02:00
intel_ddi.c drm/i915: hw state readout support for pipe_config->fdi_lanes 2013-04-29 21:51:14 +02:00
intel_display.c drm/i915: hw state readout support for pipe timings 2013-04-29 23:29:38 +02:00
intel_dp.c drm/i915: allow high-bpc modes on DP 2013-04-29 21:51:13 +02:00
intel_drv.h drm/i915: move lvds_border_bits to pipe_config 2013-04-30 16:16:14 +02:00
intel_dvo.c
intel_fb.c drm/i915: Support PCH no display 2013-04-06 19:33:29 +02:00
intel_hdmi.c drm/i915: implement fdi auto-dithering 2013-04-29 21:51:17 +02:00
intel_i2c.c drm/i915: Don't touch South Display when PCH_NOP 2013-04-08 20:53:00 +02:00
intel_lvds.c drm/i915: move lvds_border_bits to pipe_config 2013-04-30 16:16:14 +02:00
intel_modes.c
intel_opregion.c drm/i915: cleanup opregion asle pipestat enable 2013-04-30 10:40:31 +02:00
intel_overlay.c
intel_panel.c drm/i915: rip out indirection for pfit pipe_config assignment 2013-04-30 16:16:32 +02:00
intel_pm.c drm/i915: Only print the info message about incresing stolen size for FBC once 2013-04-27 14:06:39 +02:00
intel_ringbuffer.c
intel_ringbuffer.h
intel_sdvo.c drm/i915: (re)init HPD interrupt storm statistics 2013-04-18 09:43:29 +02:00
intel_sdvo_regs.h
intel_sprite.c drm/i915: Ivybridge is the odd one when it comes to pipe scalers 2013-04-25 16:32:47 +02:00
intel_tv.c drm/i915: (re)init HPD interrupt storm statistics 2013-04-18 09:43:29 +02:00
Makefile