summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2023-03-11drm/i915: Fix system suspend without fbdev being initializedImre Deak1-1/+7
2023-03-11drm/i915/dp_mst: Add the MST topology state for modesetted CRTCsImre Deak3-0/+69
2023-03-11drm/i915: move a Kconfig symbol to unbreak the menu presentationRandy Dunlap1-3/+3
2023-03-10drm/i915: Don't use BAR mappings for ring buffers with LLCJohn Harrison1-2/+2
2023-03-10drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison1-1/+1
2023-03-10drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nvMavroudis Chatzilaridis1-0/+2
2023-02-25drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi1-1/+0
2023-02-22drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT listMatt Roper1-7/+7
2023-02-14drm/i915: Fix VBT DSI DVO port handlingVille Syrjälä1-10/+23
2023-02-14drm/i915: Initialize the obj flags for shmem objectsAravind Iddamsetty1-1/+1
2023-02-14drm/i915: Move fd_install after last use of fenceRob Clark1-7/+7
2023-02-14drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabledVille Syrjälä1-1/+2
2023-02-09drm/i915: Fix potential bit_17 double-freeRob Clark1-4/+5
2023-02-09drm/i915: Avoid potential vm use-after-freeRob Clark1-3/+11
2023-02-09drm/i915/adlp: Fix typo for reference clockChaitanya Kumar Borah1-1/+1
2023-02-09drm/i915: Fix up locking around dumping requests listsJohn Harrison5-62/+73
2023-02-09drm/i915: Fix request ref counting during error capture & debugfs dumpJohn Harrison5-12/+17
2023-02-09drm/i915/guc: Fix locking when searching for a hung requestJohn Harrison1-0/+11
2023-02-01drm/i915/selftest: fix intel_selftest_modify_policy argument typesArnd Bergmann1-2/+1
2023-02-01drm/i915: Fix a memory leak with reused mmap_offsetNirmoy Das1-1/+1
2023-02-01drm/i915: Allow alternate fixed modes always for eDPVille Syrjälä1-3/+1
2023-02-01drm/i915: Allow panel fixed modes to have differing sync polaritiesVille Syrjälä1-3/+4
2023-02-01drm/i915/selftests: Unwind hugepages to drop wakeref on errorChris Wilson1-4/+4
2023-01-24drm/i915: Remove unused variableNirmoy Das1-2/+0
2023-01-24drm/i915: Allow switching away via vga-switcheroo if uninitializedThomas Zimmermann2-3/+6
2023-01-24drm/i915/display: Check source height is > 0Drew Davenport1-1/+1
2023-01-24drm/i915: re-disable RC6p on Sandy BridgeSasa Dragic1-1/+2
2023-01-18drm/i915: Fix CFI violations in gt_sysfsNathan Chancellor3-258/+220
2023-01-18drm/i915/gt: Cleanup partial engine discovery failuresChris Wilson1-1/+6
2023-01-18drm/i915: Fix potential context UAFsRob Clark1-6/+18
2023-01-18drm/i915: Reserve enough fence slot for i915_vma_unbind_asyncNirmoy Das1-1/+1
2023-01-18drm/i915/gt: Reset twiceChris Wilson1-6/+28
2023-01-12drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula1-1/+1
2023-01-12drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula3-3/+95
2023-01-12drm/i915/gvt: fix vgpu debugfs clean in removeZhenyu Wang1-2/+7
2023-01-12drm/i915/gvt: fix gvt debugfs destroyZhenyu Wang1-2/+6
2023-01-12drm/i915/gvt: fix double free bug in split_2MB_gtt_entryZheng Wang1-4/+13
2023-01-12drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Dan Carpenter1-0/+1
2023-01-07drm/i915/migrate: Account for the reserved_spaceChris Wilson1-4/+12
2023-01-07drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld6-26/+82
2023-01-07drm/i915/ttm: consider CCS for backup objectsMatthew Auld3-5/+26
2023-01-07drm/i915/dsi: fix VBT send packet port selection for dual link DSIMikko Kovanen1-2/+2
2022-12-31drm/i915/display: Don't disable DDI/Transcoder when setting phy test patternKhaled Almahallawy1-59/+0
2022-12-31drm/i915/bios: fix a memory leak in generate_lfp_data_ptrsXia Fukun1-1/+1
2022-12-31drm/i915/guc: make default_lists const dataJani Nikula1-1/+1
2022-12-31drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtualAnshuman Gupta4-26/+35
2022-12-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta8-31/+36
2022-12-31drm/i915: Refactor ttm ghost obj detectionNirmoy Das3-17/+24
2022-12-31drm/i915: Handle all GTs on driver (un)load pathsTvrtko Ursulin2-13/+33
2022-12-31drm/i915/guc: Fix GuC error capture sizing estimation and reportingAlan Previn2-14/+21