summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gvt-fixes-2019-01-24' of https://github.com/intel/gvt-linux into d...Jani Nikula2019-01-241-5/+6
|\
| * drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workloadWeinan Li2019-01-231-5/+6
* | drm/i915/execlists: Mark up priority boost on preemptionChris Wilson2019-01-241-0/+4
* | Merge tag 'gvt-fixes-2018-01-17' of https://github.com/intel/gvt-linux into d...Jani Nikula2019-01-174-6/+29
|\|
| * drm/i915/gvt: Fix mmap range checkZhenyu Wang2019-01-151-2/+12
| * drm/i915/gvt: free VFIO region space in vgpu detachHang Yuan2019-01-153-4/+16
| * drm/i915/gvt: Allow F_CMD_ACCESS on mmio 0x21f0Colin Xu2019-01-141-0/+1
* | drm/i915: init per-engine WAs for all enginesDaniele Ceraolo Spurio2019-01-101-1/+2
* | drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson2019-01-101-3/+12
* | drm/i915: Skip the ERR_PTR error stateChris Wilson2019-01-103-13/+26
* | drm/i915: Disable PSR in Apple panelsJosé Roberto de Souza2019-01-101-0/+6
|/
* drm/i915/gvt: Fix workload request allocation before request addZhenyu Wang2019-01-092-22/+43
* Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-056-5/+43
|\
| * Merge tag 'gvt-next-2018-12-07' of https://github.com/intel/gvt-linux into dr...Jani Nikula2018-12-116-5/+43
| |\
| | * drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"Colin Ian King2018-12-071-1/+1
| | * drm/i915/gvt: Fix shadow ctx ppgtt destroy functionXiong Zhang2018-12-072-0/+37
| | * drm/i915/gvt: fix a typo: "registeration" -> "registration".Peng Hao2018-12-071-1/+1
| | * drm/i915/gvt: fix typo in two MI cmd annotationXinyun Liu2018-12-071-3/+3
| | * drm/i915/gvt: update force-to-nonpriv register whitelistZhao Yan2018-12-071-0/+1
* | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-2/+13
* | | i915: fix missing user_access_end() in page fault exception caseLinus Torvalds2019-01-041-0/+1
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-036-13/+9
* | | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-012-2/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-202-2/+2
| |\ \ \ \ \ \
| | | | * | | | iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-122-2/+2
| | | | |/ / /
* | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+6
* | | | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-282-3/+3
* | | | | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-25139-6870/+12974
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-12-071-1/+1
| |\ \ \ \ \
| | * | | | | drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-051-1/+1
| * | | | | | Merge tag 'drm-intel-next-2018-12-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-12-0653-1958/+4622
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | drm/i915: Update DRIVER_DATE to 20181204Jani Nikula2018-12-041-2/+2
| | * | | | drm/i915/icl: fix transcoder state readoutJani Nikula2018-12-041-21/+31
| | * | | | drm/i915: Allocate a common scratch pageChris Wilson2018-12-047-86/+74
| | * | | | drm/i915: Trim unused workaround list entriesTvrtko Ursulin2018-12-041-1/+15
| | * | | | drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-049-209/+168
| | * | | | drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-046-73/+60
| | * | | | drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin2018-12-046-47/+214
| | * | | | drm/i915: Verify GT workaround state after GPU initTvrtko Ursulin2018-12-044-0/+40
| | * | | | drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-045-119/+153
| | * | | | drm/i915: Record GT workarounds in a listTvrtko Ursulin2018-12-045-168/+354
| | * | | | drm/i915: change i915_sw_fence license to MITJonathan Gray2018-12-042-8/+4
| | * | | | drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson2018-12-043-48/+30
| | * | | | drm/i915/dp: Fix inconsistent indentingChris Wilson2018-12-041-7/+6
| | * | | | drm/i915: Move display device info capabilities to its own structJosé Roberto de Souza2018-12-036-78/+103
| | * | | | drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza2018-12-037-12/+14
| | * | | | drm/i915/dp: Fix link compute m_n calc for DSCManasi Navare2018-12-031-1/+1
| | * | | | drm/i915/sysfs: make attrs arrays constJani Nikula2018-12-031-2/+2