linux/drivers/gpu/drm/i915
Chris Wilson 0f91128d88 drm/i915: Wait for all pending operations to the fb before disabling the pipe
During modeset we have to disable the pipe to reconfigure its timings
and maybe its size. Userspace may have queued up command buffers that
depend upon the pipe running in a certain configuration and so the
commands may become confused across the modeset. At the moment, we use a
less than satisfactory kick-scanline-waits should the GPU hang during
the modeset. It should be more reliable to wait for the pending
operations to complete first, even though we still have a window for
userspace to submit a broken command buffer during the modeset.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-18 12:59:24 +02:00
..
dvo.h
dvo_ch7xxx.c
dvo_ch7017.c
dvo_ivch.c
dvo_sil164.c
dvo_tfp410.c
i915_debugfs.c drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
i915_dma.c drm/i915: haswell has 3 pipes as well 2012-04-17 12:13:08 +02:00
i915_drv.c Linux 3.4-rc3 2012-04-17 11:16:20 +02:00
i915_drv.h drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
i915_gem.c drm/i915: properly set ppgtt cacheability on snb 2012-04-17 11:19:59 +02:00
i915_gem_debug.c
i915_gem_evict.c drm/i915: No need to search again after retiring requests 2012-02-27 17:37:13 +01:00
i915_gem_execbuffer.c drm/i915: Always flush tiling changes before accessing through the GTT 2012-04-18 10:48:38 +02:00
i915_gem_gtt.c drm/i915: simplify ppgtt setup 2012-04-12 21:14:10 +02:00
i915_gem_tiling.c drm/i915: swizzling support for snb/ivb 2012-02-08 23:16:24 +01:00
i915_ioc32.c drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
i915_irq.c drm/i915: Mask reserved bits in display/sprite address registers 2012-04-17 17:54:51 +02:00
i915_reg.h drm/i915: [GEN7] Use HW scheduler for fixed function shaders 2012-04-18 11:19:05 +02:00
i915_suspend.c drm/i915: re-init modeset hw state after gpu reset 2012-04-12 21:14:11 +02:00
i915_sysfs.c drm/i915: rc6 in sysfs 2012-04-12 21:14:09 +02:00
i915_trace.h
i915_trace_points.c drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
intel_acpi.c drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
intel_bios.c Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next 2012-04-12 10:27:01 +01:00
intel_bios.h drm/i915: VBT Parser cleanup for eDP block 2012-01-13 08:37:44 -08:00
intel_crt.c drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DAC 2012-04-18 10:34:49 +02:00
intel_display.c drm/i915: Wait for all pending operations to the fb before disabling the pipe 2012-04-18 12:59:24 +02:00
intel_dp.c Linux 3.4-rc3 2012-04-17 11:16:20 +02:00
intel_drv.h drm/i915: Export the generic, not arch specific, intel_update_watermarks() 2012-04-16 18:44:47 +02:00
intel_dvo.c drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter 2012-03-28 14:40:44 +02:00
intel_fb.c drm/i915: [sparse] trivial sparse fixes 2012-04-18 10:34:49 +02:00
intel_hdmi.c drm/i915: Enable HDMI on ValleyView 2012-03-29 00:00:09 +02:00
intel_i2c.c drm/i915/intel_i2c: reduce verbosity of some messages 2012-04-13 15:03:00 +02:00
intel_lvds.c Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next 2012-04-12 10:27:01 +01:00
intel_modes.c Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next 2012-04-12 10:27:01 +01:00
intel_opregion.c i915: Add and use pr_fmt and pr_<level> 2012-03-18 21:50:21 +01:00
intel_overlay.c Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" 2012-02-16 10:31:23 +01:00
intel_panel.c i915: Add and use pr_fmt and pr_<level> 2012-03-18 21:50:21 +01:00
intel_ringbuffer.c drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSH 2012-04-18 12:39:57 +02:00
intel_ringbuffer.h drm/i915: rip out ring->irq_mask 2012-04-13 12:40:57 +02:00
intel_sdvo.c drm/i915: [sparse] don't use variable size arrays 2012-04-18 10:34:50 +02:00
intel_sdvo_regs.h misc latin1 to utf8 conversions 2012-01-02 13:04:55 +01:00
intel_sprite.c drm/i915: Mask reserved bits in display/sprite address registers 2012-04-17 17:54:51 +02:00
intel_tv.c drm/i915: reinstate GM45 TV detection fix 2012-03-27 13:12:28 +02:00
Makefile drm/i915: rc6 in sysfs 2012-04-12 21:14:09 +02:00