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
2025-10-23
drm/xe/migrate: rework size restrictions for sram pte emit
Matthew Auld
-5
/
+8
2025-10-23
drm/xe/migrate: fix offset and len check
Matthew Auld
-3
/
+4
2025-10-23
drm/xe/compat: drop include xe_device.h from i915_drv.h
Jani Nikula
-1
/
+0
2025-10-23
drm/i915/display: drop a few unnecessary i915_drv.h includes
Jani Nikula
-2
/
+2
2025-10-23
drm/sysfb: Use new CRTC state in begin_fb_access
Thomas Zimmermann
-1
/
+1
2025-10-22
drm/i915/dmc: Set DMC_EVT_CTL_ENABLE for disabled event handlers as well
Ville Syrjälä
-11
/
+11
2025-10-22
drm/i915/dmc: Fixup TGL/ADL-S HRR event handler type
Ville Syrjälä
-1
/
+16
2025-10-22
drm/i915/dmc: Clear HRR EVT_CTL/HTP to zero on ADL-S
Ville Syrjälä
-1
/
+54
2025-10-22
drm/i915/dp: Simplify intel_dp_needs_8b10b_fec()
Imre Deak
-3
/
+0
2025-10-22
drm/xe: Avoid PM wake reference during VF migration
Matthew Brost
-5
/
+0
2025-10-22
drm/xe: Do not wake device during a GT reset
Matthew Brost
-7
/
+12
2025-10-22
drm/xe: Check return value of GGTT workqueue allocation
Matthew Brost
-0
/
+3
2025-10-22
drm/xe/vf: Do not disable VF migration on ATS-M
Tomasz Lis
-4
/
+3
2025-10-22
drm/xe: Assert that VF will never use fixed placement of BOs
Tomasz Lis
-0
/
+6
2025-10-22
drm/xe/vf: Fix GuC FW check for VF migration support
Tomasz Lis
-23
/
+57
2025-10-22
drm/xe/vf: Revert logic of vf.migration.enabled
Tomasz Lis
-8
/
+5
2025-10-22
drm/xe/tests/pci: Check dma_mask_size, va_bits and vm_max_level
Gustavo Sousa
-0
/
+7
2025-10-22
drm/xe/tests/pci: Convert GT count check to general device check
Gustavo Sousa
-5
/
+4
2025-10-22
drm/vkms: Allow to configure connector status via configfs
José Expósito
-0
/
+61
2025-10-22
drm/vkms: Allow to update the connector status
José Expósito
-0
/
+31
2025-10-22
drm/vkms: Allow to configure connector status
José Expósito
-2
/
+56
2025-10-22
drm/vkms: Allow to configure the default device creation
José Expósito
-0
/
+7
2025-10-22
drm/vkms: Allow to attach connectors and encoders via configfs
Louis Chauvet
-0
/
+62
2025-10-22
drm/vkms: Allow to configure multiple connectors via configfs
Louis Chauvet
-0
/
+87
2025-10-22
drm/vkms: Allow to attach encoders and CRTCs via configfs
Louis Chauvet
-0
/
+58
2025-10-22
drm/vkms: Allow to configure multiple encoders via configfs
Louis Chauvet
-0
/
+87
2025-10-22
drm/vkms: Allow to attach planes and CRTCs via configfs
Louis Chauvet
-0
/
+58
2025-10-22
drm/vkms: Allow to configure CRTC writeback support via configfs
Louis Chauvet
-0
/
+42
2025-10-22
drm/vkms: Allow to configure multiple CRTCs via configfs
Louis Chauvet
-0
/
+85
2025-10-22
drm/vkms: Allow to configure the plane type via configfs
Louis Chauvet
-0
/
+46
2025-10-22
drm/vkms: Allow to configure multiple planes via configfs
Louis Chauvet
-0
/
+88
2025-10-22
drm/vkms: Add and remove VKMS instances via configfs
Louis Chauvet
-1
/
+190
2025-10-22
drm/vkms: Expose device creation and destruction
José Expósito
-2
/
+22
2025-10-22
drm/sitronix/st7571-i2c: remove unneeded semicolon
Marcus Folkesson
-1
/
+1
2025-10-21
drm/xe: Fix stolen size check to allow equal WOPCM size
Shuicheng Lin
-1
/
+1
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
-25
/
+17
2025-10-21
drm/amd/display: use GFP_NOWAIT for allocation in interrupt handler
Aurabindo Pillai
-2
/
+2
2025-10-21
drm/amd/display: increase max link count and fix link->enc NULL pointer access
Charlene Liu
-1
/
+10
2025-10-21
drm/amd/display: Fix NULL pointer dereference
Meenakshikumar Somasundaram
-1
/
+2
2025-10-21
gpu: nova-core: bitfield: Add support for custom visibility
Joel Fernandes
-32
/
+39
2025-10-21
gpu: nova-core: bitfield: Add support for different storage widths
Joel Fernandes
-37
/
+49
2025-10-21
gpu: nova-core: bitfield: Move bitfield-specific code from register! into new...
Joel Fernandes
-249
/
+332
2025-10-21
gpu: nova-core: register: use field type for Into implementation
Alexandre Courbot
-16
/
+32
2025-10-21
drm/i915/display: Add no_psr_reason to PSR debugfs
Michał Grzelak
-4
/
+21
2025-10-21
drm/xe/display: Make panic support work on vram.
Maarten Lankhorst
-14
/
+36
2025-10-21
drm/xe: Extract xe_bo_is_visible_vram
Maarten Lankhorst
-1
/
+19
2025-10-21
drm/panic: Fix 24bit pixel crossing page boundaries
Jocelyn Falempe
-2
/
+44
2025-10-21
drm/panic: Fix divide by 0 if the screen width < font width
Jocelyn Falempe
-1
/
+1
2025-10-21
drm/panic: Fix kmsg text drawing rectangle
Jocelyn Falempe
-1
/
+1
2025-10-21
drm/panic: Fix qr_code, ensure vmargin is positive
Jocelyn Falempe
-1
/
+4
[prev]
[next]