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
/
drm
/
msm
Age
Commit message (
Expand
)
Author
Lines
2026-03-25
drm/msm/dpu: drop VBIF id, base and name from the catalog
Dmitry Baryshkov
-15
/
+9
2026-03-25
drm/msm/dpu: replace VBIF-related array with bare pointers
Dmitry Baryshkov
-49
/
+29
2026-03-25
drm/msm/dpu: stop declaring VBIFs as an array in catalog
Dmitry Baryshkov
-143
/
+88
2026-03-25
drm/msm/dpu: drop VBIF_NRT handling
Dmitry Baryshkov
-17
/
+0
2026-03-25
drm/msm/dsi: fix hdisplay calculation for CMD mode panel
Pengyu Luo
-5
/
+10
2026-03-25
drm/msm/dsi: fix bits_per_pclk
Pengyu Luo
-1
/
+1
2026-03-25
drm/msm/dpu: fix vblank IRQ registration before atomic_mode_set
Cédric Bellegarde
-0
/
+6
2026-03-25
drm/msm/dpu: don't try using 2 LMs if only one DSC is available
Dmitry Baryshkov
-1
/
+2
2026-03-25
drm/msm/hdmi: Drop redundant 'int' for longs
Krzysztof Kozlowski
-7
/
+7
2026-03-25
drm/msm/hdmi: Consistently use u32 instead of uint32_t
Krzysztof Kozlowski
-14
/
+13
2026-03-25
drm/msm/hdmi: Simplify with local 'dev' variable
Krzysztof Kozlowski
-12
/
+10
2026-03-25
drm/msm/hdmi: Avoid double error print on msm_hdmi_get_phy() failure
Krzysztof Kozlowski
-3
/
+1
2026-03-25
drm/msm/hdmi: Simplify with dev_of_node()
Krzysztof Kozlowski
-2
/
+2
2026-03-25
drm/msm/hdmi: Fix wrong CTRL1 register used in writing info frames
Krzysztof Kozlowski
-2
/
+2
2026-03-25
drm/msm/hdmi: make 'msm_hdmi_pm_ops' static
Ben Dooks
-1
/
+1
2026-03-25
drm/msm/mdss: Add a TODO for better managing the MDSS clock power state
Konrad Dybcio
-0
/
+8
2026-03-25
drm/msm/dsi: add the missing parameter description
Pengyu Luo
-0
/
+1
2026-03-25
drm/msm/dpu: fix mismatch between power and frequency
Yuanjie Yang
-2
/
+0
2026-03-25
drm/msm/mdss: Add support for Eliza SoC
Krzysztof Kozlowski
-0
/
+1
2026-03-25
drm/msm/dpu: Add support for Eliza SoC
Krzysztof Kozlowski
-0
/
+368
2026-03-25
drm/msm/mdp5: Remove MSM8974v1
Konrad Dybcio
-92
/
+2
2026-03-25
drm/msm: add missing MODULE_DEVICE_ID definitions
Dmitry Baryshkov
-0
/
+5
2026-03-25
drm/msm/dpu: enable virtual planes by default
Dmitry Baryshkov
-1
/
+1
2026-03-25
drm/msm/dsi/phy: rename DSI_PHY_7NM_QUIRK_PRE_V4_1 to DSI_PHY_7NM_QUIRK_V4_0
Pengyu Luo
-8
/
+8
2026-03-25
drm/msm/dpu: use full scale alpha in _dpu_crtc_setup_blend_cfg()
Dmitry Baryshkov
-20
/
+19
2026-03-25
drm/msm/dpu: simplify bg_alpha selection
Dmitry Baryshkov
-1
/
+3
2026-03-20
drm/atomic: Remove state argument to drm_atomic_private_obj_init
Maxime Ripard
-2
/
+0
2026-03-12
Merge tag 'drm-msm-fixes-2026-03-06' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
-100
/
+107
2026-03-06
drm/msm/dsi: fix pclk rate calculation for bonded dsi
Pengyu Luo
-6
/
+23
2026-03-06
drm/msm/dsi/phy: fix hardware revision
Pengyu Luo
-11
/
+11
2026-03-06
drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun index
Abhinav Kumar
-2
/
+2
2026-03-05
drm/msm/a8xx: Fix ubwc config related to swizzling
Akhil P Oommen
-2
/
+12
2026-03-03
drm/msm: Fix dma_free_attrs() buffer size
Thomas Fourier
-1
/
+1
2026-03-03
drm/msm/a6xx: Fix the bogus protect error on X2-85
Akhil P Oommen
-2
/
+1
2026-02-24
drm/msm/dsi: fix hdisplay calculation when programming dsi registers
Pengyu Luo
-6
/
+8
2026-02-24
drm/msm/dpu: Don't use %pK through printk (again)
Thomas Weißschuh
-1
/
+1
2026-02-24
Revert "drm/msm/dpu: try reserving the DSPP-less LM first"
Dmitry Baryshkov
-38
/
+14
2026-02-24
drm/msm/dpu: Fix smatch warnings about variable dereferenced before check
sunliming
-1
/
+3
2026-02-24
drm/msm: Adjust msm_iommu_pagetable_prealloc_allocate() allocation type
Kees Cook
-1
/
+1
2026-02-24
drm/msm/dpu: Fix LM size on a number of platforms
Konrad Dybcio
-30
/
+30
2026-02-24
drm/msm/adreno: Add GPU to MODULE_DEVICE_TABLE
Akhil P Oommen
-0
/
+1
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-55
/
+51
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-42
/
+42
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-55
/
+52
2026-02-19
drm/msm: Adjust msm_iommu_pagetable_prealloc_allocate() allocation type
Kees Cook
-1
/
+1
2026-02-10
drm/msm: dpu1: Switch private_obj initialization to atomic_create_state
Maxime Ripard
-20
/
+22
2026-02-10
drm/msm: mdp5: Switch private_obj initialization to atomic_create_state
Maxime Ripard
-19
/
+22
2026-01-28
Merge tag 'drm-msm-next-2026-01-23' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
-2143
/
+2082
2026-01-28
BackMerge tag 'v6.19-rc7' into drm-next
Dave Airlie
-372
/
+347
[prev]
[next]