summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-14drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_privTvrtko Ursulin8-53/+56
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel22-158/+194
2016-10-13drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacksChris Wilson1-31/+28
2016-10-13drm/i915: fix a read size argumentDan Carpenter1-2/+2
2016-10-13drm/i915: Skip unbinding large unmappable global buffersChris Wilson1-1/+40
2016-10-13drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEADChris Wilson1-1/+1
2016-10-13drm/i915: Record the current requests queue for execlists upon hangChris Wilson2-20/+47
2016-10-13drm/i915: Shrink TV modes const dataTvrtko Ursulin1-18/+28
2016-10-13drm/i915: Shrink per-platform watermark configurationTvrtko Ursulin2-7/+7
2016-10-13drm/i915: Shrink sdvo_cmd_namesTvrtko Ursulin1-1/+1
2016-10-13drm/i915: Shrink cxsr_latency_tableTvrtko Ursulin2-10/+10
2016-10-13drm/i915/hsw: Fix GPU hang during resume from S3-devices stateImre Deak2-26/+26
2016-10-12drm/i915: Treat a framebuffer reference as an active reference whilst shrinkingChris Wilson1-2/+3
2016-10-12drm/i915: Update debugfs describe_obj() to show fault-mappableChris Wilson1-10/+1
2016-10-12drm/i915: Use fence_write() from rpm resumeChris Wilson1-2/+19
2016-10-12drm/i915: Compress GPU objects in error stateChris Wilson3-22/+169
2016-10-12drm/i915: Consolidate error object printingChris Wilson1-75/+25
2016-10-12drm/i915: Always use the GTT for error captureChris Wilson3-91/+74
2016-10-12drm/i915: Stop the machine whilst capturing the GPU crash dumpChris Wilson3-18/+31
2016-10-12drm/i915: Allow disabling error captureChris Wilson10-6/+79
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson6-111/+111
2016-10-12drm/i915: Remove unused BSM_MASK causing warningJoonas Lahtinen1-2/+1
2016-10-12Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter1022-42134/+71458
2016-10-12Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie16-58/+313
2016-10-11drm/i915/gen9: fix DDB partitioning for multi-screen casesPaulo Zanoni1-2/+10
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: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextdrm-intel-next-fixes-2016-10-11Chris Wilson1-3/+0
2016-10-10drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson3-7/+23
2016-10-10drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson5-20/+34
2016-10-10drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson1-2/+2
2016-10-10drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2-2/+4
2016-10-10drm/i915: Allow DP to work w/o EDIDVille Syrjälä1-13/+9
2016-10-10drm/i915: Move long hpd handling into the hotplug workVille Syrjälä1-25/+23
2016-10-10drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson1-41/+62
2016-10-10drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson1-4/+4
2016-10-10drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson1-13/+11
2016-10-10drm/i915: Just clear the mmiodebug before a register accessChris Wilson1-4/+3
2016-10-10drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni1-1/+36
2016-10-10drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä1-0/+18
2016-10-10drm/i915/bxt: Fix HDMI DPLL configurationImre Deak1-5/+16