summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-04-23drm/i915: Use DEV_INFO_FOR_EACH_FLAG() to declare flags as wellDamien Lespiau1-24/+7
2013-04-23drm/i915: Replace the line of %s by a DEV_INFO_FOR_EACH_FLAG() invocationDamien Lespiau1-1/+5
2013-04-23drm/i915: Turn DEV_INFO_FLAGS into a foreach style macroDamien Lespiau3-35/+35
2013-04-23drm/i915: Only reprobe display on encoder which has received an HPD event (v2)Egbert Eich1-6/+28
2013-04-23drm/i915: Add bit field to record which pins have received HPD events (v3)Egbert Eich2-0/+11
2013-04-23drm/i915: fix locking around punit access in cur_delayinfo for VLVJesse Barnes1-0/+2
2013-04-22drm/i915: Split out Haswell code from gen6_pte_encode.Kenneth Graunke1-11/+21
2013-04-22drm/i915: Fix page table entries for Bay Trail.Kenneth Graunke1-2/+31
2013-04-22drm/i915: Add PTE encoding function to the gtt/ppgtt vtables.Kenneth Graunke2-14/+24
2013-04-20drm/i915: Make struct dpll == intel_clock_tVille Syrjälä2-17/+13
2013-04-19drm/i915: use vlv_dport_to_channel in vlv_signal_levelsJesse Barnes1-8/+1
2013-04-19drm/i915: Remove mention of Haswell in DDI codeDamien Lespiau1-1/+1
2013-04-19drm/i915: Move the CSC_MODE bits next to the registerVille Syrjälä1-4/+3
2013-04-19drm/i915: use cpu_transcoder for TRANS_DDI_FUNC_CTLPaulo Zanoni1-3/+2
2013-04-19drm/i915: check the power well inside haswell_get_pipe_configPaulo Zanoni1-1/+6
2013-04-19drm/i915: print Gen5+ CPU/PCH poison interruptsPaulo Zanoni2-2/+13
2013-04-19drm/i915: report Gen5+ CPU and PCH FIFO underrunsPaulo Zanoni4-11/+342
2013-04-19drm/i915: update VLV PLL and DPIO code v11Jesse Barnes4-58/+370
2013-04-19drm/i915: drop init_dpio, shouldn't be neededJesse Barnes1-14/+0
2013-04-19drm/i915/dp: program VSwing and Preemphasis control settings on VLV v2Pallavi G3-5/+128
2013-04-19drm/i915: magic VLV PLL registers in the dpio sidebandDaniel Vetter1-2/+116
2013-04-18drm/i915: fix VLV limitsDaniel Vetter1-4/+4
2013-04-18drm/i915: turbo & RC6 support for VLV v7Jesse Barnes6-39/+320
2013-04-18drm/i915: VLV GPU frequency to opcode functionsJesse Barnes2-0/+58
2013-04-18drm/i915: Use alphabetical names for spritesVille Syrjälä2-4/+6
2013-04-18drm/i915: Use alphabetical names for transcoders tooVille Syrjälä1-6/+6
2013-04-18drm/i915: Print plane, pipe, port names as alphabetical insted of decimalVille Syrjälä3-39/+39
2013-04-18drm/i915: Use port_name() in PCH port audio power change messageVille Syrjälä1-7/+11
2013-04-18drm/i915: Use pipe_name() and port_name() where appropriateVille Syrjälä1-2/+2
2013-04-18drm/i915: move debug output back to the right placeDaniel Vetter1-3/+3
2013-04-18drm/i915: add i9xx pfit pipe assertsDaniel Vetter1-0/+3
2013-04-18drm/i915: add pipe asserts for the crtc enable sequenceDaniel Vetter1-0/+5
2013-04-18drm/i915: drop redundant vblank waitsDaniel Vetter1-4/+0
2013-04-18drm/i915: don't enable the plane too early in i9xx_crtc_mode_setDaniel Vetter1-2/+0
2013-04-18drm/i915: fix bpc vs. bpp confusion in intel_crtc_compute_configDaniel Vetter1-2/+2
2013-04-18drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter4-24/+32
2013-04-18drm/i915: preserve the PBC bits of TRANS_CHICKEN2Paulo Zanoni2-3/+11
2013-04-18drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni5-6/+16
2013-04-18drm/i915: Add Reenable Timer to turn Hotplug Detection back on (v4)Egbert Eich2-1/+52
2013-04-18drm/i915: Disable HPD interrupt on pin when irq storm is detected (v3)Egbert Eich1-17/+58
2013-04-18drm/i915: Mask out the HPD irq bits before setting them individually.Egbert Eich1-0/+2
2013-04-18drm/i915: (re)init HPD interrupt storm statisticsEgbert Eich7-10/+23
2013-04-18drm/i915: Add HPD IRQ storm detection (v5)Egbert Eich2-12/+66
2013-04-18drm/i915: WARN when LPT-LP is not paired with ULT CPUPaulo Zanoni1-0/+2
2013-04-18drm/i915: don't intel_crt_init on any ULT machinesPaulo Zanoni1-1/+1
2013-04-18drm/i915: remove comment about IVB link training from intel_pm.cPaulo Zanoni1-1/+0
2013-04-18drm/i915: VLV doesn't have LLCBen Widawsky1-0/+2
2013-04-18drm/i915: Scale ring, rather than ia, frequency on HaswellChris Wilson3-16/+38
2013-04-18drm/i915: shorten debugfs output simple attributesMika Kuoppala1-4/+4
2013-04-18drm/i915: Fixup pfit disabling for gen2/3Daniel Vetter1-7/+21