index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
drm/ast: Remove generic device initialization
Thomas Zimmermann
4
-166
/
+2
2025-09-29
drm/ast: Move Gen7 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+74
2025-09-29
drm/ast: Move Gen6 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+75
2025-09-29
drm/ast: Move Gen5 device initialization into separate helper
Thomas Zimmermann
4
-0
/
+107
2025-09-29
drm/ast: Move Gen4 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+71
2025-09-29
drm/ast: Move Gen3 device initialization into separate helper
Thomas Zimmermann
4
-0
/
+99
2025-09-29
drm/ast: Move Gen2 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+65
2025-09-29
drm/ast: Move Gen1 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+52
2025-09-29
drm/ast: Prepare per-Gen device initialization
Thomas Zimmermann
3
-7
/
+28
2025-09-29
drm/ast: Split ast_detect_tx_chip() per chip generation
Thomas Zimmermann
5
-89
/
+119
2025-09-29
drm/ast: Move mode-detection helpers to Gen2 source files
Thomas Zimmermann
3
-27
/
+33
2025-09-29
drm/ast: Move display-clock tables to per-Gen source files
Thomas Zimmermann
5
-62
/
+72
2025-09-29
Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2025-09-29
drm/{i915,xe}: driver agnostic drm to display pointer chase
Jani Nikula
5
-9
/
+27
2025-09-29
drm/xe/stolen: use the same types as i915 interface
Jani Nikula
2
-8
/
+7
2025-09-29
drm/{i915, xe}/stolen: convert stolen interface to struct drm_device
Jani Nikula
5
-21
/
+25
2025-09-29
drm/{i915, xe}/stolen: use the stored i915/xe device pointer
Jani Nikula
5
-50
/
+33
2025-09-29
drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_node
Jani Nikula
2
-0
/
+8
2025-09-29
drm/{i915, xe}/stolen: make struct intel_stolen_node opaque
Jani Nikula
5
-30
/
+89
2025-09-29
drm/xe/stolen: convert compat static inlines to proper functions
Jani Nikula
3
-85
/
+119
2025-09-29
drm/i915/stolen: convert intel_stolen_node into a real struct of its own
Jani Nikula
2
-32
/
+56
2025-09-29
drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compat
Jani Nikula
1
-1
/
+2
2025-09-29
drm/xe/stolen: convert compat stolen macros to inline functions
Jani Nikula
2
-8
/
+33
2025-09-29
drm/xe/stolen: rename fb to node in stolen compat header
Jani Nikula
1
-12
/
+12
2025-09-29
drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_node
Jani Nikula
3
-7
/
+7
2025-09-29
Merge drm/drm-next into drm-intel-next
Jani Nikula
610
-10995
/
+18989
2025-09-29
drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
Shengjiu Wang
4
-5
/
+230
2025-09-29
drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format
Shengjiu Wang
2
-1
/
+16
2025-09-29
drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_data
Shengjiu Wang
1
-0
/
+6
2025-09-26
drm/xe/hw_engine_group: Fix double write lock release in error path
Shuicheng Lin
1
-5
/
+1
2025-09-26
drm/solomon: Enforce one assignment per line
Iker Pedrosa
1
-4
/
+8
2025-09-26
drm/solomon: Simplify get_modes() using DRM helper
Iker Pedrosa
1
-13
/
+1
2025-09-26
drm/solomon: Simplify mode_valid() using DRM helper
Iker Pedrosa
1
-9
/
+1
2025-09-26
drm/solomon: Use drm_WARN_ON_ONCE instead of WARN_ON
Iker Pedrosa
1
-4
/
+4
2025-09-26
drm/solomon: Move calls to drm_gem_fb_end_cpu*()
Iker Pedrosa
1
-18
/
+18
2025-09-26
drm/i915/psr: Deactivate PSR only on LNL and when selective fetch enabled
Jouni Högander
1
-2
/
+10
2025-09-26
Merge tag 'drm-xe-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
3
-4
/
+4
2025-09-26
Merge tag 'drm-misc-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
3
-9
/
+3
2025-09-26
Merge tag 'drm-intel-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2
-2
/
+10
2025-09-26
Merge tag 'drm-misc-next-fixes-2025-09-25' of https://gitlab.freedesktop.org/...
Dave Airlie
2
-3
/
+3
2025-09-26
drm/i915: i915_pmu: Use sysfs_emit() instead of sprintf()
Madhur Kumar
1
-2
/
+2
2025-09-26
drm/i915/gvt: Improve intel_vgpu_ioctl hdr error handling
Jonathan Cavitt
1
-6
/
+12
2025-09-25
drm/amd: Add name to modes from amdgpu_connector_add_common_modes()
Mario Limonciello
1
-12
/
+14
2025-09-25
drm/amd: Drop some common modes from amdgpu_connector_add_common_modes()
Mario Limonciello
1
-6
/
+0
2025-09-25
drm/amdgpu: update MODULE_PARM_DESC for freesync_video
Alex Deucher
1
-1
/
+1
2025-09-25
drm/amd: Use dynamic array size declaration for amdgpu_connector_add_common_m...
Mario Limonciello
1
-2
/
+5
2025-09-25
drm/amd/display: Share dce100_validate_global with DCE6-8
Timur Kristóf
4
-63
/
+7
2025-09-25
drm/amd/display: Share dce100_validate_bandwidth with DCE6-8
Timur Kristóf
4
-77
/
+18
2025-09-25
drm/amdgpu: Fix fence signaling race condition in userqueue
Jesse.Zhang
1
-1
/
+1
2025-09-25
amd/amdkfd: enhance kfd process check in switch partition
Yifan Zhang
3
-0
/
+16
[prev]
[next]