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-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-11-25
drm/client: log: Implement struct drm_client_funcs.restore
Thomas Zimmermann
1
-0
/
+13
2025-11-25
drm/client: Support emergency restore via sysrq for all clients
Thomas Zimmermann
6
-45
/
+83
2025-11-25
drm/client: Pass force parameter to client restore
Thomas Zimmermann
4
-23
/
+13
2025-11-24
drm/edp-panel: Add touchscreen panel used by Lenovo X13s
Daniel Thompson
1
-0
/
+1
2025-11-24
drm/bridge: simple: add ASL CS5263 DP-to-HDMI bridge
Ettore Chimenti
1
-0
/
+5
2025-11-21
drm/bridge: it66121: Add minimal it66122 support
Nishanth Menon
1
-5
/
+9
2025-11-21
drm/bridge: it66121: Use vid/pid to detect the type of chip
Nishanth Menon
1
-29
/
+29
2025-11-21
drm/bridge: it66121: Sort the compatibles
Nishanth Menon
1
-3
/
+3
2025-11-21
drm/bridge: it66121: Drop ftrace like dev_dbg() prints
Nishanth Menon
1
-6
/
+0
2025-11-21
drm/gem: Use vmemdup_array_user in drm_gem_objects_lookup
Tvrtko Ursulin
1
-10
/
+3
2025-11-19
drm/panel: sofef00: Non-continuous mode and video burst are supported
David Heidelberg
1
-1
/
+2
2025-11-19
drm/panel: sofef00: Mark the LPM mode always-on
David Heidelberg
1
-2
/
+5
2025-11-19
drm/panel: sofef00: Simplify get_modes
David Heidelberg
1
-14
/
+7
2025-11-19
drm/panel: sofef00: Introduce compatible which includes the panel name
David Heidelberg
1
-3
/
+4
2025-11-19
drm/panel: sofef00: Initialise at 50% brightness
Casey Connolly
1
-1
/
+1
2025-11-19
drm/panel: sofef00: Add prepare_prev_first flag to drm_panel
Casey Connolly
1
-0
/
+2
2025-11-19
drm/panel: sofef00: Introduce page macro
David Heidelberg
1
-5
/
+10
2025-11-19
drm/panel: sofef00: Split sending commands to the enable/disable functions
David Heidelberg
1
-1
/
+19
2025-11-19
drm/panel: sofef00: Handle all regulators
David Heidelberg
1
-11
/
+17
2025-11-19
drm/panel: sofef00: Clean up panel description after s6e3fc2x01 removal
David Heidelberg
2
-5
/
+6
2025-11-19
drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panel
Chaoyi Chen
1
-0
/
+225
2025-11-19
drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleep
Josua Mayer
1
-4
/
+4
2025-11-19
drm/panel: jadard-jd9365da-h3: Use dev_err_probe() instead of DRM_DEV_ERROR()...
Abhishek Rajput
1
-12
/
+9
2025-11-19
drm/panel: simple: Add Raystar RFF500F-AWH-DNN panel entry
Fabio Estevam
1
-0
/
+27
2025-11-19
gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel support
Svyatoslav Ryhel
1
-0
/
+34
2025-11-19
gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panel
Svyatoslav Ryhel
4
-31
/
+198
2025-11-16
drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridge
Maud Spierings
1
-0
/
+5
2025-11-15
drm/rockchip: vop2: Use OVL_LAYER_SEL configuration instead of use win_mask c...
Andy Yan
1
-7
/
+42
2025-11-15
drm/rockchip: Set VOP for the DRM DMA device
Dmitry Osipenko
1
-0
/
+3
2025-11-15
drm/rockchip: dw_hdmi_qp: Add high color depth support
Cristian Ciocaltea
1
-3
/
+51
2025-11-15
drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regs
Cristian Ciocaltea
1
-13
/
+8
2025-11-15
drm/rockchip: dw_hdmi_qp: Switch to phy_configure()
Cristian Ciocaltea
1
-18
/
+19
2025-11-15
drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depth
Cristian Ciocaltea
1
-2
/
+9
2025-11-15
drm/rockchip: vop2: Check bpc before switching DCLK source
Cristian Ciocaltea
1
-26
/
+32
2025-11-15
drm/rockchip: analogix_dp: Use dev_err_probe() instead of DRM_DEV_ERROR() dur...
Damon Ding
1
-17
/
+14
2025-11-15
drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main struct
Cristian Ciocaltea
1
-7
/
+7
2025-11-14
drm/tegra: Add NVJPG driver
Diogo Ivo
4
-0
/
+334
2025-11-14
drm/tegra: dsi: Calculate packet parameters for video mode
Svyatoslav Ryhel
1
-3
/
+10
2025-11-14
drm/tegra: dsi: Make SOL delay calculation mode independent
Svyatoslav Ryhel
1
-24
/
+18
2025-11-13
drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formats
Thomas Zimmermann
1
-7
/
+9
2025-11-12
drm/nouveau: fully define nvfw_hs_load_header_v2
Timur Tabi
1
-1
/
+3
2025-11-12
drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features
Mohamed Ahmed
1
-1
/
+3
2025-11-12
drm/nouveau/mmu/tu102: Add support for compressed kinds
Ben Skeggs
1
-2
/
+44
2025-11-12
drm/nouveau/mmu/gp100: Remove unused/broken support for compression
Ben Skeggs
2
-37
/
+6
2025-11-12
drm/nouveau/uvmm: Allow larger pages
Mary Guillemard
1
-2
/
+58
2025-11-12
drm/nouveau/uvmm: Prepare for larger pages
Mary Guillemard
2
-17
/
+30
2025-11-12
drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook
Jayesh Choudhary
3
-0
/
+31
2025-11-12
drm/tidss: Remove max_pclk_khz and min_pclk_khz from tidss display features
Jayesh Choudhary
2
-58
/
+31
2025-11-12
drm/sun4i: Nuke mixer pointer from layer code
Jernej Skrabec
6
-14
/
+5
2025-11-12
drm/sun4i: vi_scaler: Find mixer from crtc
Jernej Skrabec
1
-1
/
+3
[next]