index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_check
Dmitry Baryshkov
1
-156
/
+12
2023-04-06
drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfg
Dmitry Baryshkov
3
-12
/
+12
2023-04-06
drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfg
Dmitry Baryshkov
3
-25
/
+23
2023-04-06
drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddress
Dmitry Baryshkov
1
-28
/
+29
2023-04-06
drm/msm/dpu: clean up SRC addresses when setting up SSPP for solid fill
Dmitry Baryshkov
1
-0
/
+5
2023-04-06
drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()
Dmitry Baryshkov
3
-12
/
+10
2023-04-06
drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacks
Dmitry Baryshkov
4
-103
/
+84
2023-04-06
drm/msm/dpu: introduce struct dpu_sw_pipe
Dmitry Baryshkov
5
-84
/
+90
2023-04-06
drm/msm/dpu: drop dpu_plane_pipe function
Dmitry Baryshkov
3
-14
/
+2
2023-04-06
drm/msm/dpu: move pipe_hw to dpu_plane_state
Dmitry Baryshkov
2
-47
/
+62
2023-04-06
drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layout
Dmitry Baryshkov
2
-12
/
+2
2023-04-06
drm/msm/dpu: move SSPP debugfs creation to dpu_kms.c
Dmitry Baryshkov
3
-17
/
+18
2023-04-06
drm/msm/dpu: move SSPP allocation to the RM
Dmitry Baryshkov
3
-13
/
+38
2023-04-06
drm/msm/dpu: rename struct dpu_hw_pipe(_cfg) to dpu_hw_sspp(_cfg)
Dmitry Baryshkov
3
-60
/
+62
2023-04-06
drm/msm/dpu: Add support for AR30 format
Leonard Lausen
3
-0
/
+14
2023-04-06
drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
Kalyan Thota
5
-7
/
+58
2023-04-06
drm/msm/dpu: Remove empty prepare_commit() function
Jessica Zhang
3
-47
/
+0
2023-04-06
drm/msm/mdss: Fix spelling mistake "Unuspported" -> "Unsupported"
Colin Ian King
1
-1
/
+1
2023-04-06
drm/msm/dpu: Move TE setup to prepare_for_kickoff()
Jessica Zhang
1
-3
/
+5
2023-04-06
drm/msm: Implement fbdev emulation as in-kernel client
Thomas Zimmermann
4
-60
/
+81
2023-04-06
drm/msm: Initialize fbdev DRM client
Thomas Zimmermann
1
-2
/
+35
2023-04-06
drm/msm: Move module parameter 'fbdev' to fbdev code
Thomas Zimmermann
2
-8
/
+9
2023-04-06
drm/msm: Remove fbdev from struct msm_drm_private
Thomas Zimmermann
4
-13
/
+6
2023-04-06
drm/msm: Remove struct msm_fbdev
Thomas Zimmermann
1
-16
/
+4
2023-04-06
drm/msm: Remove fb from struct msm_fbdev
Thomas Zimmermann
1
-19
/
+13
2023-04-06
drm/msm: Clear aperture ownership outside of fbdev code
Thomas Zimmermann
2
-6
/
+6
2023-04-06
drm/msm: Include <linux/io.h>
Thomas Zimmermann
1
-0
/
+1
2023-04-06
drm/msm: Avoid rounding down to zero jiffies
Rob Clark
1
-1
/
+1
2023-04-06
drm/msm: Use drm_sched_job_add_syncobj_dependency()
MaĆra Canal
1
-7
/
+2
2023-04-06
drm/msm: move include directive
Johan Hovold
1
-2
/
+1
2023-04-06
drm/msm: fix workqueue leak on bind errors
Johan Hovold
1
-1
/
+4
2023-04-06
drm/msm: fix missing wq allocation error handling
Johan Hovold
1
-0
/
+4
2023-04-06
drm/msm: fix vram leak on bind errors
Johan Hovold
1
-7
/
+19
2023-04-06
drm/msm: fix drm device leak on bind errors
Johan Hovold
1
-2
/
+8
2023-04-06
drm/msm: fix NULL-deref on irq uninstall
Johan Hovold
1
-3
/
+5
2023-04-06
drm/msm: fix NULL-deref on snapshot tear down
Johan Hovold
1
-1
/
+2
2023-04-06
Revert "drm/msm: Fix failure paths in msm_drm_init()"
Johan Hovold
2
-10
/
+4
2023-04-06
Revert "drm/msm: Add missing check and destroy for alloc_ordered_workqueue"
Johan Hovold
1
-2
/
+0
2023-04-06
drm/msm/mdss: add the sdm845 data for completeness
Dmitry Baryshkov
1
-1
/
+7
2023-04-06
drm/msm/mdss: add data for sc8180xp
Dmitry Baryshkov
1
-1
/
+8
2023-04-06
drm/msm/mdss: convert UBWC setup to use match data
Dmitry Baryshkov
1
-76
/
+105
2023-04-06
drm/msm: Check for NULL before calling prepare_commit()
Jessica Zhang
1
-1
/
+2
2023-04-03
drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
Konrad Dybcio
1
-1
/
+1
2023-04-03
drm/msm/adreno: adreno_gpu: Don't set OPP scaling clock w/ GMU
Konrad Dybcio
1
-10
/
+14
2023-03-31
drm/msm/a6xx: Add support for A650 speed binning
Konrad Dybcio
1
-0
/
+18
2023-03-31
drm/msm/a6xx: Add support for A640 speed binning
Konrad Dybcio
1
-0
/
+13
2023-03-30
drm/msm/a5xx: add devcoredump support to the fault handler
Dmitry Baryshkov
1
-5
/
+8
2023-03-30
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
12
-98
/
+110
2023-03-28
drm/msm/adreno: split a6xx fault handler into generic and a6xx parts
Dmitry Baryshkov
3
-57
/
+71
2023-03-28
drm/msm/adreno: stall translation on fault for all GPU families
Dmitry Baryshkov
4
-12
/
+31
[prev]
[next]