index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
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-20
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
2023-04-06
drm/msm/dpu: add support for wide planes
Dmitry Baryshkov
1
-15
/
+121
2023-04-06
drm/msm/dpu: rework static color fill code
Dmitry Baryshkov
1
-29
/
+40
2023-04-06
drm/msm/dpu: rework plane CSC setting
Dmitry Baryshkov
1
-20
/
+27
2023-04-06
drm/msm/dpu: rework dpu_plane_atomic_check()
Dmitry Baryshkov
1
-36
/
+55
2023-04-06
drm/msm/dpu: rework dpu_plane_sspp_atomic_update()
Dmitry Baryshkov
1
-50
/
+63
2023-04-06
drm/msm/dpu: simplify dpu_plane_validate_src()
Dmitry Baryshkov
1
-20
/
+10
2023-04-06
drm/msm/dpu: add dpu_hw_sspp_cfg to dpu_plane_state
Dmitry Baryshkov
1
-36
/
+30
2023-04-06
drm/msm/dpu: make _dpu_plane_calc_clk accept mode directly
Dmitry Baryshkov
1
-22
/
+17
2023-04-06
drm/msm/dpu: rewrite plane's QoS-related functions to take dpu_sw_pipe and dp...
Dmitry Baryshkov
1
-51
/
+47
2023-04-06
drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()
Dmitry Baryshkov
1
-8
/
+10
2023-04-06
drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfg
Dmitry Baryshkov
1
-8
/
+8
2023-04-06
drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfg
Dmitry Baryshkov
1
-5
/
+5
2023-04-06
drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()
Dmitry Baryshkov
1
-2
/
+2
2023-04-06
drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacks
Dmitry Baryshkov
1
-40
/
+33
2023-04-06
drm/msm/dpu: introduce struct dpu_sw_pipe
Dmitry Baryshkov
1
-66
/
+67
2023-04-06
drm/msm/dpu: drop dpu_plane_pipe function
Dmitry Baryshkov
1
-5
/
+0
2023-04-06
drm/msm/dpu: move pipe_hw to dpu_plane_state
Dmitry Baryshkov
1
-47
/
+60
2023-04-06
drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layout
Dmitry Baryshkov
1
-3
/
+1
2023-04-06
drm/msm/dpu: move SSPP debugfs creation to dpu_kms.c
Dmitry Baryshkov
1
-16
/
+0
[next]