summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Only set xe_vma_op.map fields for GPUVA map operationsMatthew Brost2023-12-211-41/+18
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-2111-52/+52
* drm/xe/mocs: Bring comment about mocs back to realityLucas De Marchi2023-12-211-21/+11
* drm/xe: Fold GEN11_MOCS_ENTRIES into gen12_mocs_descLucas De Marchi2023-12-211-116/+112
* drm/xe/bo: don't hold dma-resv lock over drm_gem_handle_createMatthew Auld2023-12-211-8/+12
* drm/xe/guc: Use valid scratch register for posting readMichal Wajdeczko2023-12-211-1/+1
* drm/xe/guc: Fix handling of GUC_HXG_TYPE_NO_RESPONSE_BUSYMichal Wajdeczko2023-12-211-3/+14
* drm/xe/guc: Copy response data from proper registersMichal Wajdeczko2023-12-211-1/+1
* drm/xe/guc: Fix wrong assert about full_lenMichal Wajdeczko2023-12-211-1/+1
* drm/xe/dg2: Wa_18028616096 now applies to all DG2Matt Roper2023-12-211-6/+1
* drm/xe/uapi: Be more specific about the vm_bind prefetch regionRodrigo Vivi2023-12-211-7/+8
* drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASKRodrigo Vivi2023-12-211-7/+7
* drm/xe/uapi: Standardize the FLAG naming and assignmentRodrigo Vivi2023-12-211-1/+1
* drm/xe/uapi: Rename query's mem_usage to mem_regionsRodrigo Vivi2023-12-211-8/+8
* drm/xe/uapi: Rename *_mem_regions masksRodrigo Vivi2023-12-211-4/+4
* drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instanceFrancois Dugast2023-12-211-1/+4
* drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast2023-12-214-30/+30
* drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast2023-12-217-78/+78
* drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty2023-12-213-7/+4
* drm/xe/pmu: Drop interrupt pmu eventAravind Iddamsetty2023-12-213-40/+5
* drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNTFrancois Dugast2023-12-211-1/+0
* drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNTFrancois Dugast2023-12-211-2/+0
* drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi2023-12-216-321/+7
* drm/xe/uapi: Remove GT_TYPE_REMOTERodrigo Vivi2023-12-211-2/+0
* drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAMFrancois Dugast2023-12-211-1/+1
* drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko2023-12-217-60/+11
* drm/xe/display: Add writing of remapped dptJuha-Pekka Heikkila2023-12-211-6/+46
* drm/xe/display: Don't try to use vram if not availableJuha-Pekka Heikkila2023-12-211-5/+6
* drm/xe/hdcp: Define intel_hdcp_gsc_check_status in XeSuraj Kandpal2023-12-211-0/+10
* drm/xe/display: Create a dummy version for vga decodeUma Shankar2023-12-212-0/+17
* drm/xe/display: Add Xe implementation for fence checks used by fbc codeJouni Högander2023-12-213-0/+14
* drm/xe/display: Add i915_gem.h compatibility headerJouni Högander2023-12-212-0/+10
* drm/xe/display: Xe stolen memory handling for fbc supportJouni Högander2023-12-212-0/+80
* drm/xe/display: Add empty define for i915_ggtt_clear_scanoutJouni Högander2023-12-211-0/+1
* drm/xe/display: Add empty def for i915_gem_object_flush_if_displayJouni Högander2023-12-211-0/+2
* drm/xe/display: Add i915_active.h compatibility headerJouni Högander2023-12-211-0/+22
* drm/xe/display: Add frontbuffer setter/getter for xe_boJouni Högander2023-12-211-0/+12
* drm/xe/display: Add macro to get i915 device from xe_boJouni Högander2023-12-211-0/+3
* drm/xe/display: Add struct i915_active for XeJouni Högander2023-12-211-0/+13
* drm/xe/display: Use acpi_target_system_state only if ACPI_SLEEP is enabledFrancois Dugast2023-12-211-2/+11
* drm/xe/display: fix error handling flow when device probing failsKoby Elbaz2023-12-211-2/+2
* drm/xe/display: ensure clear-color surfaces are cpu mappableMatthew Auld2023-12-211-0/+17
* drm/xe/display: Silence kernel-doc warnings related to displayLucas De Marchi2023-12-211-0/+2
* drm/xe/display: Improve s2idle handling.Maarten Lankhorst2023-12-213-14/+4
* drm/xe/display: Implement display supportMaarten Lankhorst2023-12-2159-51/+2873
* drm/xe: Use pool of ordered wq for GuC submissionMatthew Brost2023-12-212-4/+71
* drm/xe: Raise GT frequency before GuC/HuC loadVinay Belgaumkar2023-12-214-2/+57
* drm/xe: Fix build with KUNIT=mLucas De Marchi2023-12-211-1/+1
* drm/xe: Drop EXECLIST_CONTROL from error state dumpMatt Roper2023-12-212-6/+0
* drm/xe/tests: Fix migrate testPallavi Mishra2023-12-211-1/+1