summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-25drm/i915: Update DRIVER_DATE to 20160425drm-intel-next-2016-04-25Daniel Vetter1-1/+1
2016-04-24drm/i915/bxt: Explicitly clear the Turbo control registerAkash Goel1-3/+22
2016-04-24drm/i915: Correct the i915_frequency_info debugfs outputAkash Goel1-18/+18
2016-04-24drm/i915: Macros to convert PM time interval values to microsecondsAkash Goel1-0/+9
2016-04-22drm/i915: Make RPS EI/thresholds multiple of 25 on SNB-BDWVille Syrjälä1-1/+8
2016-04-22drm/i915: Fake HDMI live statusShashank Sharma1-2/+10
2016-04-22drm/i915/bxt: Force reprogramming a PHY with invalid HW stateImre Deak1-5/+14
2016-04-22drm/i915/bxt: Wait for PHY1 GRC done if PHY0 was already enabledImre Deak1-3/+18
2016-04-22drm/i915/bxt: Use PHY0 GRC value for HW state verificationImre Deak1-1/+1
2016-04-22drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgtMatthew Auld1-3/+2
2016-04-22drm/i915/bxt: Enable DC5 during runtime resumeImre Deak3-1/+5
2016-04-22drm/i915/bxt: Sanitize DC state tracking during system resumeImre Deak3-5/+28
2016-04-22drm/i915/bxt: Don't uninit/init display core twice during system suspend/resumeImre Deak1-6/+4
2016-04-22drm/i915: Inline intel_suspend_completeImre Deak1-54/+29
2016-04-21drm/i915/kbl: Don't WARN for expected secondary MISC IO power well requestImre Deak1-1/+2
2016-04-20drm/i915: Fix eDP low vswing for BroadwellMika Kahola1-2/+10
2016-04-20drm/i915: check for ERR_PTR from i915_gem_object_pin_map()Dave Gordon2-8/+13
2016-04-20drm/i915/guc: local optimisations and updating commentsDave Gordon2-20/+41
2016-04-20drm/i915/guc: drop cached copy of 'wq_head'Alex Dai2-13/+5
2016-04-20drm/i915/guc: keep GuC doorbell & process descriptor mapped in kernelDave Gordon2-38/+30
2016-04-20drm/i915/shrinker: Only shmemfs objects are backed by swapChris Wilson1-6/+4
2016-04-20drm/i915/shrinker: Report "unevictable" pagesChris Wilson1-11/+12
2016-04-20drm/i915/shrinker: Only report objects with extra pinned pages as pinnedChris Wilson1-1/+1
2016-04-20drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin3-16/+3
2016-04-20drm/i915/gen8+: Do not enable DPF interrupt since the handler does not existTvrtko Ursulin1-1/+3
2016-04-20drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupportTim Gore2-3/+5
2016-04-19drm/i915: Fixing eDP detection on certain platformsShubhangi Shrivastava1-1/+4
2016-04-19drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()jim.bride@linux.intel.com1-13/+11
2016-04-19drm/i915: Clean up PCI config register handlingJoonas Lahtinen5-49/+63
2016-04-19drm/i915: call kunmap_px on pt_vaddrMatthew Auld1-1/+1
2016-04-19drm/i915: Wait for power cycle delay after turning off DSI panel powerVille Syrjälä1-1/+6
2016-04-19drm/i915: Define HSW/BDW display power domains the right way upVille Syrjälä1-19/+26
2016-04-19drm/i915: Define VLV/CHV display power well domains properlyVille Syrjälä1-2/+40
2016-04-19drm/i915: Set .domains=POWER_DOMAIN_MASK for the always-on wellVille Syrjälä1-16/+6
2016-04-19drm/i915: Fix oops in vlv_force_pll_on()Ville Syrjälä1-2/+2
2016-04-19drm/i915/gen9: Fix runtime PM refcounting in case DMC firmware isn't loadedImre Deak4-4/+50
2016-04-19drm/i915/ddi: Fix eDP VDD handling during booting and suspend/resumeImre Deak3-9/+7
2016-04-19drm/i915: Fix system resume if PCI device remained enabledImre Deak1-1/+31
2016-04-19drm/i915: Fix error path in i915_drm_resume_earlyImre Deak1-2/+2
2016-04-18drm/i915/kbl: Reset secondary power well requests left on by DMC/KVMRImre Deak1-1/+1
2016-04-18drm/i915: Replace nondescript 'WARN_ON(!lret)' with a sensible error messageVille Syrjälä1-1/+1
2016-04-18drm/i915: Avoid stalling on pending flips for legacy cursor updatesChris Wilson1-0/+3
2016-04-18drm/i915/dsi: fix CHV dsi encoder hardware state readout on port CJani Nikula1-4/+5
2016-04-15drm/i915: Show pin mapped counts and sizes in debugfsTvrtko Ursulin1-0/+22
2016-04-15drm/i915: Show pin mapped status in describe_objTvrtko Ursulin1-13/+21
2016-04-15drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platformsVille Syrjälä2-0/+10
2016-04-15drm/i915: Hook up pfit for DSIVille Syrjälä1-5/+68
2016-04-15drm/i915: Eliminate {vlv,bxt}_configure_dsi_pll()Ville Syrjälä1-22/+6
2016-04-15drm/i915: Compute DSI PLL parameters during .compute_config()Ville Syrjälä5-81/+112
2016-04-15drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHVVille Syrjälä2-68/+80