summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: vGPU workload submissionZhi Wang2016-10-147-6/+449
* drm/i915/gvt: vGPU execlist virtualizationZhi Wang2016-10-146-1/+537
* drm/i915/gvt: vGPU display virtualizationZhi Wang2016-10-1412-115/+2277
* drm/i915/gvt: vGPU MMIO virtualizationZhi Wang2016-10-1410-10/+1938
* drm/i915/gvt: vGPU PCI configuration space virtualizationZhi Wang2016-10-149-1/+761
* drm/i915/gvt: vGPU graphics memory virtualizationZhi Wang2016-10-1410-1/+2860
* drm/i915/gvt: vGPU interrupt virtualization.Zhi Wang2016-10-148-6/+998
* drm/i915/gvt: trace stubZhi Wang2016-10-143-1/+86
* drm/i915/gvt: Introduce basic vGPU life cycle managementZhi Wang2016-10-146-1/+364
* drm/i915/gvt: golden virtual HW state managementZhi Wang2016-10-144-1/+332
* drm/i915/gvt: Introduce a framework for tracking HW registers.Zhi Wang2016-10-145-9/+379
* drm/i915/gvt: vGPU HW resource managementZhi Wang2016-10-146-2/+439
* drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacksChris Wilson2016-10-131-31/+28Star
* drm/i915: fix a read size argumentDan Carpenter2016-10-131-2/+2
* drm/i915: Skip unbinding large unmappable global buffersChris Wilson2016-10-131-1/+40
* drm/i915: Fix misplaced '\n' in printing the GPU error's RING_HEADChris Wilson2016-10-131-1/+1
* drm/i915: Record the current requests queue for execlists upon hangChris Wilson2016-10-132-20/+47
* drm/i915: Shrink TV modes const dataTvrtko Ursulin2016-10-131-18/+28
* drm/i915: Shrink per-platform watermark configurationTvrtko Ursulin2016-10-132-7/+7
* drm/i915: Shrink sdvo_cmd_namesTvrtko Ursulin2016-10-131-1/+1
* drm/i915: Shrink cxsr_latency_tableTvrtko Ursulin2016-10-132-10/+10
* drm/i915/hsw: Fix GPU hang during resume from S3-devices stateImre Deak2016-10-132-26/+26
* drm/i915: Treat a framebuffer reference as an active reference whilst shrinkingChris Wilson2016-10-121-2/+3
* drm/i915: Update debugfs describe_obj() to show fault-mappableChris Wilson2016-10-121-10/+1Star
* drm/i915: Use fence_write() from rpm resumeChris Wilson2016-10-121-2/+19
* drm/i915: Compress GPU objects in error stateChris Wilson2016-10-123-22/+169
* drm/i915: Consolidate error object printingChris Wilson2016-10-121-75/+25Star
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-123-91/+74Star
* drm/i915: Stop the machine whilst capturing the GPU crash dumpChris Wilson2016-10-123-18/+31
* drm/i915: Allow disabling error captureChris Wilson2016-10-1210-6/+79
* drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-126-111/+111
* drm/i915: Remove unused BSM_MASK causing warningJoonas Lahtinen2016-10-121-2/+1Star
* Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter2016-10-12493-38501/+64903
|\
| * Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-1116-58/+313
| |\
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-101-4/+4
| | * drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson2016-10-101-1/+2
| | * drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut2016-10-103-22/+3Star
| | * drm/bridge: Add RGB to VGA bridge supportMaxime Ripard2016-10-103-0/+231
| | * drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson2016-10-055-5/+33
| | * drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2016-10-051-7/+10
| | * drm/bridge: Call drm_connector_cleanup directlyMarek Vasut2016-10-053-18/+3Star
| | * drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2016-10-051-0/+26
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-051-2/+2
| * | drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextChris Wilson2016-10-101-3/+0Star
| * | drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-103-7/+23
| * | drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-105-20/+34
| * | drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-101-2/+2
| * | drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-102-2/+4
| * | drm/i915: Allow DP to work w/o EDIDVille Syrjälä2016-10-101-13/+9Star
| * | drm/i915: Move long hpd handling into the hotplug workVille Syrjälä2016-10-101-25/+23Star