summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-29drm/i915: Split up ironlake_check_fdi_lanesDaniel Vetter1-6/+25
2013-04-29drm/i915: compute fdi lane config earlierDaniel Vetter1-37/+34
2013-04-29drm/i915: split up fdi_set_m_n into computation and hw setupDaniel Vetter2-12/+17
2013-04-29drm/i915: hw state readout support for pipe_config->fdi_lanesDaniel Vetter3-19/+32
2013-04-29drm/i915: move intel_crtc->fdi_lanes to pipe_configDaniel Vetter3-22/+25
2013-04-29drm/i915: allow high-bpc modes on DPDaniel Vetter1-1/+1
2013-04-29drm/i915: implement high-bpc + pipeconf-dither support for g4x/vlvDaniel Vetter1-14/+21
2013-04-29drm/i915: drop adjusted_mode from *_set_pipeconf functionsDaniel Vetter1-8/+6
2013-04-29drm/i915: force bpp for eDP panelsDaniel Vetter1-12/+12
2013-04-29drm/i915: put the right cpu_transcoder into pipe_config for hw state readoutDaniel Vetter1-0/+1
2013-04-27drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson2-2/+1
2013-04-27drm/i915: remove VLV MSI IRQ hackJesse Barnes1-8/+0
2013-04-26drm/i915: warn about invalid pfit modesJesse Barnes1-3/+7
2013-04-26drm/i915: move PCH pfit controls into pipe_configJesse Barnes7-61/+63
2013-04-26drm/i915: factor out GMCH panel fitting code and use for eDP v3Jesse Barnes5-209/+241
2013-04-25drm/i915: simplify config->pixel_multiplier handlingDaniel Vetter1-31/+27
2013-04-25drm/i915: remove redundant has_pch_encoder checkDaniel Vetter1-2/+1
2013-04-25drm/i915: don't force matching p1 for g4x/ilk+ reduced pll settingsDaniel Vetter1-3/+0
2013-04-25drm/i915: use pipe_config for lvds ditheringDaniel Vetter3-23/+22
2013-04-25drm/i915: move dp clock computations to encoder->compute_configDaniel Vetter2-96/+46
2013-04-25drm/i915: shovel compute clock into crtc->config.dpll on ilkDaniel Vetter1-17/+33
2013-04-25drm/i915: consolidate pch pll computations a bitDaniel Vetter1-9/+10
2013-04-25drm/i915: Ivybridge is the odd one when it comes to pipe scalersDamien Lespiau1-5/+6
2013-04-25drm/i915: hsw backlight registers need transcoder instead of pipeJani Nikula2-1/+10
2013-04-25drm/i915: drop code duplication in favor of asle interrupt handlerJani Nikula3-41/+2
2013-04-25drm/i915/opregion: don't pretend we did something when we didn'tJani Nikula1-13/+6
2013-04-25drm/i915: don't pretend we support ASLE ALS, PFIT, or PFMBJani Nikula1-3/+1
2013-04-25drm/i915: protect backlight registers and data with a spinlockJani Nikula4-1/+41
2013-04-25drm/i915: keep max backlight internal to intel_panel.cJani Nikula3-27/+32
2013-04-24drm/i915: Fixup non-24bpp support for VGA screens on HaswellDaniel Vetter1-0/+4
2013-04-24drm/i915: Disable high-bpc on pre-1.4 EDID screensDaniel Vetter1-0/+7
2013-04-24drm/i915: disable interrupts earlier in the driver unload codeDaniel Vetter2-7/+15
2013-04-24drm/i915: create spearate VLV disable_rps functionJesse Barnes1-1/+23
2013-04-24drm/i915: cancel RPS work before disabling RPSJesse Barnes1-0/+1
2013-04-24drm/i915: make sure GPU freq drops to minimum after entering RC6 v4Jesse Barnes3-0/+35
2013-04-23drm/i915: Turn HAS_FPGA_DBG_UNCLAIMED into a device_info flagDamien Lespiau2-2/+5
2013-04-23drm/i915: Introduce HAS_FPGA_DBG_UNCLAIMED()Damien Lespiau3-3/+4
2013-04-23drm/i915: Turn HAS_DDI() into a device_info flagDamien Lespiau2-2/+5
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