summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-xe-fixes-2024-10-03' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-10-0419-64/+159
|\
| * drm/xe: Fix memory leak when aborting bindsMatthew Brost2024-10-031-1/+1
| * drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong2024-10-031-2/+2
| * drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza2024-10-031-6/+3
| * drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld2024-10-031-1/+3
| * drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld2024-10-031-8/+8
| * drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost2024-10-035-12/+19
| * drm/xe: Resume TDR after GT resetMatthew Brost2024-10-033-0/+8
| * drm/xe/xe2: Add performance tuning for L3 cache flushingGustavo Sousa2024-10-032-0/+13
| * drm/xe/xe2: Extend performance tuning to media GTGustavo Sousa2024-10-032-0/+26
| * drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa2024-10-031-1/+1
| * drm/xe: Use helper for ASID -> VM in GPU faults and access countersMatthew Brost2024-10-031-18/+21
| * drm/xe: Convert to USM lock to rwsemMatthew Brost2024-10-034-12/+10
| * drm/xe: use devm_add_action_or_reset() helperHe Lugang2024-10-032-3/+3
| * drm/xe: fix UAF around queue destructionMatthew Auld2024-10-034-2/+35
| * drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld2024-10-031-2/+8
| * drm/xe: Restore pci state upon resumeRodrigo Vivi2024-10-031-0/+2
* | Merge tag 'drm-intel-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/...Dave Airlie2024-10-031-1/+1
|\ \
| * | drm/i915/gem: fix bitwise and logical AND mixupJani Nikula2024-10-011-1/+1
| |/
* | Merge tag 'drm-misc-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-034-11/+30
|\ \
| * | drm/panthor: Don't add write fences to the shared BOsBoris Brezillon2024-10-011-6/+1
| * | drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon2024-10-011-1/+7
| * | drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon2024-10-011-2/+3
| * | drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon2024-10-011-0/+8
| * | drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau2024-10-011-0/+1
| * | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2024-10-015591-86609/+216000
| |\ \
| * | | drm/sched: revert "Always increment correct scheduler score"Christian König2024-09-301-1/+1
| * | | drm/sched: Always increment correct scheduler scoreTvrtko Ursulin2024-09-261-1/+1
| * | | drm/sched: Always wake up correct scheduler in drm_sched_entity_push_jobTvrtko Ursulin2024-09-261-2/+8
| * | | drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin2024-09-261-0/+2
* | | | Merge tag 'amd-drm-fixes-6.12-2024-10-02' of https://gitlab.freedesktop.org/a...Dave Airlie2024-10-036-7/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | drm/amd/display: Fix system hang while resume with TBT monitorTom Chung2024-10-021-0/+6
| * | | drm/amd/display: Enable idle workqueue for more IPS modesLeo Li2024-10-021-1/+2
| * | | drm/amd/display: Add HDR workaround for specific eDPAlex Hung2024-10-023-1/+15
| * | | drm/amd/display: avoid set dispclk to 0Charlene Liu2024-10-021-0/+1
| * | | drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSCFangzhi Zuo2024-10-021-4/+13
| * | | drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal...Yihan Zhu2024-10-021-1/+0
* | | | Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-0110-23/+42
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | firmware/sysfb: Disable sysfb for firmware buffers with unknown parentThomas Zimmermann2024-09-261-1/+3
| * | drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSThomas Zimmermann2024-09-251-1/+1
| * | drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframesDerek Foreman2024-09-242-6/+2
| * | drm/sched: Fix dynamic job-flow control raceRob Clark2024-09-242-7/+4
| * | drm/panthor: Fix race when converting group handle to group objectSteven Price2024-09-231-2/+14
| * | drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede2024-09-142-4/+10
| * | drm/dp_mst: Fix DSC decompression detection in Synaptics branch devicesImre Deak2024-09-121-2/+8
* | | Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-298-48/+21
|\ \ \
| * | | mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-273-6/+4
| * | | mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)2024-09-231-16/+6
| * | | mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren2024-09-231-1/+2
| * | | mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-231-21/+4