aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun1-2/+2
2016-06-29drm/i915: Avoid early timeout during AUX transfersImre Deak1-1/+1
2016-06-29drm/i915/hsw: Avoid early timeout during LCPLL disable/restoreImre Deak1-4/+4
2016-06-29drm/i915/lpt: Avoid early timeout during FDI PHY resetImre Deak1-4/+4
2016-06-29drm/i915/bxt: Avoid early timeout during PLL enableImre Deak1-2/+2
2016-06-29drm/i915: Refresh cached DP port register value on resumeVille Syrjälä1-3/+5
2016-06-21drm/i915/fbc: Disable on HSW by default for nowLyude1-2/+1
2016-06-21drm/i915: Revert DisplayPort fast link training featureMika Kahola3-29/+2
2016-06-14drm/i915/ilk: Don't disable SSC source if it's in useLyude1-14/+34
2016-06-10drm/i915: Extract physical display dimensions from VBTVille Syrjälä5-4/+18
2016-06-10drm/i915: Check VBT for port presence in addition to the strap on VLV/CHVVille Syrjälä4-9/+64
2016-06-10drm/i915: Only ignore eDP ports that are connectedChris Wilson3-18/+17
2016-06-10drm/i915: Silence "unexpected child device config size" for VBT on 845gChris Wilson1-1/+1
2016-06-10drm/i915: Fix NULL pointer deference when out of PLLs in IVBAnder Conselvan de Oliveira1-0/+3
2016-05-27Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-306/+482
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie21-306/+482
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-0/+6
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+4
2016-05-23drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killableMichal Hocko1-1/+4
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds76-9374/+12914
2016-05-23drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2-2/+8
2016-05-23drm/i915: Unify intel_ring_begin()Chris Wilson5-261/+89
2016-05-23drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)Ville Syrjälä1-0/+6
2016-05-23drm/i915/psr: Try to program link training times correctlyDaniel Vetter1-8/+47
2016-05-23drm/i915/bxt: Adjusting the error in horizontal timings retrievalRamalingam C1-9/+88
2016-05-23drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä1-0/+2
2016-05-23drm/i915: s/DPPL/DPLL/ for SKL DPLLsVille Syrjälä1-3/+3
2016-05-23drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson2-3/+9
2016-05-23drm/i915: Set crtc_state->lane_count for HDMIAnder Conselvan de Oliveira2-1/+7
2016-05-23drm/i915/BXT: Retrieving the horizontal timing for DSIRamalingam C1-7/+37
2016-05-23drm/i915: Protect gen7 irq_seqno_barrier with uncore lockChris Wilson1-1/+7
2016-05-23drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä5-3/+20
2016-05-23drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBTVille Syrjälä4-4/+75
2016-05-23drm/i915: Enable/disable TMDS output buffers in DP++ adaptor as neededVille Syrjälä3-0/+33
2016-05-23drm/i915: Respect DP++ adaptor TMDS clock limitVille Syrjälä2-8/+55
2016-05-22x86: remove pointless uaccess_32.h complexityLinus Torvalds1-3/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-19/+14
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-3/+0
2016-05-17drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude1-3/+3
2016-05-17drm: i915: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon1-0/+6
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter1-2/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson4-16/+15
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2016-05-10drm/i915: Bail out of pipe config compute loop on LPTDaniel Vetter1-1/+7
2016-05-09Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman16-68/+151
2016-05-06drm/i915: Correctly refcount connectors in hw state readouDaniel Vetter1-0/+5
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar6-41/+75
2016-05-05drm/i915/mst: use reference counted connectors. (v3)Dave Airlie2-24/+21
2016-05-05Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-8/+8
2016-05-04Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-60/+33