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.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
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-09
Merge tag 'drm-msm-fixes-2024-02-07' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
6
-20
/
+22
2024-01-26
drm/msm/mdss: specify cfg bandwidth for SDM670
Dmitry Baryshkov
1
-0
/
+1
2024-01-25
drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanup
Abhinav Kumar
1
-2
/
+2
2024-01-25
drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case
Kuogee Hsieh
2
-5
/
+10
2024-01-25
drm/msms/dp: fixed link clock divider bits be over written in BPC unknown case
Kuogee Hsieh
2
-8
/
+7
2024-01-25
drm/msm/dpu: fix kernel-doc warnings
Randy Dunlap
2
-5
/
+2
2024-01-19
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-01-18
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
1
-1
/
+0
2023-12-14
drm/msm/dp: call dp_display_get_next_bridge() during probe
Dmitry Baryshkov
1
-15
/
+21
2023-12-14
drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()
Jessica Zhang
8
-33
/
+22
2023-12-14
drm/msm/dpu: Set input_sel bit for INTF
Jessica Zhang
4
-5
/
+11
2023-12-14
drm/msm/dpu: move CSC tables to dpu_hw_util.c
Dmitry Baryshkov
2
-41
/
+47
2023-12-14
drm/msm/dpu: Add mutex lock in control vblank irq
Paloma Arellano
4
-23
/
+47
2023-12-14
drm/msm/dpu: add cdm blocks to dpu snapshot
Abhinav Kumar
1
-0
/
+4
2023-12-14
drm/msm/dpu: introduce separate wb2_format arrays for rgb and yuv
Abhinav Kumar
8
-15
/
+50
2023-12-14
drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output
Abhinav Kumar
1
-0
/
+37
2023-12-14
drm/msm/dpu: plug-in the cdm related bits to writeback setup
Abhinav Kumar
1
-0
/
+10
2023-12-14
drm/msm/dpu: add an API to setup the CDM block for writeback
Abhinav Kumar
3
-1
/
+112
2023-12-14
drm/msm/dpu: add CDM related logic to dpu_hw_ctl layer
Abhinav Kumar
2
-0
/
+45
2023-12-14
drm/msm/dpu: add support to allocate CDM from RM
Abhinav Kumar
4
-2
/
+40
2023-12-14
drm/msm/dpu: add cdm blocks to RM
Abhinav Kumar
2
-0
/
+15
2023-12-14
drm/msm/dpu: add dpu_hw_cdm abstraction for CDM block
Abhinav Kumar
4
-0
/
+391
2023-12-14
drm/msm/dpu: add cdm blocks to sm8250 dpu_hw_catalog
Abhinav Kumar
1
-0
/
+1
2023-12-14
drm/msm/dpu: add cdm blocks to sc7280 dpu_hw_catalog
Abhinav Kumar
4
-0
/
+29
2023-12-14
drm/msm/dpu: move csc matrices to dpu_hw_util
Abhinav Kumar
2
-30
/
+31
2023-12-14
drm/msm/dpu: fix writeback programming for YUV cases
Abhinav Kumar
2
-1
/
+3
2023-12-14
drm/msm/dpu: rename dpu_encoder_phys_wb_setup_cdp to match its functionality
Abhinav Kumar
1
-3
/
+3
2023-12-14
drm/msm/dpu: add formats check for writeback encoder
Abhinav Kumar
1
-1
/
+2
2023-12-14
drm/msm/dpu: remove extra drm_encoder_cleanup from the error path
Dmitry Baryshkov
1
-3
/
+0
2023-12-14
drm/msm/dpu: Ratelimit framedone timeout msgs
Rob Clark
2
-1
/
+5
2023-12-14
drm/msm/dpu: enable writeback on SM8450
Dmitry Baryshkov
1
-0
/
+18
2023-12-14
drm/msm/dpu: enable writeback on SM8350
Dmitry Baryshkov
1
-0
/
+18
2023-12-11
drm/msm/dpu: move encoder status to standard encoder debugfs dir
Dmitry Baryshkov
1
-39
/
+6
2023-12-10
drm/msm/gem: Convert to drm_exec
Rob Clark
3
-101
/
+24
2023-12-10
drm/msm/gem: Cleanup submit_cleanup_bo()
Rob Clark
1
-10
/
+5
2023-12-10
drm/msm/gem: Split out submit_unpin_objects() helper
Rob Clark
3
-9
/
+22
2023-12-10
drm/msm/gem: Don't queue job to sched in error cases
Rob Clark
1
-0
/
+3
2023-12-10
drm/msm/gem: Remove submit_unlock_unpin_bo()
Rob Clark
1
-8
/
+2
2023-12-10
drm/msm/gem: Remove "valid" tracking
Rob Clark
2
-38
/
+8
2023-12-10
drm/msm/adreno: Fix A680 chip id
Bjorn Andersson
1
-1
/
+1
2023-12-10
drm/msm: Add param for the highest bank bit
Connor Abbott
1
-0
/
+3
2023-12-10
drm/msm: Refactor UBWC config setting
Connor Abbott
3
-53
/
+78
2023-12-10
Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-next
Rob Clark
10
-15
/
+23
2023-12-08
drm/msm/dpu: drop MSM_ENC_VBLANK support
Dmitry Baryshkov
5
-39
/
+4
2023-12-08
drm/msm/dp: Fix platform_get_irq() check
Dan Carpenter
1
-2
/
+2
2023-12-08
drm/msm/dp: Add DisplayPort controller for SM8650
Neil Armstrong
1
-0
/
+6
2023-12-06
drm/msm/dpu: correct clk bit for WB2 block
Dmitry Baryshkov
3
-3
/
+3
2023-12-05
drm/msm/dpu: use drmm-managed allocation for dpu_encoder_virt
Dmitry Baryshkov
1
-40
/
+10
2023-12-05
drm/msm/dpu: drop dpu_encoder_phys_ops::destroy
Dmitry Baryshkov
2
-20
/
+0
2023-12-05
drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
Dmitry Baryshkov
5
-44
/
+22
[next]