summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...Dave Airlie6-35/+36
2023-12-22drm/xe: Disable 32bits buildLucas De Marchi1-1/+1
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie352-1/+61425
2023-12-22drm/xe: Remove uninitialized variable from warningLucas De Marchi1-2/+2
2023-12-21drm/xe: Remove ci-only GuC FW definitionsDaniele Ceraolo Spurio1-2/+0
2023-12-21drm/xe: Fix build without CONFIG_FAULT_INJECTIONRodrigo Vivi2-2/+2
2023-12-21MAINTAINERS: Updates to Intel DRMRodrigo Vivi1-1/+28
2023-12-21drm/xe/uapi: Remove reset uevent for nowRodrigo Vivi2-29/+0
2023-12-21drm/xe/uapi: Move DRM_XE_ACC_GRANULARITY_* where they are usedFrancois Dugast1-14/+8
2023-12-21drm/xe/uapi: Move CPU_CACHING defines before docFrancois Dugast1-2/+2
2023-12-21drm/xe/uapi: Add examples of user space codeFrancois Dugast1-0/+84
2023-12-21drm/xe/uapi: Add block diagram of a deviceFrancois Dugast1-0/+39
2023-12-21drm/xe/uapi: Document the memory_region bitmaskRodrigo Vivi2-5/+37
2023-12-21drm/xe/uapi: More uAPI documentation additions and cosmetic updatesRodrigo Vivi1-7/+40
2023-12-21drm/xe/uapi: Order sectionsRodrigo Vivi1-122/+130
2023-12-21drm/xe/uapi: Make constant comments visible in kernel docFrancois Dugast1-116/+155
2023-12-21drm/xe/uapi: Document DRM_XE_DEVICE_QUERY_HWCONFIGFrancois Dugast1-0/+5
2023-12-21drm/xe/uapi: Document drm_xe_query_config keysFrancois Dugast1-0/+20
2023-12-21drm/xe/uapi: Document use of size in drm_xe_device_queryFrancois Dugast1-3/+9
2023-12-21drm/xe/uapi: Add missing documentation for struct membersFrancois Dugast1-2/+4
2023-12-21drm/xe/uapi: Add a comment to each structFrancois Dugast1-3/+40
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost5-88/+20
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi2-10/+10
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit11-798/+2
2023-12-21drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*Francois Dugast1-5/+7
2023-12-21drm/xe/uapi: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTYFrancois Dugast1-1/+0
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah4-6/+43
2023-12-21drm/xe/uapi: add exec_queue_id member to drm_xe_wait_user_fence structureBommu Krishnaiah2-75/+7
2023-12-21drm/xe: Enable W=1 warnings by defaultLucas De Marchi1-19/+28
2023-12-21drm/xe/display: Fix dummy __i915_inject_probe_error()Lucas De Marchi1-0/+4
2023-12-21drm/xe/bo: Remove unusued variableLucas De Marchi1-4/+0
2023-12-21drm/xe: Return error if drm_buddy_init() failsLucas De Marchi1-0/+2
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper6-7/+0
2023-12-21drm/xe: Re-sort GT register headerMatt Roper1-38/+38
2023-12-21drm/xe: Define interrupt vector bits with the interrupt registersMatt Roper3-7/+5
2023-12-21drm/xe: Move GSC HECI base offsets out of register headerMatt Roper2-4/+4
2023-12-21drm/xe: Move engine base offsets to engine register headerMatt Roper2-28/+33
2023-12-21drm/xe: Fix whitespace in register definitionsMatt Roper2-5/+5
2023-12-21drm/xe: Move some per-engine register definitions to the engine headerMatt Roper4-28/+30
2023-12-21drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1Matt Roper2-6/+5
2023-12-21drm/xe/xe2: Support flat ccsHimal Prasad Ghimiray1-1/+1
2023-12-21drm/xe/xe2: Modify xe_bo_test for system memoryHimal Prasad Ghimiray1-17/+27
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray5-42/+66
2023-12-21drm/xe/xe2: Update emit_pte to use compression enabled PAT indexHimal Prasad Ghimiray4-7/+18
2023-12-21drm/xe/xe2: Update chunk size for each iteration of ccs copyHimal Prasad Ghimiray1-11/+25
2023-12-21drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clearHimal Prasad Ghimiray1-54/+11
2023-12-21drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLTHimal Prasad Ghimiray2-9/+17
2023-12-21drm/xe/xe2: Allocate extra pages for ccs during bo createHimal Prasad Ghimiray1-9/+14
2023-12-21drm/xe/xe2: Modify main memory to ccs memory ratio.Himal Prasad Ghimiray2-2/+2
2023-12-21drm/xe/xe2: Determine bios enablement for flat ccs on igfxHimal Prasad Ghimiray2-0/+33