summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko7-60/+11
2023-12-21drm/xe/display: Add writing of remapped dptJuha-Pekka Heikkila1-6/+46
2023-12-21drm/xe/display: Don't try to use vram if not availableJuha-Pekka Heikkila1-5/+6
2023-12-21drm/xe/hdcp: Define intel_hdcp_gsc_check_status in XeSuraj Kandpal1-0/+10
2023-12-21drm/xe/display: Create a dummy version for vga decodeUma Shankar2-0/+17
2023-12-21drm/xe/display: Add Xe implementation for fence checks used by fbc codeJouni Högander3-0/+14
2023-12-21drm/xe/display: Add i915_gem.h compatibility headerJouni Högander2-0/+10
2023-12-21drm/xe/display: Xe stolen memory handling for fbc supportJouni Högander2-0/+80
2023-12-21drm/xe/display: Add empty define for i915_ggtt_clear_scanoutJouni Högander1-0/+1
2023-12-21drm/xe/display: Add empty def for i915_gem_object_flush_if_displayJouni Högander1-0/+2
2023-12-21drm/xe/display: Add i915_active.h compatibility headerJouni Högander1-0/+22
2023-12-21drm/xe/display: Add frontbuffer setter/getter for xe_boJouni Högander1-0/+12
2023-12-21drm/xe/display: Add macro to get i915 device from xe_boJouni Högander1-0/+3
2023-12-21drm/xe/display: Add struct i915_active for XeJouni Högander1-0/+13
2023-12-21drm/xe/display: Use acpi_target_system_state only if ACPI_SLEEP is enabledFrancois Dugast1-2/+11
2023-12-21drm/xe/display: fix error handling flow when device probing failsKoby Elbaz1-2/+2
2023-12-21drm/xe/display: ensure clear-color surfaces are cpu mappableMatthew Auld1-0/+17
2023-12-21drm/xe/display: Silence kernel-doc warnings related to displayLucas De Marchi1-0/+2
2023-12-21drm/xe/display: Improve s2idle handling.Maarten Lankhorst3-14/+4
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst59-51/+2873
2023-12-21drm/xe: Use pool of ordered wq for GuC submissionMatthew Brost2-4/+71
2023-12-21drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar4-2/+57
2023-12-21drm/xe: Fix build with KUNIT=mLucas De Marchi1-1/+1
2023-12-21drm/xe: Drop EXECLIST_CONTROL from error state dumpMatt Roper2-6/+0
2023-12-21drm/xe/tests: Fix migrate testPallavi Mishra1-1/+1
2023-12-21drm/xe/gsc: enable pvc supportAlexander Usyskin3-1/+12
2023-12-21drm/xe: Add Wa_14019877138Haridhar Kalvala1-0/+4
2023-12-21drm/xe: clear the serviced bits on INTR_IDENTITY_REGJonathan Cavitt1-1/+1
2023-12-21drm/xe: move the lmem verification code into a separate functionKoby Elbaz1-11/+21
2023-12-21drm/xe: Fix unbind of unaccessed VMA (fault mode)Brian Welty1-4/+4
2023-12-21drm/xe/xelpmp: Add Wa_16021867713Gustavo Sousa2-0/+9
2023-12-21drm/xe: Update SPDX deprecated license identifierThomas Hellström5-5/+5
2023-12-21drm/xe: Fix pagefault and access counter worker functionsBrian Welty1-34/+48
2023-12-21drm/xe: implement driver initiated function-resetAndrzej Hajda4-0/+90
2023-12-21drm/xe: stringify the argument to avoid potential vulnerabilityCarlos Santa1-1/+1
2023-12-21drm/xe: Add Wa_14019821291Matt Roper4-1/+29
2023-12-21drm/xe/mtl: Use 16.67 Mhz freq scale factor to get rpXBadal Nilawar1-5/+5
2023-12-21drm/xe/xe2: Program correct MOCS registersMatt Roper1-11/+13
2023-12-21drm/xe: Fix dequeue of access counter work itemBrian Welty1-2/+5
2023-12-21drm/xe: Adjust tile_present mask when skipping rebindsMatthew Brost1-2/+13
2023-12-21drm/xe: Dump CTB during TLB timeoutPallavi Mishra1-0/+2
2023-12-21drm/xe: Replace usage of mem_type_to_tileBrian Welty1-25/+38
2023-12-21drm/xe: Remove unused xe_bo_to_tileBrian Welty2-15/+0
2023-12-21drm/xe: Replace xe_ttm_vram_mgr.tile with xe_mem_regionBrian Welty2-7/+6
2023-12-21drm/xe/hwmon: Expose power1_max_intervalBadal Nilawar2-1/+160
2023-12-21drm/xe/hwmon: Protect hwmon rw attributes with hwmon_lockBadal Nilawar1-11/+24
2023-12-21drm/xe/hwmon: Add kernel doc and refactor xe hwmonBadal Nilawar1-110/+91
2023-12-21drm/xe/bo: sync kernel fences for KMD buffersMatthew Auld1-0/+31
2023-12-21drm/xe/bo: consider dma-resv fences for clear jobMatthew Auld1-2/+14
2023-12-21drm/xe/migrate: fix MI_ARB_ON_OFF usageMatthew Auld2-16/+2