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
2020-09-12
drm/msm: Add a context pointer to the submitqueue
Jordan Crouse
6
-4
/
+30
2020-09-12
drm/msm: Set adreno_smmu as gpu's drvdata
Rob Clark
3
-4
/
+6
2020-09-12
drm/msm/gpu: Add dev_to_gpu() helper
Rob Clark
3
-9
/
+12
2020-09-12
drm/msm: Remove dangling submitqueue references
Rob Clark
1
-1
/
+3
2020-09-12
drm/msm/a6xx: fix a potential overflow issue
Zhenzhong Duan
1
-1
/
+1
2020-09-12
drm/msm/adreno: fix probe without iommu
Luca Weiss
1
-2
/
+8
2020-09-12
drm/msm/gpu: Add suspend/resume tracepoints
Rob Clark
3
-0
/
+32
2020-09-12
drm/msm/dsi: add support for 7nm DSI PHY/PLL
Jonathan Marek
10
-0
/
+1714
2020-09-12
drm/msm/dsi: add DSI config for sm8150 and sm8250
Jonathan Marek
2
-1
/
+6
2020-09-12
drm/msm/dsi: remove unused clk_pre/clk_post in msm_dsi_dphy_timing
Jonathan Marek
1
-2
/
+0
2020-09-12
drm/msm: Drop local dma_parms
Robin Murphy
1
-9
/
+1
2020-09-09
drm/msm: Convert shrinker msgs to tracepoints
Rob Clark
2
-2
/
+29
2020-09-09
drm/msm/gpu: Add GPU freq_change traces
Rob Clark
3
-0
/
+36
2020-09-09
drm/msm: Drop debug print in _dpu_crtc_setup_lm_bounds()
Stephen Boyd
1
-2
/
+0
2020-09-09
drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check()
Stephen Boyd
1
-3
/
+5
2020-09-09
drm/msm/dpu: clean up some impossibilities
Rob Clark
1
-78
/
+13
2020-09-09
drm/msm/dpu: move vblank events to complete_commit()
Rob Clark
1
-1
/
+1
2020-09-04
drm/msm/adreno: remove return value of function XX_print
Bernard Zhao
1
-14
/
+7
2020-09-04
drm/msm: drop cache sync hack
Rob Clark
1
-14
/
+4
2020-09-04
drm/msm/mdp5: Remove unused downstream bus scaling apis
Sai Prakash Ranjan
2
-92
/
+0
2020-09-04
drm/msm/mdp4: Remove unused downstream bus scaling apis
Sai Prakash Ranjan
3
-111
/
+0
2020-09-04
drm/msm/dpu: add support for clk and bw scaling for display
Kalyan Thota
8
-23
/
+233
2020-09-04
drm/msm: Disable the RPTR shadow
Jordan Crouse
6
-27
/
+43
2020-09-04
drm/msm: Disable preemption on all 5xx targets
Jordan Crouse
1
-1
/
+2
2020-09-04
drm/msm: Enable expanded apriv support for a650
Jordan Crouse
4
-4
/
+19
2020-09-04
drm/msm: Split the a5xx preemption record
Jordan Crouse
2
-5
/
+21
2020-08-22
drm/msm/a6xx: fix frequency not always being restored on GMU resume
Jonathan Marek
1
-0
/
+1
2020-08-22
drm/msm/a6xx: add module param to enable debugbus snapshot
Rob Clark
3
-1
/
+8
2020-08-22
drm/msm/a6xx: fix crashdec section name typo
Rob Clark
1
-1
/
+1
2020-08-22
drm/msm/a6xx: fix gmu start on newer firmware
Dmitry Baryshkov
1
-1
/
+11
2020-08-21
drm/msm: enable vblank during atomic commits
Rob Clark
1
-0
/
+36
2020-08-18
drm/msm: add shutdown support for display platform_driver
Krishna Manikandan
1
-0
/
+8
2020-08-17
drm: msm: a6xx: use dev_pm_opp_set_bw to scale DDR
Sharat Masetty
1
-8
/
+17
2020-08-17
drm/msm/gpu: make ringbuffer readonly
Rob Clark
1
-1
/
+2
2020-08-17
drm/msm/adreno: fix updating ring fence
Rob Clark
1
-1
/
+1
2020-08-17
drm/msm/dpu: fix unitialized variable error
Rob Clark
1
-1
/
+1
2020-08-17
drm/msm/dpu: Fix scale params in plane validation
Kalyan Thota
1
-2
/
+2
2020-08-17
drm/msm/dpu: Fix reservation failures in modeset
Kalyan Thota
1
-9
/
+11
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+1
2020-07-31
drm/msm: use kthread_create_worker instead of kthread_run
Bernard
3
-15
/
+8
2020-07-31
drm/msm/mdp5: Add MDP5 configuration for SDM636/660
Konrad Dybcio
1
-0
/
+105
2020-07-31
drm/msm/dsi: Add DSI configuration for SDM660
Konrad Dybcio
2
-0
/
+22
2020-07-31
drm/msm/mdp5: Add MDP5 configuration for SDM630
Konrad Dybcio
1
-0
/
+93
2020-07-31
drm/msm/dsi: Add phy configuration for SDM630/636/660
Konrad Dybcio
3
-0
/
+21
2020-07-31
drm/msm/a6xx: add A640/A650 hwcg
Jonathan Marek
3
-4
/
+117
2020-07-31
drm/msm/a6xx: hwcg tables in gpulist
Jonathan Marek
3
-14
/
+20
2020-07-31
drm/msm/dpu: add SM8250 to hw catalog
Jonathan Marek
2
-0
/
+109
2020-07-31
drm/msm/dpu: add SM8150 to hw catalog
Jonathan Marek
2
-0
/
+149
2020-07-31
drm/msm/dpu: intf timing path for displayport
Jonathan Marek
1
-5
/
+15
2020-07-31
drm/msm/dpu: set missing flush bits for INTF_2 and INTF_3
Jonathan Marek
1
-18
/
+2
[next]