summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson2020-05-131-14/+12
* Merge tag 'gvt-fixes-2020-05-12' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2020-05-122-6/+49
|\
| * drm/i915/gvt: Fix kernel oops for 3-level ppgtt guestZhenyu Wang2020-05-111-1/+5
| * drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of inheritance.Colin Xu2020-05-091-5/+44
* | drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson2020-05-115-6/+15
* | drm/i915: Propagate error from completed fencesChris Wilson2020-05-111-1/+3
* | drm/i915/execlists: Track inflight CCIDChris Wilson2020-05-074-12/+25
* | drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson2020-05-076-35/+37
* | drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson2020-05-071-6/+1
* | drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson2020-05-076-24/+82
* | drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson2020-05-071-16/+9
* | drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak2020-05-061-13/+3
* | Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()Peter Jones2020-05-041-2/+1
* | drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf2020-05-041-1/+1
* | drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson2020-05-043-14/+18
* | drm/i915: Avoid dereferencing a dead contextChris Wilson2020-05-041-5/+7
* | drm/i915: Use proper fault mask in interrupt postinstall tooMatt Roper2020-04-291-4/+2
* | drm/i915/gt: Check cacheline is valid before acquiringChris Wilson2020-04-271-0/+2
* | drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson2020-04-272-6/+24
* | drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang2020-04-271-4/+8
* | drm/i915/dpcd_bl: Unbreak enable_dpcd_backlight modparamLyude Paul2020-04-201-0/+1
* | drm/i915: fix Sphinx build duplicate label warningJani Nikula2020-04-201-2/+2
* | drm/i915/display: Load DP_TP_CTL/STATUS offset before use itJosé Roberto de Souza2020-04-202-6/+13
* | drm/i915/tgl: TBT AUX should use TC power well opsMatt Roper2020-04-201-6/+6
* | drm/i915: HDCP: fix Ri prime check done during link checkOliver Barta2020-04-201-1/+2
* | drm/i915/gt: Update PMINTRMSK holding fwChris Wilson2020-04-201-3/+6
* | drm/i915/tgl: Add Wa_14010477008:tglMatt Roper2020-04-202-5/+14
|/
* drm/i915/gvt: switch to user vfio_group_pin/upin_pagesYan Zhao2020-04-141-3/+5
* drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rwYan Zhao2020-04-141-21/+2
* drm/i915/gvt: hold reference of VFIO group during opening of vgpuYan Zhao2020-04-141-0/+15
* drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit2020-04-131-54/+11
* Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-112-8/+0
|\
| * drm/i915: remove always-defined CONFIG_AS_MOVNTDQAMasahiro Yamada2020-04-082-8/+0
* | Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-103-20/+42
|\ \ | |/ |/|
| * Merge tag 'drm-intel-next-fixes-2020-04-08' of git://anongit.freedesktop.org/...Dave Airlie2020-04-093-20/+42
| |\
| | * drm/i915/gem: Flush all the reloc_gpu batchChris Wilson2020-04-061-3/+5
| | * drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson2020-04-061-4/+2
| | * drm/i915/gt: Fill all the unused space in the GGTTChris Wilson2020-04-061-10/+27
| | * drm/i915/dp: Return the right vswing tablesJosé Roberto de Souza2020-04-061-2/+3
| | * drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT modeImre Deak2020-04-061-1/+5
* | | Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-084-19/+15
|\| |
| * | Merge tag 'drm-intel-next-fixes-2020-04-02' of git://anongit.freedesktop.org/...Dave Airlie2020-04-084-19/+15
| |\|
| | * Merge tag 'gvt-next-fixes-2020-03-31' of https://github.com/intel/gvt-linux i...Rodrigo Vivi2020-03-314-19/+15
| | |\
| | | * drm/i915/gvt: Fix klocwork issues about data sizeTina Zhang2020-03-271-2/+2
| | | * drm/i915/gvt: do not check len & max_len for lriYan Zhao2020-03-181-12/+0
| | | * drm/i915/gvt: add support to command SWTESS_BASE_ADDRESSYan Zhao2020-03-181-0/+4
| | | * drm/i915/gvt: Fix display port type issueTina Zhang2020-03-171-3/+3
| | | * drm/i915/gvt: Add some regs to force-to-nonpriv whitelistTina Zhang2020-03-171-2/+6
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1