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-7.1.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-25
drm/ili9486: Use regular atomic helpers; drop simple-display helpers
Thomas Zimmermann
1
-14
/
+122
2026-03-25
drm/ili9341: Use regular atomic helpers; drop simple-display helpers
Thomas Zimmermann
1
-13
/
+122
2026-03-25
drm/ili9225: Use regular atomic helpers; drop simple-display helpers
Thomas Zimmermann
1
-36
/
+145
2026-03-25
drm/ili9163: Use regular atomic helpers; drop simple-display helpers
Thomas Zimmermann
1
-13
/
+122
2026-03-25
drm/hx8357d: Use regular atomic helpers; drop simple-display helpers
Thomas Zimmermann
1
-13
/
+122
2026-03-25
drm/mipi-dbi: Provide callbacks for atomic interfaces
Thomas Zimmermann
1
-47
/
+156
2026-03-25
drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()
Thomas Zimmermann
1
-23
/
+57
2026-03-25
drm/mipi-dbi: Only modify planes on enabled CRTCs
Thomas Zimmermann
10
-67
/
+18
2026-03-25
drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages and pr...
Damon Ding
1
-40
/
+9
2026-03-25
drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok()
Damon Ding
1
-45
/
+4
2026-03-25
drm/bridge: analogix_dp: Apply DP helper API drm_dp_clock_recovery_ok()
Damon Ding
1
-17
/
+3
2026-03-25
drm/bridge: analogix_dp: Apply DP helper API drm_dp_dpcd_read_link_status()
Damon Ding
1
-7
/
+6
2026-03-25
drm/msm/dsi: Add support for RGB101010 pixel format
Alexander Koskovich
2
-1
/
+26
2026-03-25
drm/msm/dsi: add DSI version >= comparison helper
Alexander Koskovich
1
-2
/
+10
2026-03-25
drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0
Alexander Koskovich
2
-3
/
+3
2026-03-25
drm/meson: use default case for unsupported DSI pixel formats
Alexander Koskovich
1
-4
/
+2
2026-03-25
drm/xe: always keep track of remap prev/next
Matthew Auld
3
-10
/
+28
2026-03-25
drm/bridge: analogix_dp: Reuse &link_train.training_lane[] to set DPCD DP_TRA...
Damon Ding
1
-6
/
+2
2026-03-25
drm/xe: always keep track of remap prev/next
Matthew Auld
3
-10
/
+28
2026-03-25
drm/gem: Improve drm_gem_objects_lookup() kerneldoc
Tvrtko Ursulin
1
-5
/
+6
2026-03-25
drm/msm/dpu: support plane splitting in quad-pipe case
Jun Nie
3
-42
/
+117
2026-03-25
drm/syncobj: Fix xa_alloc allocation flags
Tvrtko Ursulin
1
-2
/
+2
2026-03-25
drm/msm/dpu: Defer SSPP allocation until CRTC check
Jun Nie
2
-81
/
+80
2026-03-25
drm/msm/dpu: Extract plane splitting into a dedicated function
Jun Nie
1
-15
/
+33
2026-03-25
drm/msm/dpu: calculate data_width like downstream
Alexander Koskovich
3
-5
/
+24
2026-03-25
drm/msm/dpu: drop VBIF index from the struct dpu_hw_vbif
Dmitry Baryshkov
4
-28
/
+8
2026-03-25
drm/msm/dpu: drop VBIF index from the VBIF params
Dmitry Baryshkov
5
-30
/
+14
2026-03-25
drm/msm/dpu: drop vbif_idx from WB configuration
Dmitry Baryshkov
22
-24
/
+4
2026-03-25
drm/msm/dpu: drop VBIF id, base and name from the catalog
Dmitry Baryshkov
3
-15
/
+9
2026-03-25
drm/msm/dpu: replace VBIF-related array with bare pointers
Dmitry Baryshkov
4
-49
/
+29
2026-03-25
drm/msm/dpu: stop declaring VBIFs as an array in catalog
Dmitry Baryshkov
37
-143
/
+88
2026-03-25
drm/msm/dpu: drop VBIF_NRT handling
Dmitry Baryshkov
3
-17
/
+0
2026-03-25
drm/msm/dsi: fix hdisplay calculation for CMD mode panel
Pengyu Luo
1
-5
/
+10
2026-03-25
drm/msm/dsi: fix bits_per_pclk
Pengyu Luo
1
-1
/
+1
2026-03-25
drm/msm/dpu: fix vblank IRQ registration before atomic_mode_set
Cédric Bellegarde
1
-0
/
+6
2026-03-25
drm/msm/dpu: don't try using 2 LMs if only one DSC is available
Dmitry Baryshkov
1
-1
/
+2
2026-03-25
drm/msm/hdmi: Drop redundant 'int' for longs
Krzysztof Kozlowski
5
-7
/
+7
2026-03-25
drm/msm/hdmi: Consistently use u32 instead of uint32_t
Krzysztof Kozlowski
5
-14
/
+13
2026-03-25
drm/msm/hdmi: Simplify with local 'dev' variable
Krzysztof Kozlowski
1
-12
/
+10
2026-03-25
drm/msm/hdmi: Avoid double error print on msm_hdmi_get_phy() failure
Krzysztof Kozlowski
1
-3
/
+1
2026-03-25
drm/msm/hdmi: Simplify with dev_of_node()
Krzysztof Kozlowski
1
-2
/
+2
2026-03-25
drm/msm/hdmi: Fix wrong CTRL1 register used in writing info frames
Krzysztof Kozlowski
1
-2
/
+2
2026-03-25
drm/msm/hdmi: make 'msm_hdmi_pm_ops' static
Ben Dooks
1
-1
/
+1
2026-03-25
drm/msm/mdss: Add a TODO for better managing the MDSS clock power state
Konrad Dybcio
1
-0
/
+8
2026-03-25
drm/msm/dsi: add the missing parameter description
Pengyu Luo
1
-0
/
+1
2026-03-25
drm/msm/dpu: fix mismatch between power and frequency
Yuanjie Yang
1
-2
/
+0
2026-03-25
drm/msm/mdss: Add support for Eliza SoC
Krzysztof Kozlowski
1
-0
/
+1
2026-03-25
drm/msm/dpu: Add support for Eliza SoC
Krzysztof Kozlowski
4
-0
/
+368
2026-03-25
drm/msm/mdp5: Remove MSM8974v1
Konrad Dybcio
1
-92
/
+2
2026-03-25
drm/msm: add missing MODULE_DEVICE_ID definitions
Dmitry Baryshkov
5
-0
/
+5
[prev]
[next]