index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
disp
/
dpu1
/
dpu_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
drm/msm/dpu: allow sharing SSPP between planes
Dmitry Baryshkov
1
-26
/
+130
2025-04-10
drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check
Chenyuan Yang
1
-0
/
+3
2025-04-10
drm/msm/dpu: check every pipe per capability
Jun Nie
1
-35
/
+36
2025-02-15
drm/msm/dpu: Fix uninitialized variable
Ethan Carter Edwards
1
-4
/
+3
2024-12-15
drm/msm/dpu: allow using two SSPP blocks for a single plane
Dmitry Baryshkov
1
-46
/
+98
2024-12-15
drm/msm/dpu: add support for virtual planes
Dmitry Baryshkov
1
-30
/
+219
2024-12-12
drm/msm/dpu: check dpu_plane_atomic_print_state() for valid sspp
Abhinav Kumar
1
-6
/
+9
2024-11-03
drm/msm/dpu: rework documentation comments
Dmitry Baryshkov
1
-1
/
+13
2024-11-02
drm/msm/dpu: move rot90 checking to dpu_plane_atomic_check_sspp()
Dmitry Baryshkov
1
-26
/
+29
2024-11-02
drm/msm/dpu: split dpu_plane_atomic_check()
Dmitry Baryshkov
1
-66
/
+112
2024-11-02
drm/msm/dpu: move scaling limitations out of the hw_catalog
Dmitry Baryshkov
1
-3
/
+13
2024-11-02
drm/msm/dpu: move pstate->pipe initialization to dpu_plane_atomic_check
Dmitry Baryshkov
1
-14
/
+11
2024-11-02
drm/msm/dpu: use drm_rect_fp_to_int()
Dmitry Baryshkov
1
-6
/
+1
2024-10-21
drm/msm/dpu: merge MAX_IMG_WIDTH/HEIGHT with DPU_MAX_IMG_WIDTH/HEIGHT
Dmitry Baryshkov
1
-2
/
+2
2024-10-21
drm/msm/dpu: check for the plane pitch overflow
Dmitry Baryshkov
1
-1
/
+5
2024-10-21
drm/msm/dpu: move layout setup population out of dpu_plane_prepare_fb()
Dmitry Baryshkov
1
-15
/
+11
2024-10-21
drm/msm/dpu: make dpu_format_populate_addrs return void
Dmitry Baryshkov
1
-11
/
+3
2024-10-21
drm/msm/dpu: split dpu_format_populate_layout
Dmitry Baryshkov
1
-3
/
+12
2024-10-21
drm/msm/dpu: drop dpu_format_populate_layout from dpu_plane_sspp_atomic_update
Dmitry Baryshkov
1
-15
/
+4
2024-08-05
drm/msm/dpu: take plane rotation into account for wide planes
Dmitry Baryshkov
1
-0
/
+12
2024-08-05
drm/msm/dpu: relax YUV requirements
Dmitry Baryshkov
1
-3
/
+2
2024-08-05
drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
Dmitry Baryshkov
1
-0
/
+3
2024-07-01
drm/msm/dpu: check ubwc support before adding compressed formats
Abhinav Kumar
1
-1
/
+6
2024-04-23
drm/msm: drop msm_kms_funcs::get_format() callback
Dmitry Baryshkov
1
-1
/
+1
2024-04-23
drm/msm: merge dpu format database to MDP formats
Dmitry Baryshkov
1
-1
/
+2
2024-04-23
drm/msm: merge dpu_format and mdp_format in struct msm_format
Dmitry Baryshkov
1
-37
/
+37
2024-04-23
drm/msm/dpu: pull format flag definitions to mdp_format.h
Dmitry Baryshkov
1
-2
/
+2
2024-04-22
drm/msm/dpu: use format-related definitions from mdp_common.xml.h
Dmitry Baryshkov
1
-2
/
+2
2024-04-22
drm/msm: convert all pixel format logging to use %p4cc
Jani Nikula
1
-12
/
+12
2023-12-14
drm/msm/dpu: move csc matrices to dpu_hw_util
Abhinav Kumar
1
-30
/
+1
2023-12-05
drm/msm/dpu: use drmm-managed allocation for dpu_plane
Dmitry Baryshkov
1
-36
/
+10
2023-12-05
drm/msm/dpu: remove QoS teardown on plane destruction
Dmitry Baryshkov
1
-7
/
+0
2023-12-05
drm/msm/dpu: drop unused dpu_plane::lock
Dmitry Baryshkov
1
-6
/
+0
2023-12-05
drm/msm/dpu: merge DPU_SSPP_SCALER_QSEED3, QSEED3LITE, QSEED4
Dmitry Baryshkov
1
-2
/
+1
2023-12-05
drm/msm/dpu: rewrite scaler and CSC presense checks
Dmitry Baryshkov
1
-2
/
+2
2023-12-02
drm/msm/dpu: try multirect based on mdp clock limits
Abhinav Kumar
1
-2
/
+6
2023-10-16
drm/msm/dpu: move setup_force_clk_ctrl handling into plane and wb
Neil Armstrong
1
-5
/
+37
2023-10-05
drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits
Abhinav Kumar
1
-3
/
+12
2023-09-21
drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow
Abhinav Kumar
1
-6
/
+6
2023-06-10
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...
Dmitry Baryshkov
1
-120
/
+47
2023-06-04
drm/msm/dpu: drop (mostly) unused DPU_NAME_SIZE define
Dmitry Baryshkov
1
-2
/
+0
2023-06-04
drm/msm/dpu: use common helper for WB and SSPP QoS setup
Dmitry Baryshkov
1
-55
/
+30
2023-06-04
drm/msm/dpu: remove struct dpu_hw_pipe_qos_cfg
Dmitry Baryshkov
1
-8
/
+3
2023-06-04
drm/msm/dpu: drop DPU_PLANE_QOS_PANIC_CTRL
Dmitry Baryshkov
1
-19
/
+8
2023-06-04
drm/msm/dpu: simplify qos_ctrl handling
Dmitry Baryshkov
1
-15
/
+2
2023-06-04
drm/msm/dpu: drop DPU_PLANE_QOS_VBLANK_CTRL
Dmitry Baryshkov
1
-10
/
+0
2023-06-04
drm/msm/dpu: rearrange QoS setting code
Dmitry Baryshkov
1
-5
/
+7
2023-06-04
drm/msm/dpu: fix the condition for (not) applying QoS to CURSOR SSPP
Dmitry Baryshkov
1
-1
/
+2
2023-06-04
drm/msm/dpu: simplify CDP programming
Dmitry Baryshkov
1
-13
/
+3
2023-04-06
drm/msm/dpu: remove unused dpu_plane_validate_multirect_v2 function
Abhinav Kumar
1
-118
/
+0
[next]