index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2026-03-21
drm/i915/wm: Nuke wm->uv_wm[]
Ville Syrjälä
-26
/
+19
2026-03-21
drm/i915/wm: Extract skl_allocate_plane_ddb_nv12()
Ville Syrjälä
-11
/
+29
2026-03-21
drm/i915/wm: s/skl_check_nv12_wm_level()/skl_check_wm_level_nv12()/
Ville Syrjälä
-2
/
+2
2026-03-21
drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()
Ville Syrjälä
-8
/
+7
2026-03-21
drm/i915/wm: Nuke is_planar from skl+ wm structures
Ville Syrjälä
-6
/
+1
2026-03-21
drm/i915: Skip redundant NV12 plane unlinking
Ville Syrjälä
-11
/
+0
2026-03-21
drm/i915: Relocate unlink_nv12_plane()
Ville Syrjälä
-26
/
+23
2026-03-21
drm/i915: Unlink NV12 planes earlier
Ville Syrjälä
-2
/
+9
2026-03-20
drm/xe: Fix format specifier for printing pointer differences
Nathan Chancellor
-15
/
+15
2026-03-21
Merge tag 'drm-xe-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
-50
/
+136
2026-03-21
Merge tag 'amd-drm-fixes-7.0-2026-03-19' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-31
/
+65
2026-03-21
Merge tag 'drm-misc-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-80
/
+114
2026-03-20
drm/xe: Extend Wa_14026781792 for xe3lpg
Nitin Gote
-4
/
+4
2026-03-20
drm/xe/xe3p_lpg: Add Wa_16029437861
Varun Gupta
-1
/
+1
2026-03-20
drm/bridge: samsung-dsim: use drm_bridge_clear_and_put() to put the next bridge
Luca Ceresoli
-5
/
+2
2026-03-20
drm/bridge: add drm_bridge_clear_and_put()
Luca Ceresoli
-0
/
+34
2026-03-20
drm/ttm: Avoid invoking the OOM killer when reading back swapped content
Thomas Hellström
-3
/
+8
2026-03-20
drm/ttm: Don't spam the log on buffer object backing store allocation failure
Thomas Hellström
-1
/
+1
2026-03-20
drm/atomic: Remove state argument to drm_atomic_private_obj_init
Maxime Ripard
-38
/
+19
2026-03-20
drm/tegra: Switch private_obj initialization to atomic_create_state
Maxime Ripard
-6
/
+16
2026-03-20
drm/omapdrm: Switch private_obj initialization to atomic_create_state
Maxime Ripard
-6
/
+16
2026-03-20
drm/amdgpu: Switch private_obj initialization to atomic_create_state
Maxime Ripard
-24
/
+28
2026-03-20
drm/shmem-helper: Fix huge page mapping in fault handler
Pedro Demarchi Gomes
-22
/
+28
2026-03-19
drm/panel-edp: Add BOE NV153WUM-N42, CMN N153JCA-ELK, CSW MNF307QS3-2
Alvin1 Chen
-0
/
+3
2026-03-19
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Sanjay Yadav
-0
/
+2
2026-03-19
drm/xe: Open-code GGTT MMIO access protection
Matthew Brost
-7
/
+8
2026-03-19
Merge back updates of core ACPI drivers for 7.1
Rafael J. Wysocki
-4
/
+0
2026-03-19
drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp
Umesh Nerlige Ramappa
-2
/
+2
2026-03-19
drm/xe/oa: Allow reading after disabling OA stream
Ashutosh Dixit
-2
/
+5
2026-03-19
drm/xe: Skip over non leaf pte for PRL generation
Brian Nguyen
-9
/
+29
2026-03-19
drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
Zhanjun Dong
-0
/
+1
2026-03-19
drm/xe: Trigger queue cleanup if not in wedged mode 2
Matthew Brost
-13
/
+22
2026-03-19
drm/xe: Forcefully tear down exec queues in GuC submit fini
Matthew Brost
-12
/
+63
2026-03-19
drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
Matthew Brost
-2
/
+1
2026-03-19
drm/xe/guc: Fail immediately on GuC load error
Daniele Ceraolo Spurio
-3
/
+3
2026-03-19
drm/i915: Order OP vs. timeout correctly in __wait_for()
Ville Syrjälä
-1
/
+1
2026-03-19
drm/ttm: Fix spelling mistakes and comment style in ttm_resource.c
Varun Gupta
-14
/
+14
2026-03-19
Merge drm/drm-next into drm-xe-next
Thomas Hellström
-6768
/
+10983
2026-03-19
gpu: host1x: convert MIPI to use operation function pointers
Svyatoslav Ryhel
-469
/
+608
2026-03-18
gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
-77
/
+107
2026-03-18
gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
-7
/
+7
2026-03-18
gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
-16
/
+75
2026-03-18
gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
-4
/
+6
2026-03-18
gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
-9
/
+8
2026-03-18
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Sanjay Yadav
-0
/
+2
2026-03-18
drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk
Jouni Högander
-1
/
+24
2026-03-18
drm/i915/fbdev: fix link failure without FBDEV emulation
Arnd Bergmann
-1
/
+2
2026-03-18
drm/i915/gmbus: fix a typo in comment message
Samasth Norway Ananda
-1
/
+1
2026-03-18
drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
Samasth Norway Ananda
-1
/
+3
2026-03-18
drm/rockchip: vop2: Support setting custom background color
Cristian Ciocaltea
-1
/
+27
[prev]
[next]