summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-19drm/i915/gt: Allow the user to change the CCS mode through sysfsccs-modeAndi Shyti1-0/+72
2024-08-19drm/i915/gt: Implement creation and removal routines for CCS enginesAndi Shyti1-0/+76
2024-08-19drm/i915/gt: Isolate single sysfs engine file creationAndi Shyti2-28/+51
2024-08-19drm/i915/gt: Store active CCS maskAndi Shyti2-4/+26
2024-08-19drm/i915/gt: Store engine-related sysfs kobjectsAndi Shyti3-0/+10
2024-08-19drm/i915/gt: Expose the number of total CCS slicesAndi Shyti3-0/+27
2024-08-19drm/i915/gt: Remove cslices mask value from the CCS structureAndi Shyti2-6/+1
2024-08-19drm/i915/gt: Manage CCS engine creation within UABI exposureAndi Shyti2-26/+17
2024-08-19drm/i915/gt: Refactor uabi engine class/instance list creationAndi Shyti1-12/+17
2024-08-19drm/i915/gt: Allow the creation of multi-mode CCS masksAndi Shyti2-17/+63
2024-08-19drm/i915/gt: Move the CCS mode variable to a global positionAndi Shyti5-7/+35
2024-08-19drm-tip: 2024y-08m-19d-07h-40m-35s UTC integration manifestNirmoy Das1-0/+28
2024-08-19Merge remote-tracking branch 'drm-xe/topic/xe-for-CI' into drm-tipNirmoy Das4-1/+26
2024-08-19Merge remote-tracking branch 'drm-intel/topic/core-for-CI' into drm-tipNirmoy Das25-71/+183
2024-08-19Merge remote-tracking branch 'drm-xe/drm-xe-next' into drm-tipNirmoy Das62-494/+1459
2024-08-19Merge remote-tracking branch 'drm-intel/drm-intel-gt-next' into drm-tipNirmoy Das17-29/+76
2024-08-19Merge remote-tracking branch 'drm-intel/drm-intel-next' into drm-tipNirmoy Das15-180/+186
2024-08-19Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tipNirmoy Das62-423/+489
2024-08-19Merge remote-tracking branch 'drm/drm-next' into drm-tipNirmoy Das492-9477/+10038
2024-08-19Merge remote-tracking branch 'drm-intel/drm-intel-fixes' into drm-tipNirmoy Das386-2407/+4309
2024-08-19Merge remote-tracking branch 'drm-misc/drm-misc-fixes' into drm-tipNirmoy Das2-3/+12
2024-08-19drm/xe: Remove redundant param from xe_bo_create_userNirmoy Das5-14/+12
2024-08-19drm/i915/hdcp: Use correct cp_irq_countSuraj Kandpal1-1/+3
2024-08-18Linux 6.11-rc4Linus Torvalds1-1/+1
2024-08-18Merge tag 'driver-core-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2024-08-18Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-30/+37
2024-08-18Merge tag 'tty-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-39/+9
2024-08-18Merge tag 'usb-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-10/+16
2024-08-18Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+86
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds22-182/+201
2024-08-17Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-11/+29
2024-08-17drm/xe/device: Remove unused xe_device::usm::num_vm_in_*Francois Dugast3-26/+0
2024-08-17drm/xe/vm: Remove restriction that all VMs must be faulting if one isFrancois Dugast1-8/+0
2024-08-17drm/xe/exec: Switch hw engine group execution mode upon job submissionFrancois Dugast3-2/+84
2024-08-17drm/xe/hw_engine_group: Ensure safe transition between execution modesFrancois Dugast2-0/+80
2024-08-17drm/xe/hw_engine_group: Add helper to wait for dma fence jobsFrancois Dugast1-0/+33
2024-08-17drm/xe/exec_queue: Prepare last fence for hw engine group resume contextFrancois Dugast2-2/+33
2024-08-17drm/xe/exec_queue: Remove duplicated codeFrancois Dugast1-4/+1
2024-08-17drm/xe/hw_engine_group: Add helper to suspend faulting LR jobsFrancois Dugast1-0/+36
2024-08-17'drm/xe/hw_engine_group: Register hw engine group's exec queuesFrancois Dugast5-0/+86
2024-08-17drm/xe/guc_submit: Make suspend_wait interruptibleFrancois Dugast1-6/+6
2024-08-17drm/xe/hw_engine_group: Introduce xe_hw_engine_groupFrancois Dugast6-0/+176
2024-08-17Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-6/+17
2024-08-17Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+6
2024-08-17drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost4-68/+70
2024-08-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+9
2024-08-17Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-2/+24
2024-08-17Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds54-672/+650
2024-08-17drm/i915/gt: remove stray declaration of intel_gt_release_all()Luca Coelho1-1/+0