summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-12-13drm/sched: Add several job helpers to avoid drivers touching scheduler stateMatthew Brost-2/+34
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-76/+166
2025-12-13Merge tag 'drm-next-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-151/+266
2025-12-12drm/xe/lnl: Drop pre-production workaround supportMatt Roper-70/+2
2025-12-12drm/xe: Track pre-production workaround supportMatt Roper-0/+69
2025-12-12drm/xe: Add debugfs support for page reclamationBrian Nguyen-0/+41
2025-12-12drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaimBrian Nguyen-1/+55
2025-12-12drm/xe: Append page reclamation action to tlb invalBrian Nguyen-13/+36
2025-12-12drm/xe: Prep page reclaim in tlb inval jobBrian Nguyen-0/+40
2025-12-12drm/xe: Suballocate BO for page reclaimBrian Nguyen-0/+66
2025-12-12drm/xe: Create page reclaim list on unbindBrian Nguyen-1/+290
2025-12-12drm/xe/guc: Add page reclamation interface to GuCBrian Nguyen-0/+24
2025-12-12drm/xe: Add page reclamation info to device infoOak Zeng-0/+4
2025-12-12drm/xe/xe_tlb_inval: Modify fence interface to support PPC flushBrian Nguyen-3/+6
2025-12-12drm/xe: Do not forward invalid TLB invalidation seqnos to upper layersMatthew Brost-0/+21
2025-12-13Merge tag 'drm-misc-fixes-2025-12-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-76/+166
2025-12-12drm/xe: Restore engine registers before restarting schedulers after GT resetJan Maslak-3/+4
2025-12-12drm/xe: Increase TDF timeoutJagmeet Randhawa-1/+1
2025-12-12drm/xe/cri: Enable I2C controllerRaag Jadav-1/+7
2025-12-12drm: Fix object leak in DRM_IOCTL_GEM_CHANGE_HANDLEKarol Wachowski-2/+6
2025-12-12drm/{i915, xe}/panic: move panic handling to parent interfaceJani Nikula-32/+67
2025-12-12drm/i915/panic: move i915 specific panic implementation to i915Jani Nikula-5/+5
2025-12-12drm/tests: Handle EDEADLK in set_up_atomic_state()José Expósito-5/+22
2025-12-12drm/tests: Handle EDEADLK in drm_test_check_valid_clones()José Expósito-0/+13
2025-12-12drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning ED...José Expósito-0/+143
2025-12-12Merge tag 'drm-intel-next-fixes-2025-12-12' of https://gitlab.freedesktop.org...Dave Airlie-5/+8
2025-12-11drm/xe/doc: Add documentation for Multi Queue Group GuC interfaceNiranjana Vishwanathapura-0/+60
2025-12-11drm/xe/doc: Add documentation for Multi Queue GroupNiranjana Vishwanathapura-0/+45
2025-12-11drm/xe/multi_queue: Support active group after primary is destroyedNiranjana Vishwanathapura-3/+65
2025-12-11drm/xe/multi_queue: Tracepoint supportNiranjana Vishwanathapura-1/+45
2025-12-11drm/xe/multi_queue: Teardown group upon job timeoutNiranjana Vishwanathapura-1/+24
2025-12-11drm/xe/multi_queue: Reset GT upon CGP_SYNC failureNiranjana Vishwanathapura-0/+38
2025-12-11drm/xe/multi_queue: Handle CGP context errorNiranjana Vishwanathapura-0/+43
2025-12-11drm/xe/multi_queue: Set QUEUE_DRAIN_MODE for Multi Queue batchesNiranjana Vishwanathapura-23/+42
2025-12-11drm/xe/multi_queue: Handle tearing down of a multi queueNiranjana Vishwanathapura-20/+82
2025-12-11drm/xe/multi_queue: Add multi queue information to guc_info dumpNiranjana Vishwanathapura-0/+23
2025-12-11drm/xe/multi_queue: Add support for multi queue dynamic priority changeNiranjana Vishwanathapura-6/+65
2025-12-11drm/xe/multi_queue: Add exec_queue set_property ioctl supportNiranjana Vishwanathapura-0/+39
2025-12-11drm/xe/multi_queue: Handle invalid exec queue property settingNiranjana Vishwanathapura-9/+57
2025-12-11drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura-1/+65
2025-12-11drm/xe/multi_queue: Add GuC interface for multi queue supportNiranjana Vishwanathapura-22/+269
2025-12-11drm/xe/multi_queue: Add user interface for multi queue supportNiranjana Vishwanathapura-2/+268
2025-12-11drm/xe/multi_queue: Add multi_queue_enable_mask to gt informationNiranjana Vishwanathapura-0/+9
2025-12-12Merge tag 'amd-drm-fixes-6.19-2025-12-11' of https://gitlab.freedesktop.org/a...Dave Airlie-138/+239
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie-8/+19
2025-12-11drm/plane: Fix IS_ERR() vs NULL bug drm_plane_create_color_pipeline_property()Dan Carpenter-2/+2
2025-12-11drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()Jani Nikula-2/+2
2025-12-11drm/vblank: use the drm_vblank_crtc() and drm_crtc_vblank_crtc() helpers moreJani Nikula-4/+6
2025-12-11drm/vblank: limit vblank variable scope to atomicJani Nikula-3/+5
2025-12-11drm/vblank: add return value to drm_crtc_wait_one_vblank()Jani Nikula-2/+6