summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-11drm/i915/audio: rename N value getter to emphasize it's for hdmiJani Nikula1-8/+8
2016-10-11drm/i915/audio: add register macros for audio config N valueJani Nikula2-17/+10
2016-10-11drm/i915/audio: HDMI audio gets the TMDS clock by crtc_clockLibin Yang1-4/+5
2016-10-11drm/i915/audio: set proper N/MCTS on more platformsLibin Yang1-5/+1
2016-10-11drm/i915/audio: split dp and hdmi audio config updateJani Nikula1-21/+34
2016-10-11drm/i915/audio: use the same code for updating audio configJani Nikula1-26/+3
2016-10-11drm/i915/audio: port is going to be just fine, simplify checksJani Nikula1-10/+2
2016-10-11drm/i915/audio: abstract audio config updateJani Nikula1-28/+40
2016-10-11drm/i915: Convert open-coded use of vma_pages()Chris Wilson1-2/+1
2016-10-11drm/i915: Allow compaction upto SWIOTLB max segment sizeChris Wilson1-12/+18
2016-10-11drm/i915: Remove self-harming shrink_all on get_pages_gtt failChris Wilson1-1/+0
2016-10-10drm/i915: Update DRIVER_DATE to 20161010Daniel Vetter1-1/+1
2016-10-07drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson3-7/+23
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson5-20/+34
2016-10-07drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson1-2/+2
2016-10-07drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2-2/+4
2016-10-06drm/i915: Add spurious CRT DMI match for Intel DZ77BH-55KVille Syrjälä1-0/+8
2016-10-06drm/i915: Register shadow VGA even when it produces spurious detection resultsVille Syrjälä1-23/+24
2016-10-06Revert "Skip intel_crt_init for Dell XPS 8700"Ville Syrjälä1-8/+0
2016-10-05drm/i915: Sort DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen1-18/+20
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen4-68/+54
2016-10-05drm/i915: Allow DP to work w/o EDIDVille Syrjälä1-13/+9
2016-10-05drm/i915: Move long hpd handling into the hotplug workVille Syrjälä1-25/+23
2016-10-05drm/i915: Show waiters in i915_hangcheck_infoChris Wilson1-0/+12
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson4-108/+179
2016-10-05drm/i915: Show bounds of active request in the ring on GPU hangChris Wilson2-2/+10
2016-10-05drm/i915: Double check hangcheck.seqno after resetChris Wilson1-0/+3
2016-10-05drm/i915: Disable irqs across GPU resetChris Wilson2-2/+19
2016-10-05drm/i915/execlists: Move clearing submission count from reset to initChris Wilson1-4/+5
2016-10-05drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson1-41/+62
2016-10-05drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson3-4/+4
2016-10-04drm/i915: silence io mapping/unmapping sparse warnings on different address s...Jani Nikula1-2/+2
2016-10-04drm/i915: make skl_ddb_add_affected_planes staticJani Nikula1-1/+1
2016-10-04drm/i915: Inline binary searchTvrtko Ursulin1-25/+31
2016-10-04drm/i915: Use binary search when looking for shadowed registersTvrtko Ursulin1-5/+21
2016-10-04drm/i915: Sort the shadow register tableTvrtko Ursulin1-6/+26
2016-10-04drm/i915: Remove identical write mmmio functionsTvrtko Ursulin1-75/+19
2016-10-04drm/i915: Remove identical mmio read functionsTvrtko Ursulin1-44/+10
2016-10-04drm/i915: Remove identical macrosTvrtko Ursulin1-50/+20
2016-10-04drm/i915: Store the active forcewake range table pointerTvrtko Ursulin2-34/+44
2016-10-04drm/i915: Eliminate Gen9 special caseTvrtko Ursulin1-21/+21
2016-10-04drm/i915: Use binary search when looking up forcewake domainsTvrtko Ursulin1-8/+19
2016-10-04drm/i915: Sort forcewake mapping tablesTvrtko Ursulin1-13/+43
2016-10-04drm/i915: Data driven register to forcewake domains lookupTvrtko Ursulin1-109/+103
2016-10-04drm/i915: Do not inline forcewake taking in mmio accessorsTvrtko Ursulin1-10/+14
2016-10-04drm/i915: Keep track of active forcewake domains in a bitmaskTvrtko Ursulin2-31/+25
2016-10-04drm/i915: Remove redundant hsw_write* mmio functionsTvrtko Ursulin1-24/+1
2016-10-04drm/i915: workaround sparse warning on variable length arraysJani Nikula1-1/+1
2016-10-04drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs togetherJani Nikula2-6/+4
2016-10-03drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson1-4/+4