summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge tag 'drm-misc-next-fixes-2024-01-04' of git://anongit.freedesktop.org/d...Dave Airlie4-30/+34
2024-01-02drm/imagination: pvr_device.h: fix all kernel-doc warningsRandy Dunlap1-21/+25
2023-12-26drm/xe: Fix warning on impossible conditionLucas De Marchi1-0/+1
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost1-0/+3
2023-12-25drm/rockchip: vop2: clean up some inconsistent indentingJiapeng Chong1-2/+2
2023-12-25drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtimeAndy Yan1-6/+2
2023-12-23drm: Warn when freeing a framebuffer that's still on a listVille Syrjälä1-1/+4
2023-12-23drm: Don't unref the same fb many times by mistake due to deadlock handlingVille Syrjälä1-0/+1
2023-12-22Merge tag 'drm-habanalabs-next-2023-12-19' of https://git.kernel.org/pub/scm/...Dave Airlie12-147/+250
2023-12-22Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...Dave Airlie5-35/+35
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 Airlie332-0/+59578
2023-12-21drm/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-21drm/xe/uapi: Remove reset uevent for nowRodrigo Vivi1-18/+0
2023-12-21drm/xe/uapi: Document the memory_region bitmaskRodrigo Vivi1-0/+19
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost4-81/+16
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi1-1/+1
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit10-758/+2
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 Krishnaiah1-63/+2
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
2023-12-21drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definitionMatt Roper1-1/+0
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost9-28/+206
2023-12-21drm/xe: Remove vram size info from sysfsRodrigo Vivi1-22/+1
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost4-6/+13
2023-12-21drm/xe: Use a flags field instead of bools for VMA createMatthew Brost1-30/+34
2023-12-21drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvmThomas Hellström1-2/+2