aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-06drm/i915/hotplug: document the hotplug handling in the driverJani Nikula2-0/+44
2015-07-06drm/i915/audio: clarify HD audio documentation wrt modesetJani Nikula1-1/+2
2015-07-06drm/i915: set FDI translations to NULL on SKLPaulo Zanoni1-0/+1
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue4-1/+27
2015-07-06drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue2-2/+7
2015-07-06drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXTAbdiel Janulgue2-2/+7
2015-07-06drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_STARTAbdiel Janulgue3-2/+8
2015-07-06drm/i915/bxt: BUNs related to port PLLVandana Kannan3-11/+7
2015-07-06Revert "drm/i915: Disable 12bpc hdmi for now"Ville Syrjälä1-2/+1
2015-07-06drm/i915: Account for CHV/BXT DPLL clock limitationsVille Syrjälä1-15/+43
2015-07-06drm/i915: Bump HDMI min port clock to 25 MHzVille Syrjälä1-1/+1
2015-07-06drm/i915: Fix HDMI 12bpc and pixel repeat clock readout for DDI platformsVille Syrjälä1-25/+24
2015-07-06GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()Markus Elfring1-3/+1
2015-07-03drm/i915: Update DRIVER_DATE to 20150703Daniel Vetter1-1/+1
2015-07-03drm/i915/gtt: Per ppgtt scratch pageMika Kuoppala1-20/+74
2015-07-03drm/i915: Changes required to enable DSI Video Mode on CHTGaurav K Singh1-6/+20
2015-07-03drm/i915: Support for higher DSI clkGaurav K Singh1-2/+2
2015-07-03drm/i915/dsi: abstract dsi bpp derivation from pixel formatJani Nikula1-43/+24
2015-07-03drm/i915: don't increment the FBC threshold at fbc_enablePaulo Zanoni1-4/+6
2015-07-03drm/i915: Report correct GGTT space usageTvrtko Ursulin2-9/+26
2015-07-03drm/i915/gtt: Return struct i915_scratch_page from alloc_scratchMika Kuoppala1-41/+37
2015-07-03drm/i915/gtt: Reorder page alloc/free/init functionsMika Kuoppala1-83/+83
2015-07-03drm/i915: Reserve space improvementsJohn Harrison3-77/+90
2015-07-03drm/i915/bxt: mask off the DPLL state checker bits we don't programImre Deak1-0/+20
2015-06-30drm/i915/bxt: add DDI port HW readout supportImre Deak2-8/+29
2015-06-30drm/i915: calculate the port clock rate along with other PLL paramsImre Deak2-25/+38
2015-06-30drm/i915/vlv: move the vlv PLL helper next to its platform counterpartsImre Deak1-10/+10
2015-06-30drm/i915/bxt: add PLL10 to the PLL state dumperImre Deak1-1/+2
2015-06-30drm/i915/bxt: add missing DDI PLL registers to the state checkingImre Deak4-7/+21
2015-06-30drm/i915/skl: Buffer translation improvementsDavid Weinehall5-213/+423
2015-06-29drm/i915: Zero unused WM1 watermarks on VLV/CHVVille Syrjälä1-0/+6
2015-06-29drm/i915: Add debugfs knobs for VLVCHV memory latency valuesVille Syrjälä1-5/+19
2015-06-29drm/i915: Don't do PM5/DDR DVFS with multiple pipesVille Syrjälä1-0/+3
2015-06-29drm/i915: Try to make sure cxsr is disabled around plane enable/disableVille Syrjälä3-12/+38
2015-06-29drm/i915: Use the memory latency based WM computation on VLV tooVille Syrjälä3-225/+6
2015-06-29drm/i915: Compute display FIFO split dynamically for CHVVille Syrjälä2-11/+189
2015-06-29drm/i915: CHV DDR DVFS support and another watermark rewriteVille Syrjälä4-18/+345
2015-06-29drm/i915: Read wm values from hardware at init on CHVVille Syrjälä4-1/+148
2015-06-29drm/i915: Split atomic wm update to pre and post variantsVille Syrjälä2-5/+12
2015-06-29drm/i915: POSTING_READ() in intel_set_memory_cxsr()Ville Syrjälä1-0/+5
2015-06-29drm/i915: Unconditionally do fb tracking invalidate in set_domainDaniel Vetter1-6/+5
2015-06-29drm/i915: Fix IPS related flickerRodrigo Vivi2-1/+16
2015-06-26drm/i915/skl: Skip remaining dividers when deviation is 0Damien Lespiau1-1/+8
2015-06-26drm/i915: Update rps frequencies for BXTBob Paauwe3-9/+30
2015-06-26drm/i915/skl: Prefer even dividers for SKL DPLLsDamien Lespiau1-0/+7
2015-06-26drm/i915/skl: Replace the HDMI DPLL divider computation algorithmDamien Lespiau1-74/+137
2015-06-26drm/i915/gtt: Switch gen8_free_page_tables paramsMichel Thierry1-2/+4
2015-06-26drm/i915/lrc: Update PDPx registers with lri commandsMichel Thierry1-0/+42
2015-06-26drm/i915/gtt: Use nonatomic bitmap opsMika Kuoppala1-6/+6
2015-06-26drm/i915/gtt: Move scratch_pd and scratch_pt into vm structMika Kuoppala2-31/+27