summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-1/+1
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds118-6100/+12987
2017-02-23Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-12/+499
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie13-80/+106
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2017-02-16drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede1-1/+12
2017-02-16drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson1-2/+2
2017-02-16drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson1-0/+5
2017-02-16drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-02-16drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson1-1/+6
2017-02-16drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang1-3/+4
2017-02-16drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson4-17/+81
2017-02-16drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang1-1/+2
2017-02-16drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak3-3/+8
2017-02-16drm/i915/gen9+: Enable hotplug detection earlyImre Deak1-19/+50
2017-02-16drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling modeChris Wilson1-1/+1
2017-02-16drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson1-14/+23
2017-02-16Merge tag 'gvt-next-2017-02-15' of https://github.com/01org/gvt-linux into dr...Jani Nikula13-99/+179
2017-02-16Merge tag 'gvt-next-2017-02-07' of https://github.com/01org/gvt-linux into dr...Jani Nikula9-121/+42
2017-02-14drm/i915/gvt: return error code if dma map iova failedChuanxiao Dong1-1/+4
2017-02-14drm/i915/gvt: optimize the inhibit context mmio loadChuanxiao Dong1-0/+17
2017-02-14drm/i915/gvt: add sprite plane flip done support.Xu Han2-1/+23
2017-02-14drm/i915/gvt: add missing display part reset for vGPU resetChangbin Du3-0/+14
2017-02-14drm/i915/gvt: Fix shadow context descriptorZhenyu Wang1-1/+2
2017-02-14drm/i915/gvt: Fix alignment for GTT allocationZhenyu Wang1-7/+8
2017-02-10drm/i915/gvt: fix crash at function release_shadow_wa_ctxChangbin Du1-1/+1
2017-02-09drm/i915/gvt: enable IOMMU for gvtChuanxiao Dong1-7/+0
2017-02-09drm/i915/gvt: map pfn for PTE entry in kvmChuanxiao Dong1-13/+49
2017-02-09drm/i915/gvt: Map shadow page before using it in shadow page tableChuanxiao Dong1-20/+50
2017-02-09drm/i915/gvt: reduce the line of interrupt logs and log friendlyChangbin Du1-42/+11
2017-02-09drm/i915/gvt: remove a redundant end of line in debug logChangbin Du1-1/+1
2017-02-09drm/i915/gvt: remove a noisy unimportant log in sched_policyChangbin Du1-1/+0
2017-02-08drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski1-6/+6
2017-02-08drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2-2/+11
2017-02-08drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C1-1/+2
2017-02-08drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula1-1/+2
2017-02-08drm/i915: fix i915 running as dom0 under XenJuergen Gross1-2/+10
2017-02-08drm/i915: Flush untouched framebuffers before display on !llcChris Wilson1-1/+1
2017-02-08drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-02-08drm/i915/gvt/kvmgt: remove some dead codeDan Carpenter1-5/+0
2017-02-07drm/i915/gvt: fix vgpu type size initZhenyu Wang1-6/+7
2017-02-07drm/i915/gvt: use normal mmio read function for firmware exposureZhenyu Wang1-43/+4
2017-02-07drm/i915/gvt: remove detect_host() MPT hookZhenyu Wang4-52/+0
2017-02-07drm/i915/gvt: move intel iommu detection to intel_gvt_init()Zhenyu Wang2-6/+7
2017-02-07drm/i915: make intel_gvt_init() later instead of too earlyZhenyu Wang2-7/+12
2017-02-07drm/i915/gvt: add more resolutions in virtual edidChuanxiao Dong1-7/+12
2017-02-07Merge branch 'for-linus' into for-nextTakashi Iwai31-477/+559
2017-02-03drm/i915: Enable VLV audio chicken bit for LPE audioTakashi Iwai2-0/+8
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson5-37/+32