index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
drm/msm/dpu: set dirty_fb flag while in self refresh mode
Vinod Polimera
2023-04-06
1
-0
/
+3
|
|
*
|
drm/msm/dpu: manage DPU resources if CTM is requested
Kalyan Thota
2023-04-06
3
-1
/
+20
|
|
*
|
drm/msm/dpu: avoid unnecessary check in DPU reservations
Kalyan Thota
2023-04-06
1
-13
/
+10
|
|
*
|
drm/msm/dpu: add DSPPs into reservation upon a CTM request
Kalyan Thota
2023-04-06
1
-9
/
+6
|
|
*
|
drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro
Geert Uytterhoeven
2023-04-06
1
-2
/
+3
|
|
*
|
drm/msm/dpu: remove unused dpu_plane_validate_multirect_v2 function
Abhinav Kumar
2023-04-06
2
-135
/
+0
|
|
*
|
drm/msm/dpu: log the multirect_index in _dpu_crtc_blend_setup_pipe
Abhinav Kumar
2023-04-06
1
-2
/
+3
|
|
*
|
drm/msm/dpu: drop smart_dma_rev from dpu_caps
Dmitry Baryshkov
2023-04-06
2
-15
/
+0
|
|
*
|
drm/msm/dpu: populate SmartDMA features in hw catalog
Dmitry Baryshkov
2023-04-06
1
-20
/
+35
|
|
*
|
drm/msm/dpu: add support for wide planes
Dmitry Baryshkov
2023-04-06
3
-17
/
+142
|
|
*
|
drm/msm/dpu: split pipe handling from _dpu_crtc_blend_setup_mixer
Dmitry Baryshkov
2023-04-06
1
-29
/
+50
|
|
*
|
drm/msm/dpu: rework static color fill code
Dmitry Baryshkov
2023-04-06
1
-29
/
+40
|
|
*
|
drm/msm/dpu: rework plane CSC setting
Dmitry Baryshkov
2023-04-06
1
-20
/
+27
|
|
*
|
drm/msm/dpu: rework dpu_plane_atomic_check()
Dmitry Baryshkov
2023-04-06
1
-36
/
+55
|
|
*
|
drm/msm/dpu: rework dpu_plane_sspp_atomic_update()
Dmitry Baryshkov
2023-04-06
1
-50
/
+63
|
|
*
|
drm/msm/dpu: simplify dpu_plane_validate_src()
Dmitry Baryshkov
2023-04-06
1
-20
/
+10
|
|
*
|
drm/msm/dpu: add dpu_hw_sspp_cfg to dpu_plane_state
Dmitry Baryshkov
2023-04-06
2
-36
/
+32
|
|
*
|
drm/msm/dpu: make _dpu_plane_calc_clk accept mode directly
Dmitry Baryshkov
2023-04-06
1
-22
/
+17
|
|
*
|
drm/msm/dpu: rewrite plane's QoS-related functions to take dpu_sw_pipe and dp...
Dmitry Baryshkov
2023-04-06
1
-51
/
+47
|
|
*
|
drm/msm/dpu: drop redundant plane dst check from dpu_crtc_atomic_check()
Dmitry Baryshkov
2023-04-06
1
-16
/
+0
|
|
*
|
drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()
Dmitry Baryshkov
2023-04-06
3
-31
/
+11
|
|
*
|
drm/msm/dpu: don't use unsupported blend stages
Dmitry Baryshkov
2023-04-06
1
-8
/
+8
|
|
*
|
drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_check
Dmitry Baryshkov
2023-04-06
1
-156
/
+12
|
|
*
|
drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfg
Dmitry Baryshkov
2023-04-06
3
-12
/
+12
|
|
*
|
drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfg
Dmitry Baryshkov
2023-04-06
3
-25
/
+23
|
|
*
|
drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddress
Dmitry Baryshkov
2023-04-06
1
-28
/
+29
|
|
*
|
drm/msm/dpu: clean up SRC addresses when setting up SSPP for solid fill
Dmitry Baryshkov
2023-04-06
1
-0
/
+5
|
|
*
|
drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()
Dmitry Baryshkov
2023-04-06
3
-12
/
+10
|
|
*
|
drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacks
Dmitry Baryshkov
2023-04-06
4
-103
/
+84
|
|
*
|
drm/msm/dpu: introduce struct dpu_sw_pipe
Dmitry Baryshkov
2023-04-06
5
-84
/
+90
|
|
*
|
drm/msm/dpu: drop dpu_plane_pipe function
Dmitry Baryshkov
2023-04-06
3
-14
/
+2
|
|
*
|
drm/msm/dpu: move pipe_hw to dpu_plane_state
Dmitry Baryshkov
2023-04-06
2
-47
/
+62
|
|
*
|
drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layout
Dmitry Baryshkov
2023-04-06
2
-12
/
+2
|
|
*
|
drm/msm/dpu: move SSPP debugfs creation to dpu_kms.c
Dmitry Baryshkov
2023-04-06
3
-17
/
+18
|
|
*
|
drm/msm/dpu: move SSPP allocation to the RM
Dmitry Baryshkov
2023-04-06
3
-13
/
+38
|
|
*
|
drm/msm/dpu: rename struct dpu_hw_pipe(_cfg) to dpu_hw_sspp(_cfg)
Dmitry Baryshkov
2023-04-06
3
-60
/
+62
|
|
*
|
drm/msm/dpu: Add support for AR30 format
Leonard Lausen
2023-04-06
3
-0
/
+14
|
|
*
|
drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
Kalyan Thota
2023-04-06
5
-7
/
+58
|
|
*
|
dt-bindings: display/msm: document DPU on SM8550
Neil Armstrong
2023-04-06
1
-0
/
+133
|
|
*
|
drm/msm/dpu: Remove empty prepare_commit() function
Jessica Zhang
2023-04-06
3
-47
/
+0
|
|
*
|
drm/msm/dpu: Move TE setup to prepare_for_kickoff()
Jessica Zhang
2023-04-06
1
-3
/
+5
|
|
|
/
|
*
|
drm/msm/mdss: Fix spelling mistake "Unuspported" -> "Unsupported"
Colin Ian King
2023-04-06
1
-1
/
+1
|
*
|
drm/msm: Implement fbdev emulation as in-kernel client
Thomas Zimmermann
2023-04-06
4
-60
/
+81
|
*
|
drm/msm: Initialize fbdev DRM client
Thomas Zimmermann
2023-04-06
1
-2
/
+35
|
*
|
drm/msm: Move module parameter 'fbdev' to fbdev code
Thomas Zimmermann
2023-04-06
2
-8
/
+9
|
*
|
drm/msm: Remove fbdev from struct msm_drm_private
Thomas Zimmermann
2023-04-06
4
-13
/
+6
|
*
|
drm/msm: Remove struct msm_fbdev
Thomas Zimmermann
2023-04-06
1
-16
/
+4
|
*
|
drm/msm: Remove fb from struct msm_fbdev
Thomas Zimmermann
2023-04-06
1
-19
/
+13
|
*
|
drm/msm: Clear aperture ownership outside of fbdev code
Thomas Zimmermann
2023-04-06
2
-6
/
+6
|
*
|
drm/msm: Include <linux/io.h>
Thomas Zimmermann
2023-04-06
1
-0
/
+1
[prev]
[next]