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-03-07
drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create()
Wentao Liang
-0
/
+5
2025-03-07
drm/amd/display: fix missing .is_two_pixels_per_container
Aliaksei Urbanski
-0
/
+1
2025-03-07
drm/amdgpu/display: Allow DCC for video formats on GFX12
David Rosca
-2
/
+5
2025-03-07
drm/amdgpu: Use unique CPER record id across devices
Xiang Liu
-5
/
+13
2025-03-07
drm/amdgpu: fix the gb_addr_config_fields init value mismatch
Shiwu Zhang
-5
/
+1
2025-03-07
drm/amdgpu: retire ip init code specific for A0 rev
Shiwu Zhang
-12
/
+1
2025-03-07
drm/amdgpu: increase RAS bad page threshold
Tao Zhou
-3
/
+3
2025-03-07
drm/amdgpu: Fix missing drain retry fault the last entry
Emily Deng
-1
/
+4
2025-03-07
drm/amdgpu: Do not set power brake sequence for Aldebaran SRIOV
Victor Lu
-1
/
+2
2025-03-07
drm/amdkfd: remove unused debug gws support status variable
Jonathan Kim
-1
/
+0
2025-03-07
drm/amdgpu: fix inconsistent indenting warning
Charles Han
-1
/
+1
2025-03-07
drm/amdgpu: Do not write to GRBM_CNTL if Aldebaran SRIOV
Victor Lu
-1
/
+4
2025-03-07
drm/i915: Relocate intel_bw_crtc_update()
Ville Syrjälä
-18
/
+18
2025-03-07
drm/i915: Move dbuf_state->active_pipes into skl_wm_get_hw_state()
Ville Syrjälä
-9
/
+4
2025-03-07
drm/i915: Do wm readout ealier for skl+
Ville Syrjälä
-1
/
+7
2025-03-07
drm/i915: Split wm sanitize from readout
Ville Syrjälä
-18
/
+16
2025-03-07
drm/i915: Simplify cdclk_disable_noatomic()
Ville Syrjälä
-6
/
+1
2025-03-07
sem/i915: Simplify intel_cdclk_update_hw_state()
Ville Syrjälä
-8
/
+2
2025-03-07
drm/i915: Skip some bw_state readout on pre-icl
Ville Syrjälä
-1
/
+2
2025-03-07
drm/i915: Update bw_state->active_pipes during readout
Ville Syrjälä
-0
/
+6
2025-03-07
drm/i915: Extract intel_bw_update_hw_state()
Ville Syrjälä
-8
/
+22
2025-03-07
drm/i915: Extract intel_cdclk_update_hw_state()
Ville Syrjälä
-16
/
+31
2025-03-07
drm/i915: Extract intel_bw_crtc_disable_noatomic()
Ville Syrjälä
-5
/
+17
2025-03-07
drm/i915: Add skl_wm_plane_disable_noatomic()
Ville Syrjälä
-0
/
+26
2025-03-07
drm/i915: clean up pipe's ddb usage in intel_crtc_disable_noatomic()
Ville Syrjälä
-0
/
+9
2025-03-07
drm/i915: Extract skl_wm_crtc_disable_noatomic()
Ville Syrjälä
-4
/
+16
2025-03-07
drm/i915: Extract intel_cdclk_crtc_disable_noatomic()
Ville Syrjälä
-5
/
+15
2025-03-07
drm/i915: Use intel_plane_set_invisible() in intel_plane_disable_noatomic()
Ville Syrjälä
-5
/
+1
2025-03-07
drm/i915: Don't clobber crtc_state->cpu_transcoder for inactive crtcs
Ville Syrjälä
-15
/
+13
2025-03-07
drm/i915: Drop redundant shared_dpll=NULL assignments
Ville Syrjälä
-4
/
+0
2025-03-07
drm/i915: Program CURSOR_PROGRAM and COEFF_POLARITY for icl+ combo PHYs
Ville Syrjälä
-1
/
+4
2025-03-07
drm/panic: fix overindented list items in documentation
Miguel Ojeda
-6
/
+6
2025-03-07
drm/panic: use `div_ceil` to clean Clippy warning
Miguel Ojeda
-2
/
+2
2025-03-07
drm/xe/guc_pc: Remove duplicated pc_start call
Rodrigo Vivi
-8
/
+0
2025-03-07
drm/vkms: Allow to attach connectors and encoders
José Expósito
-13
/
+215
2025-03-07
drm/vkms: Allow to configure multiple connectors
José Expósito
-0
/
+204
2025-03-07
drm/vkms: Allow to attach encoders and CRTCs
José Expósito
-20
/
+265
2025-03-07
drm/vkms: Allow to configure multiple encoders
José Expósito
-0
/
+194
2025-03-07
drm/vkms: Allow to attach planes and CRTCs
José Expósito
-36
/
+453
2025-03-07
drm/vkms: Allow to configure multiple CRTCs
José Expósito
-5
/
+221
2025-03-07
drm/vkms: Allow to configure multiple planes
José Expósito
-36
/
+369
2025-03-07
drm/vkms: Add a validation function for VKMS configuration
Louis Chauvet
-0
/
+21
2025-03-07
drm/vkms: Set device name from vkms_config
José Expósito
-5
/
+40
2025-03-07
drm/vkms: Move default_config creation to its own function
José Expósito
-5
/
+71
2025-03-07
drm/vkms: Extract vkms_config header
José Expósito
-42
/
+121
2025-03-07
drm/vkms: Add KUnit test scaffolding
José Expósito
-0
/
+42
2025-03-07
drm/vkms: Create vkms_connector struct
José Expósito
-7
/
+16
2025-03-07
drm/vkms: Extract vkms_connector header
José Expósito
-38
/
+73
2025-03-07
drm/i915/plane: convert intel_atomic_plane.[ch] to struct intel_display
Jani Nikula
-40
/
+38
2025-03-07
drm/xe/compat: refactor compat i915_drv.h
Jani Nikula
-8
/
+32
[prev]
[next]