summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: finish off reverting eDP VDD changesJani Nikula2014-03-183-8/+10
| * | drm/i915: catch forcewake reference underrunsDaniel Vetter2014-03-181-6/+15
| * | drm/i915: Actually capture PP_DIR_BASE on errorBen Widawsky2014-03-181-2/+4
| * | drm/i915: properly disable the VDD when disabling the panelPaulo Zanoni2014-03-183-3/+8
| * | drm/i915: Switch to fake context on older gensMika Kuoppala2014-03-181-2/+4
| * | drm/i915: Fix up the forcewake timer initializationDaniel Vetter2014-03-182-2/+2
| * | drm/i915: Consolidate forcewake resetting to a single functionChris Wilson2014-03-131-40/+41
| * | drm/i915: Remove erronous WARN in the vlv pipe crc codeDaniel Vetter2014-03-131-2/+0
| * | drm/i915: Reset forcewake before suspendChris Wilson2014-03-132-0/+5
| * | drm/i915: Unbind all vmas whose new cache_level doesn't agree with the neighb...Ville Syrjälä2014-03-131-2/+0
| * | drm/i915: Drop WARN_ON(flags) from ppgtt_bind_vma()Ville Syrjälä2014-03-131-2/+0
| * | drm/i915/bdw: The TLB invalidation mechanism has been removed from INSTPMDamien Lespiau2014-03-131-2/+8
| * | drm/i915: Show cursor status in debugfs/i915_display_infoChris Wilson2014-03-121-7/+50
| * | drm/i915: Reduce the time we hold struct mutex in intel_pipe_set_base()Ville Syrjälä2014-03-121-1/+5
| * | drm/i915: warn if ring is active before sync flushNaresh Kumar Kachhi2014-03-121-0/+4
| * | drm/i915: wait for rings to become idle once disabledNaresh Kumar Kachhi2014-03-123-0/+6
| * | drm/i915: disable rings before HW status page setupNaresh Kumar Kachhi2014-03-121-5/+5
| * | drm/i915: Correct PPGTT total sizeBen Widawsky2014-03-111-1/+1
| * | drm/i915/bdw: Use scratch page table for GEN8 PPGTTBen Widawsky2014-03-111-1/+1
| * | drm/i915: fix typo in display IRQ mask when disabling IRQsImre Deak2014-03-101-1/+1
| * | drm/i915: Allow HDMI+HDMI cloning on g4xVille Syrjälä2014-03-101-0/+7
| * | drm/i915: Allow HDMI+VGA cloningVille Syrjälä2014-03-102-2/+2
| * | drm/i915: Don't use HDMI 12bpc when cloning with other encoder typesVille Syrjälä2014-03-101-1/+26
| * | Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter2014-03-109943-202918/+516632
| |\ \
| * | | drm/i915: Make encoder cloning more flexibleVille Syrjälä2014-03-1011-33/+48
| * | | drm/i915: move dev_priv->suspend aroundDaniel Vetter2014-03-101-2/+1
| * | | drm/i915: Avoid requesting a zero-sized stolen objectChris Wilson2014-03-101-0/+3
| * | | drm/i915: Prevent use-after-free of inherited framebufferChris Wilson2014-03-101-0/+1
| * | | drm/i915: remove early fb allocation dependency on CONFIG_FB v2Jesse Barnes2014-03-083-79/+105
| * | | drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12Jesse Barnes2014-03-083-10/+166
| * | | drm/i915: get_plane_config support for ILK+ v3Jesse Barnes2014-03-081-0/+62
| * | | drm/i915: get_plane_config for i9xx v13Jesse Barnes2014-03-081-0/+63
| * | | drm/i915: add plane_config fetching infrastructure v2Jesse Barnes2014-03-083-0/+104
| * | | drm/i915: Do not force non-caching copies for pwrite along shmem pathChris Wilson2014-03-081-3/+2
| * | | drm/i915: Process page flags once rather than per pwrite/preadChris Wilson2014-03-081-7/+2
* | | | Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2014-04-0262-347/+941
|\ \ \ \
| * | | | drm/doc: Update plane documentation and add plane helper libraryMatt Roper2014-04-021-7/+43
| * | | | drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-025-5/+41
| * | | | drm: Remove unused drm_crtc->fbMatt Roper2014-04-021-3/+0
| * | | | drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-0250-282/+285
| * | | | drm/msm: Switch to universal plane API'sMatt Roper2014-04-024-8/+18
| * | | | drm: Add drm_crtc_init_with_planes() (v2)Matt Roper2014-04-023-4/+47
| * | | | drm: Add plane type property (v2)Rob Clark2014-04-022-0/+28
| * | | | drm: Add drm_universal_plane_init()Matt Roper2014-04-022-30/+59
| * | | | drm: Add primary plane helpers (v3)Matt Roper2014-04-023-1/+363
| * | | | drm: Make drm_crtc_check_viewport non-staticMatt Roper2014-04-022-7/+17
| * | | | drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper2014-04-021-1/+1
| * | | | drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-022-3/+9
| * | | | drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-022-2/+2
| * | | | drm: Add support for multiple plane types (v2)Matt Roper2014-04-023-7/+41