linux/drivers/gpu/drm/i915
Damien Lespiau 2f28c50bb3 drm/i915: Initialize active_outputs to never read unitialized values
In case of intel_sdvo_get_active_outputs() failing, we end up reading a
value from the stack.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-06-10 20:17:41 +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: Track clients and print their object usage in debugfs 2013-06-06 10:45:37 +02:00
i915_dma.c i915/drm: Add private api for power well usage 2013-06-06 17:32:16 +02:00
i915_drv.c drm/i915: consolidate ->num_shared_dplls assignement 2013-06-10 19:52:39 +02:00
i915_drv.h drm/i915: enable/disable hooks for shared dplls 2013-06-10 19:55:15 +02:00
i915_gem.c drm/i915: Rename the gtt_list to global_list 2013-06-03 10:51:14 +02:00
i915_gem_context.c
i915_gem_debug.c
i915_gem_dmabuf.c
i915_gem_evict.c
i915_gem_execbuffer.c drm/i915: Track when we dirty the scanout with render commands 2013-06-07 17:56:45 +02:00
i915_gem_gtt.c drm/i915: Rename the gtt_list to global_list 2013-06-03 10:51:14 +02:00
i915_gem_stolen.c drm/i915: Rename the gtt_list to global_list 2013-06-03 10:51:14 +02:00
i915_gem_tiling.c
i915_ioc32.c
i915_irq.c drm/i915: add ibx_irq_preinstall 2013-06-06 13:34:59 +02:00
i915_reg.h drm/i915: scrap register address storage 2013-06-10 19:54:14 +02:00
i915_suspend.c
i915_sysfs.c
i915_trace.h
i915_trace_points.c
i915_ums.c drm/i915: scrap register address storage 2013-06-10 19:54:14 +02:00
intel_acpi.c
intel_bios.c
intel_bios.h
intel_crt.c
intel_ddi.c drm/i915: set default value for config->pixel_multiplier 2013-06-05 22:16:22 +02:00
intel_display.c drm/i915: drop crtc checking from assert_shared_dpll 2013-06-10 19:56:57 +02:00
intel_dp.c drm/i915: enable 30bpp for DP outputs 2013-06-07 10:34:01 +02:00
intel_drv.h drm/i915: move shared_dpll into the pipe config 2013-06-10 19:48:40 +02:00
intel_dvo.c
intel_fb.c drm/i915: Use FBINFO_STATE defines instead of 0 and 1 2013-06-10 17:19:44 +02:00
intel_hdmi.c drm/i915: store adjusted dotclock in adjusted_mode->clock 2013-06-04 14:01:48 +02:00
intel_i2c.c
intel_lvds.c drm/i915: consolidate and tighten encoder cloning checks 2013-06-05 12:33:14 +02:00
intel_modes.c
intel_opregion.c drm/i915: distinguish between error messages in DIDL initialization 2013-06-05 21:14:03 +02:00
intel_overlay.c
intel_panel.c
intel_pm.c drm/i915: WA: FBC Render Nuke. 2013-06-07 17:56:55 +02:00
intel_ringbuffer.c drm/i915: WA: FBC Render Nuke. 2013-06-07 17:56:55 +02:00
intel_ringbuffer.h drm/i915: Track when we dirty the scanout with render commands 2013-06-07 17:56:45 +02:00
intel_sdvo.c drm/i915: Initialize active_outputs to never read unitialized values 2013-06-10 20:17:41 +02:00
intel_sdvo_regs.h
intel_sideband.c
intel_sprite.c drm/i915: Disable/restore all sprite planes around modeset 2013-06-06 13:47:39 +02:00
intel_tv.c drm/i915: consolidate and tighten encoder cloning checks 2013-06-05 12:33:14 +02:00
Makefile