aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-01-11drm/i915: Don't pin the object pages during pending vma bindsThomas Hellström1-4/+1
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström22-214/+314
2022-01-11drm/i915/snps: vswing value refined for SNPS physClint Taylor1-21/+21
2022-01-11drm/i915: Initial introduction of vma resourcesThomas Hellström10-63/+333
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds282-7932/+13421
2022-01-10drm/i915: split out vlv sideband registers from i915_reg.hJani Nikula3-171/+182
2022-01-10drm/i915: split out PCI config space registers from i915_reg.hJani Nikula9-78/+92
2022-01-10drm/i915/ttm: ensure we unmap when purgingMatthew Auld1-1/+15
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld4-14/+14
2022-01-10drm/i915/ttm: only fault WILLNEED objectsMatthew Auld1-0/+5
2022-01-10drm/i915: don't call free_mmap_offset when purgingMatthew Auld1-1/+0
2022-01-10drm/i915/pxp: Hold RPM wakelock during PXP unbindJuston Li1-1/+4
2022-01-10drm/i915: split out gem/i915_gem_tiling.h from i915_drv.hJani Nikula4-6/+20
2022-01-10drm/i915: split out gem/i915_gem_userptr.h from i915_drv.hJani Nikula4-2/+16
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula7-11/+29
2022-01-10drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula6-13/+30
2022-01-10drm/i915: split out i915_getparam.h from i915_drv.hJani Nikula5-4/+18
2022-01-10drm/i915/ttm: ensure we unmap when purgingMatthew Auld1-1/+15
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld4-14/+14
2022-01-10drm/i915/ttm: only fault WILLNEED objectsMatthew Auld1-0/+5
2022-01-10drm/i915: don't call free_mmap_offset when purgingMatthew Auld1-1/+0
2022-01-10drm/i915: clean up shrinker_release_pagesMatthew Auld4-18/+39
2022-01-10drm/i915: remove writeback hookMatthew Auld5-25/+18
2022-01-07drm/i915/pxp: Hold RPM wakelock during PXP unbindJuston Li1-1/+4
2022-01-07drm/i915: Fix possible NULL pointer dereferences in i9xx_update_wm()Harish Chegondi1-1/+1
2022-01-05drm/i915: Remove unused i915->ggttAndi Shyti9-32/+45
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichał Winiarski5-10/+10
2022-01-05drm/i915/display: Use to_gt() helper for GGTT accessesMichał Winiarski3-3/+3
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski11-37/+42
2022-01-05drm/i915: Use to_gt() helper for GGTT accessesMichał Winiarski8-24/+25
2022-01-05drm/i915/gt: Use to_gt() helper for GGTT accessesMichał Winiarski5-15/+15
2022-01-05drm/i915: stop including i915_irq.h from i915_drv.hJani Nikula6-1/+5
2022-01-05drm/i915/gem: Use local pointer ttm for __i915_ttm_moveJasmine Newsome1-1/+1
2021-12-31drm/i915/opregion: add support for mailbox #5 EDIDAnisse Astier3-1/+72
2021-12-27drm/i915/dsi: Drop double check ACPI companion device for NULLAndy Shevchenko1-17/+9
2021-12-27drm/i915/fbc: Remember to update FBC state even when not reallocating CFBVille Syrjälä1-1/+3
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost1-1/+1
2021-12-23drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-23drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost1-1/+1
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie126-1426/+2058
2021-12-23drm/i915/guc: Check for wedged before doing stuffJohn Harrison1-2/+3
2021-12-23drm/i915/execlists: Weak parallel submission support for execlistsMatthew Brost5-8/+51
2021-12-23drm/i915/guc: Report error on invalid reset notificationJohn Harrison1-0/+5
2021-12-23drm/i915/fbc: Remember to update FBC state even when not reallocating CFBVille Syrjälä1-1/+3
2021-12-23drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst2-6/+12
2021-12-23drm/i915/bios: fix slab-out-of-bounds accessJani Nikula1-1/+1
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström2-1/+50
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström6-188/+285
2021-12-22drm/i915: remove questionable fence optimization during copyChristian König1-29/+14