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-13
drm/amd/powerplay: Fix CIK shutdown temperature
Timur Kristóf
-2
/
+1
2025-10-13
drm/amdgpu: use atomic functions with memory barriers for vm fault info
Gui-Dong Han
-11
/
+8
2025-10-13
drm/amdgpu: set an error on all fences from a bad context
Alex Deucher
-6
/
+37
2025-10-13
drm/amdgpu: handle wrap around in reemit handling
Alex Deucher
-5
/
+10
2025-10-13
drm/amdgpu: fix handling of harvesting for ip_discovery firmware
Alex Deucher
-1
/
+17
2025-10-13
drm/amdgpu: block CE CS if not explicitely allowed by module option
Christian König
-1
/
+14
2025-10-13
drm/amdgpu: remove two invalid BUG_ON()s
Christian König
-4
/
+0
2025-10-13
drm/amd: Disable ASPM on SI
Timur Kristóf
-0
/
+7
2025-10-13
drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
Timur Kristóf
-0
/
+5
2025-10-13
Revert "drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_re...
Matthew Schwartz
-15
/
+4
2025-10-13
drm/i915/fb: Fix the set_tiling vs. addfb race, again
Ville Syrjälä
-18
/
+20
2025-10-13
drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get,release}()
Ville Syrjälä
-3
/
+9
2025-10-13
drm/i915/guc: Skip communication warning on reset in progress
Zhanjun Dong
-1
/
+8
2025-10-13
drm/xe/guc: Check GuC running state before deregistering exec queue
Shuicheng Lin
-1
/
+12
2025-10-13
drm/xe/i2c: Wire up reset/postinstall for I2C IRQ
Raag Jadav
-0
/
+30
2025-10-13
drm/xe/i2c: Introduce xe_i2c_irq_present()
Raag Jadav
-1
/
+6
2025-10-13
drm/xe: Sort include files alphabetically.
Arun Abhishek Chowhan
-3
/
+3
2025-10-13
drm/atomic: Change state pointers to a more meaningful name
Maxime Ripard
-18
/
+18
2025-10-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-10249
/
+14926
2025-10-11
drm/bridge: lt9211: Drop check for last nibble of version register
Marek Vasut
-2
/
+1
2025-10-11
drm/i915/cdclk: Move intel_cdclk_atomic_check()
Ville Syrjälä
-42
/
+40
2025-10-11
drm/i915/cdclk: Hide intel_modeset_calc_cdclk()
Ville Syrjälä
-28
/
+20
2025-10-11
drm/i915/cdclk: Use enabled_pipes instead of active_pipes for the glk audio w/a
Ville Syrjälä
-3
/
+13
2025-10-11
drm/i915: Introduce intel_calc_enabled_pipes()
Ville Syrjälä
-0
/
+19
2025-10-11
drm/i915/cdclk: Decouple cdclk from state->modeset
Ville Syrjälä
-6
/
+14
2025-10-11
drm/i915/cdclk: Move intel_bw_crtc_min_cdclk() handling into intel_crtc_compu...
Ville Syrjälä
-13
/
+6
2025-10-11
drm/i915/cdclk: Rework crtc min_cdclk handling
Ville Syrjälä
-22
/
+17
2025-10-11
drm/i915/cdclk: Relocate intel_plane_calc_min_cdclk() calls
Ville Syrjälä
-15
/
+5
2025-10-11
drm/i915/cdclk: Do intel_cdclk_update_crtc_min_cdclk() per-pipe
Ville Syrjälä
-32
/
+36
2025-10-11
drm/i915/cdclk: Rework bw_min_cdclk handling
Ville Syrjälä
-20
/
+18
2025-10-11
drm/i915/cdclk: Extract intel_cdclk_update_crtc_min_cdclk()
Ville Syrjälä
-37
/
+41
2025-10-11
drm/i915/cdclk: Extract intel_cdclk_update_bw_min_cdclk()
Ville Syrjälä
-36
/
+38
2025-10-11
drm/i915/cdclk: Handle the force_min_cdclk state locking in intel_cdclk_atomi...
Ville Syrjälä
-4
/
+8
2025-10-11
drm/i915/cdclk: Introduce intel_cdclk_modeset_checks()
Ville Syrjälä
-5
/
+43
2025-10-11
drm/i915/cdclk: Extract dg2_power_well_count()
Ville Syrjälä
-14
/
+19
2025-10-11
drm/i915/cdclk: Extract glk_cdclk_audio_wa_needed()
Ville Syrjälä
-2
/
+9
2025-10-11
drm/1915/bw: Drop redundant display version checks
Ville Syrjälä
-4
/
+0
2025-10-11
drm/i915/bw: Skip the bw_state->active_pipes update if no pipe is changing it...
Ville Syrjälä
-15
/
+14
2025-10-11
drm/i915: Introduce intel_crtc_active_changed() and intel_any_crtc_active_cha...
Ville Syrjälä
-0
/
+24
2025-10-11
drm/i915: Introduce intel_crtc_enable_changed() and intel_any_crtc_enable_cha...
Ville Syrjälä
-0
/
+25
2025-10-10
Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-248
/
+385
2025-10-10
Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-8
/
+17
2025-10-11
Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-8
/
+17
2025-10-10
drm/xe: Change return type of detect_bar2_dgfx() from s64 to u64
Shuicheng Lin
-1
/
+3
2025-10-10
drm/xe: Fix copyright in xe_ttm_stolen_mgr
Shuicheng Lin
-2
/
+2
2025-10-10
drm/xe: Fix copyright and function naming in xe_ttm_sys_mgr
Shuicheng Lin
-3
/
+3
2025-10-10
drm/xe: Enable media sampler power gating
Vinay Belgaumkar
-0
/
+9
2025-10-10
drm/xe: Handle mixed mappings and existing VRAM on atomic faults
Matthew Brost
-1
/
+12
2025-10-10
drm/xe/migrate: Fix an error path
Thomas Hellström
-1
/
+1
2025-10-10
drm/gud: Use kmalloc_array() instead of kmalloc()
Mehdi Ben Hadj Khelifa
-1
/
+1
[prev]
[next]