summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-28drm/i915: Extract error buffer captureBen Widawsky1-31/+38
2013-06-28drm/i915: Remove extra error state NULLBen Widawsky1-6/+0
2013-06-28drm/i915: Only clear write-domains after a successful wait-seqnoChris Wilson1-1/+2
2013-06-28drm/i915: correct intel_dp_get_config() function for DevCPTXiong Zhang2-11/+27
2013-06-28drm/i915: fix hpd interrupt register lockingDaniel Vetter1-5/+10
2013-06-28drm/i915: fold the no-irq check into intel_hpd_irq_handlerDaniel Vetter1-16/+17
2013-06-28drm/i915: fold the queue_work into intel_hpd_irq_handlerDaniel Vetter1-8/+3
2013-06-28drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handlerDaniel Vetter1-18/+11
2013-06-28drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/Daniel Vetter1-8/+8
2013-06-28drm/i915: close tiny race in the ilk pcu even interrupt setupDaniel Vetter1-6/+5
2013-06-28drm/i915: fix locking around ironlake_enable|disable_display_irqDaniel Vetter1-3/+24
2013-06-28drm/i915: Fix context sizes on HSWBen Widawsky2-9/+8
2013-06-28drm/i915: Mask out hardware status bits from VLV DPLL registerVille Syrjälä1-0/+5
2013-06-28drm/i915: Fix VLV sprite register offsetsVille Syrjälä1-25/+25
2013-06-28Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"Ville Syrjälä1-1/+1
2013-06-28drm/i915: s/LFP/LPF in DPIO PLL register namesVille Syrjälä3-9/+9
2013-06-28drm/i915: Fix VLV PLL LPF coefficients for DACVille Syrjälä1-0/+1
2013-06-28drm/i915: Jump to at least RPe on VLV when increasing the GPU frequencyVille Syrjälä1-2/+10
2013-06-28drm/i915: Don't increase the GPU frequency from the delayed VLV rps timerVille Syrjälä1-1/+2
2013-06-28drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLVVille Syrjälä1-6/+2
2013-06-28drm/i915: Make the rps new_delay comparison more readableVille Syrjälä1-2/+2
2013-06-28drm/i915: Don't wait for Punit after each freq change on VLVVille Syrjälä1-18/+35
2013-06-28drm/i915: Clean up VLV rps code a bitVille Syrjälä1-20/+30
2013-06-28drm/i915: s/pre_pll/pre/ on the lvds port enable functionDaniel Vetter2-12/+5
2013-06-28drm/i915: move i9xx dpll enabling into crtc enable functionDaniel Vetter1-64/+36
2013-06-28drm/i915: hw state readout for i9xx dpllsDaniel Vetter2-0/+21
2013-06-28drm/i915: move encoder pre enable hooks togther on ilk+Daniel Vetter1-5/+4
2013-06-28drm/i915: asserts for lvds pre_enableDaniel Vetter3-18/+41
2013-06-28drm/i915: duplicate intel_enable_pll into i9xx and vlv versionsDaniel Vetter1-17/+34
2013-06-28drm/i915: use sw tracked state to select shared dpllsDaniel Vetter1-4/+4
2013-06-28drm/i915: consolidate pch pll enable sequenceDaniel Vetter2-48/+29
2013-06-28drm/i915: Detect invalid scanout pitchesChris Wilson1-4/+21
2013-06-28drm/i915: Remove duplicated WaForceL3Serialization:vlvVille Syrjälä1-4/+0
2013-06-28drm/i915: Bail out once we've found the context objectDamien Lespiau1-0/+1
2013-06-28drm/i915: Fix a couple of "should it be static?" sparse warningsDamien Lespiau1-2/+3
2013-06-28drm/i915: Fix a few style issues found by checkpatch.plDamien Lespiau1-5/+4
2013-06-28drm/i915: Use seq_puts/seq_putc when possibleDamien Lespiau1-55/+55
2013-06-28drm/i915: don't scream into dmesg when a modeset failsDaniel Vetter1-2/+2
2013-06-28drm/i915: Fix up sdvo hpd pins for i965g/gmDaniel Vetter2-18/+8
2013-06-28drm/i915: Introduce an HAS_IPS() macroDamien Lespiau3-3/+5
2013-06-28drm/i915: fix build warning on format specifier mismatchJani Nikula1-1/+1
2013-06-28drm/i915: Fix reason for per-chip disabling of FBCDamien Lespiau3-8/+10
2013-06-28drm/i915: Make intel_enable_fbc() staticDamien Lespiau2-2/+1
2013-06-28drm/i915: tune down DIDL warning about too many outputsDaniel Vetter1-4/+4
2013-06-28drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.Konrad Rzeszutek Wilk1-3/+12
2013-06-28drm/i915: Fix PCH detect with multiple ISA bridges in VMRui Guo1-2/+16
2013-06-28drm/i915: rename intel_dp_destroy to intel_dp_connector_destroyPaulo Zanoni1-2/+2
2013-06-28drm/i915: invert the verbosity of intel_enable_fbcPaulo Zanoni1-2/+1
2013-06-28drm/i915: check the return value of intel_dp_i2c_initPaulo Zanoni1-2/+4
2013-06-28drm/i915: fix the "ghost eDP" encoder unwind pathPaulo Zanoni2-2/+13