index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
drm/i915/ltphy: Implement HDMI Algo for Pll state
Suraj Kandpal
3
-2
/
+348
2025-11-10
drm/xe/vf: Enable VF resource fixup unconditionally
Michał Winiarski
1
-8
/
+0
2025-11-09
Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
2
-2
/
+2
2025-11-08
kbuild: Let kernel-doc.py use PYTHON3 override
Jean Delvare
2
-2
/
+2
2025-11-08
kbuild: Rename Makefile.extrawarn to Makefile.warn
Nathan Chancellor
1
-1
/
+1
2025-11-08
Revert "drm/nouveau: set DMA mask before creating the flush page"
Dave Airlie
1
-12
/
+12
2025-11-08
gpu: nova-core: justify remaining uses of `as`
Alexandre Courbot
2
-0
/
+8
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
10
-42
/
+70
2025-11-08
gpu: nova-core: add functions and traits for lossless integer conversions
Alexandre Courbot
2
-0
/
+168
2025-11-08
Merge tag 'drm-xe-fixes-2025-11-07' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
11
-25
/
+96
2025-11-07
drm/xe/tests: Add KUnit tests for PF fair provisioning
Michal Wajdeczko
2
-0
/
+166
2025-11-07
drm/xe/pf: Use migration-friendly doorbells auto-provisioning
Michal Wajdeczko
1
-0
/
+17
2025-11-07
drm/xe/pf: Use migration-friendly context IDs auto-provisioning
Michal Wajdeczko
2
-0
/
+27
2025-11-07
drm/i915/pmdemand: Use the default 2 usec fast polling timeout
Ville Syrjälä
1
-1
/
+1
2025-11-07
drm/i915/hdcp: Use the default 2 usec fast polling timeout
Ville Syrjälä
1
-1
/
+1
2025-11-07
drm/i915/ltphy: Nuke bogus weird timeouts
Ville Syrjälä
2
-10
/
+8
2025-11-07
drm/i915/cx0: s/XELPDP_PORT_RESET_END_TIMEOUT/XELPDP_PORT_RESET_END_TIMEOUT_MS/
Ville Syrjälä
2
-2
/
+2
2025-11-07
drm/i915/cx0: s/XELPDP_MSGBUS_TIMEOUT_SLOW/XELPDP_MSGBUS_TIMEOUT_MS/
Ville Syrjälä
3
-8
/
+8
2025-11-07
drm/i915/cx0: Get rid of XELPDP_MSGBUS_TIMEOUT_FAST_US
Ville Syrjälä
2
-3
/
+1
2025-11-07
drm/i915/cx0: Replace XELPDP_PORT_POWERDOWN_UPDATE_TIMEOUT_US with XELPDP_PORT_POWERDOWN_UPDATE_TIMEOUT_MS
Ville Syrjälä
2
-2
/
+2
2025-11-07
drm/i915/ltphy: Nuke extraneous timeout debugs
Ville Syrjälä
1
-18
/
+16
2025-11-07
drm/i915/cx0: Nuke extraneous timeout debugs
Ville Syrjälä
1
-19
/
+16
2025-11-07
drm/i915/gem: s/i915_gem_object_get_frontbuffer/i915_gem_object_frontbuffer_lookup/
Ville Syrjälä
4
-7
/
+7
2025-11-07
drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handling
Ville Syrjälä
16
-147
/
+225
2025-11-07
drm/i915/frontbuffer: Add intel_frontbuffer::display
Ville Syrjälä
2
-11
/
+9
2025-11-07
drm/i915/frontbuffer: Extract intel_frontbuffer_ref()
Ville Syrjälä
1
-1
/
+6
2025-11-07
drm/i915/frontbuffer: Split fb_tracking.lock into two
Ville Syrjälä
4
-6
/
+11
2025-11-07
drm/i915/frontbuffer: Handle the dirtyfb cache flush inside intel_frontbuffer_flush()
Ville Syrjälä
2
-2
/
+3
2025-11-07
drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer operation
Ville Syrjälä
5
-12
/
+12
2025-11-07
drm/i915/frontbuffer: Nuke intel_frontbuffer_flip_{prepare,complete}()
Ville Syrjälä
4
-56
/
+1
2025-11-07
drm/i915/overlay: Switch to intel_frontbuffer_flip()
Ville Syrjälä
1
-3
/
+1
2025-11-07
drm/i915/overlay: Drop the DIRTYFB flush
Ville Syrjälä
1
-2
/
+0
2025-11-07
gpu: nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
Daniel del Castillo
1
-14
/
+5
2025-11-07
gpu: nova-core: Fix capitalization of some comments
Daniel del Castillo
1
-6
/
+6
2025-11-07
gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
Daniel del Castillo
1
-67
/
+58
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
22
-145
/
+323
2025-11-07
drm/i915/psr: fix pipe to vblank conversion
Jani Nikula
1
-1
/
+2
2025-11-07
drm/xe: Enforce correct user fence signaling order using
Matthew Brost
9
-18
/
+86
2025-11-07
drm/xe: Do clean shutdown also when using flr
Jouni Högander
1
-9
/
+9
2025-11-07
drm/xe: Move declarations under conditional branch
Tejas Upadhyay
1
-3
/
+3
2025-11-07
drm/xe/guc: Synchronize Dead CT worker with unbind
Balasubramani Vivekanandan
1
-0
/
+3
2025-11-07
drm/vmwgfx: Set surface-framebuffer GEM objects
Thomas Zimmermann
1
-0
/
+3
2025-11-07
drm/vblank: Increase timeout in drm_wait_one_vblank()
Chintan Patel
1
-1
/
+1
2025-11-07
drm/vblank: Fix kernel docs for vblank timer
Thomas Zimmermann
1
-1
/
+1
2025-11-07
drm/sched: Replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-11-07
drm/vmwgfx: Restore Guest-Backed only cursor plane support
Ian Forbes
2
-1
/
+16
2025-11-07
drm/vmwgfx: Use kref in vmw_bo_dirty
Ian Forbes
1
-7
/
+5
2025-11-06
drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE
Ian Forbes
1
-0
/
+5
2025-11-07
Merge tag 'mediatek-drm-fixes-20251105' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes
Dave Airlie
2
-23
/
+8
2025-11-07
Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
421
-909
/
+2059
[prev]
[next]