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
2025-02-26
drm/msm/dsi: Drop unnecessary -ENOMEM message
Krzysztof Kozlowski
-3
/
+1
2025-02-26
drm/msm/dsi: Minor whitespace and style cleanup
Krzysztof Kozlowski
-25
/
+26
2025-02-26
drm/msm/dsi: Simplify with dev_err_probe()
Krzysztof Kozlowski
-59
/
+41
2025-02-26
drm/msm/dsi: Drop redundant NULL-ifying of clocks on error paths
Krzysztof Kozlowski
-3
/
+0
2025-02-26
drm/msm/dsi/phy: Program clock inverters in correct register
Krzysztof Kozlowski
-1
/
+1
2025-02-26
drm/msm/dsi/phy: Use the header with clock IDs
Krzysztof Kozlowski
-3
/
+7
2025-02-25
drm/msm/dpu: simplify dpu_encoder_get_topology() interface
Dmitry Baryshkov
-8
/
+4
2025-02-25
drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology()
Dmitry Baryshkov
-19
/
+22
2025-02-25
drm/msm/dpu: don't use active in atomic_check()
Dmitry Baryshkov
-6
/
+1
2025-02-25
drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs
Marijn Suijten
-22
/
+25
2025-02-25
drm/msm: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-19
/
+23
2025-02-25
drm/msm/dpu: Simplify using local 'ctl' variable
Krzysztof Kozlowski
-16
/
+16
2025-02-25
drm/msm/dpu: Add writeback support for SM6150
Fange Zhang
-0
/
+18
2025-02-25
drm/msm/dp: Add support for LTTPR handling
Abel Vesa
-0
/
+15
2025-02-25
Merge tag 'v6.14-rc4' into drm-next
Dave Airlie
-49
/
+75
2025-02-21
Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
-49
/
+75
2025-02-19
drm/bridge: Pass full state to atomic_post_disable
Maxime Ripard
-11
/
+10
2025-02-19
drm/bridge: Pass full state to atomic_disable
Maxime Ripard
-5
/
+4
2025-02-19
drm/bridge: Pass full state to atomic_enable
Maxime Ripard
-12
/
+11
2025-02-18
drm/msm: Switch to use hrtimer_setup()
Nam Cao
-4
/
+2
2025-02-15
drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk source
Krzysztof Kozlowski
-2
/
+3
2025-02-15
drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driver
Krzysztof Kozlowski
-14
/
+26
2025-02-15
drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver side
Krzysztof Kozlowski
-3
/
+16
2025-02-15
drm/msm/dpu: Drop extraneous return in dpu_crtc_reassign_planes()
Jessica Zhang
-2
/
+0
2025-02-15
drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC fields
Marijn Suijten
-1
/
+2
2025-02-15
drm/msm/dpu: Disable dither in phys encoder cleanup
Jessica Zhang
-0
/
+3
2025-02-15
drm/msm/dpu: Fix uninitialized variable
Ethan Carter Edwards
-4
/
+3
2025-02-15
drm/msm/dp: account for widebus and yuv420 during mode validation
Abhinav Kumar
-6
/
+10
2025-02-15
drm/msm/dpu: correct LM pairing for SM6150
Dmitry Baryshkov
-2
/
+0
2025-02-15
drm/msm/dpu: enable DPU_WB_INPUT_CTRL for DPU 5.x
Dmitry Baryshkov
-3
/
+3
2025-02-15
drm/msm/dpu: skip watchdog timer programming through TOP on >= SM8450
Dmitry Baryshkov
-1
/
+1
2025-02-15
drm/msm: Avoid rounding up to one jiffy
Rob Clark
-7
/
+4
2025-02-15
drm/msm/a6xx: Only print the GMU firmware version once
Konrad Dybcio
-4
/
+4
2025-02-14
drm/atomic: Let drivers decide which planes to async flip
André Almeida
-1
/
+1
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
-8
/
+9
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-690
/
+1709
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+4
2025-01-13
Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into dr...
Dave Airlie
-686
/
+1705
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
-4
/
+4
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
-1
/
+1
2025-01-03
drm: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
-1
/
+1
2025-01-03
drm/msm: UAPI error reporting
Rob Clark
-49
/
+47
2025-01-03
drm/msm/a5xx: remove null pointer check on pdev
Colin Ian King
-5
/
+0
2025-01-03
drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
Dan Carpenter
-2
/
+1
2025-01-03
drm/msm: Expose uche trap base via uapi
Danylo Piliaiev
-11
/
+22
2025-01-03
drm/msm: adreno: enable GMU bandwidth for A740 and A750
Neil Armstrong
-0
/
+22
2025-01-03
drm/msm: adreno: find bandwidth index of OPP and set it along freq index
Neil Armstrong
-6
/
+51
2025-01-03
drm/msm: adreno: dynamically generate GMU bw table
Neil Armstrong
-1
/
+47
2025-01-03
drm/msm: adreno: add plumbing to generate bandwidth vote table for GMU
Neil Armstrong
-0
/
+161
2025-01-03
drm/msm: adreno: add defines for gpu & gmu frequency table sizes
Neil Armstrong
-4
/
+7
[prev]
[next]