aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Merge tag 'drm-intel-next-fixes-2022-08-11' of git://anongit.freedesktop.org/...Dave Airlie15-55/+183
2022-08-08drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()Mauro Carvalho Chehab3-5/+5
2022-08-08drm/i915/gem: Remove shared locking on freeing objectsChris Wilson2-14/+6
2022-08-08drm/i915/gt: Batch TLB invalidationsChris Wilson10-35/+125
2022-08-08drm/i915/gt: Skip TLB invalidations once wedgedChris Wilson1-0/+3
2022-08-08drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidationsChris Wilson1-0/+10
2022-08-08drm/i915/gt: Ignore TLB invalidations on idle enginesChris Wilson3-11/+19
2022-08-08drm/i915/ttm: don't leak the ccs stateMatthew Auld1-1/+22
2022-08-08drm/i915: disable pci resize on 32-bit machineNirmoy Das1-0/+4
2022-08-06Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+0
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-89/+32
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds192-5197/+8338
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)1-2/+2
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2-2/+0
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-13/+6
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-12/+6
2022-07-25drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa5-79/+103
2022-07-23drm/i915/gvt: Replace roundup with DIV_ROUND_UPNicolin Chen1-5/+2
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen1-4/+1
2022-07-22Merge tag 'drm-intel-gt-next-2022-07-13' of git://anongit.freedesktop.org/drm...Dave Airlie51-432/+1181
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2-57/+19
2022-07-19drm/i915/guc: support v69 in parallel to v70Daniele Ceraolo Spurio7-62/+417
2022-07-19drm/i915/guc: Support programming the EU priority in the GuC descriptorMatthew Brost3-11/+33
2022-07-17drm/i915/ttm: fix 32b buildMatthew Auld6-13/+15
2022-07-15drm/i915: Remove unnecessary includeLu Baolu2-2/+0
2022-07-13drm/i915: Add lmem_bar_size modparamPriyanka Dandamudi3-5/+32
2022-07-13drm/i915: Add support for LMEM PCIe resizable barAkeem G Abodunrin1-0/+75
2022-07-13drm/i915: Correct ss -> steering calculation for pre-Xe_HP platformsMatt Roper1-1/+1
2022-07-13drm/i915/ttm: fix 32b buildMatthew Auld6-13/+15
2022-07-12drm/i915/selftests: fix subtraction overflow bugAndrzej Hajda1-1/+1
2022-07-12drm/i915/gem: Look for waitboosting across the whole object prior to individu...Chris Wilson1-0/+34
2022-07-12drm/i915/gt: Serialize TLB invalidates with GT resetsChris Wilson1-1/+14
2022-07-12drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson1-9/+28
2022-07-12drm/i915/ttm: fix sg_table constructionMatthew Auld7-15/+58
2022-07-12drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-12Merge tag 'gvt-fixes-2022-07-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi1-3/+3
2022-07-12drm/i915: Fix vm use-after-free in vma destructionThomas Hellström1-4/+8
2022-07-12drm/i915/guc: ADL-N should use the same GuC FW as ADL-SDaniele Ceraolo Spurio1-0/+9
2022-07-12drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Hangyu Hua1-0/+1
2022-07-12drm/i915/selftests: fix subtraction overflow bugAndrzej Hajda1-1/+1
2022-07-12drm/i915/gt: Only kick the signal worker if there's been an updateChris Wilson1-1/+2
2022-07-12drm/i915: Bump GT idling delay to 2 jiffiesChris Wilson1-1/+1
2022-07-12drm/i915/gem: Look for waitboosting across the whole object prior to individu...Chris Wilson1-0/+34
2022-07-12drm/i915/gt: Serialize TLB invalidates with GT resetsChris Wilson1-1/+14
2022-07-12drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson1-9/+28
2022-07-12drm/i915/dg2: Add Wa_15010599737Matt Roper2-0/+6
2022-07-12Merge tag 'drm-misc-next-2022-07-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+1
2022-07-12Merge tag 'drm-intel-next-2022-07-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie17-192/+192