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-06-15
drm/msm/dsi: use DRM DSC helpers for DSC setup
Dmitry Baryshkov
1
-53
/
+8
2023-06-15
drm/msm/dpu/catalog: define DSPP blocks found on sdm845
Dmitry Baryshkov
1
-4
/
+17
2023-06-15
drm/msm/dpu: do not enable color-management if DSPPs are not available
Dmitry Baryshkov
1
-1
/
+4
2023-06-15
drm/msm/adreno: make adreno_is_a690()'s argument const
Dmitry Baryshkov
1
-1
/
+1
2023-06-13
Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-nex...
Dmitry Baryshkov
6
-20
/
+41
2023-06-10
drm/msm/adreno: change adreno_is_* functions to accept const argument
Dmitry Baryshkov
1
-28
/
+28
2023-06-10
drm/msm/adreno: warn if chip revn is verified before being set
Dmitry Baryshkov
1
-23
/
+40
2023-06-10
drm/msm/a5xx: really check for A510 in a5xx_gpu_init
Dmitry Baryshkov
1
-1
/
+2
2023-06-10
drm/msm/a6xx: Fix a690 CP_PROTECT settings
Rob Clark
1
-2
/
+2
2023-06-10
drm/msm/adreno: Add Adreno A690 support
Bjorn Andersson
4
-5
/
+166
2023-06-10
drm/msm: Move cmdstream dumping out of sched kthread
Rob Clark
3
-20
/
+10
2023-06-10
drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMU
Dmitry Baryshkov
1
-1
/
+2
2023-06-10
drm/msm: drop unused ring variable in msm_ioctl_gem_submit()
Dmitry Baryshkov
1
-3
/
+2
2023-06-10
drm/msm/adreno: fix sparse warnings in a6xx code
Dmitry Baryshkov
1
-2
/
+2
2023-06-10
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...
Dmitry Baryshkov
79
-2134
/
+2294
2023-06-08
drm/msm/a6xx: initialize GMU mutex earlier
Dmitry Baryshkov
2
-2
/
+2
2023-06-08
drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disable
Kuogee Hsieh
3
-54
/
+35
2023-06-08
drm/msm/dpu: tidy up some error checking
Dan Carpenter
1
-5
/
+4
2023-06-08
drm/msm/dpu: add DSC blocks to the catalog of MSM8998
Abhinav Kumar
1
-0
/
+7
2023-06-08
drm/msm: mdss: Add SM6375 support
Konrad Dybcio
1
-0
/
+1
2023-06-08
drm/msm: mdss: Add SM6350 support
Konrad Dybcio
1
-0
/
+9
2023-06-08
drm/msm/dpu: Add SM6375 support
Konrad Dybcio
4
-0
/
+142
2023-06-08
drm/msm/dpu: Add SM6350 support
Konrad Dybcio
4
-0
/
+180
2023-06-08
drm/msm/dpu: use PINGPONG_NONE to unbind WB from PP
Dmitry Baryshkov
4
-6
/
+5
2023-06-08
drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
Dmitry Baryshkov
5
-9
/
+4
2023-06-04
drm/msm/dp: Clean up pdev/dev duplication in dp_power
Bjorn Andersson
1
-9
/
+7
2023-06-04
drm/msm/dp: Clean up logs dp_power module
Bjorn Andersson
1
-53
/
+9
2023-06-04
drm/msm/dp: remove most of usbpd-related remains
Dmitry Baryshkov
10
-190
/
+8
2023-06-04
drm/msm/dpu: simplify dpu_encoder_phys_wb_init()
Dmitry Baryshkov
1
-8
/
+2
2023-06-04
drm/msm/dpu: drop temp variable from dpu_encoder_phys_cmd_init()
Dmitry Baryshkov
1
-3
/
+1
2023-06-04
drm/msm/dpu: call dpu_rm_get_intf() from dpu_encoder_get_intf()
Dmitry Baryshkov
1
-12
/
+8
2023-06-04
drm/msm/dpu: inline dpu_encoder_get_wb()
Dmitry Baryshkov
1
-22
/
+2
2023-06-04
drm/msm/dpu: drop duplicated intf/wb indices from encoder structs
Dmitry Baryshkov
5
-65
/
+47
2023-06-04
drm/msm/dpu: separate common function to init physical encoder
Dmitry Baryshkov
5
-46
/
+37
2023-06-04
drm/msm/dpu: merge dpu_encoder_init() and dpu_encoder_setup()
Dmitry Baryshkov
3
-100
/
+56
2023-06-04
drm/msm/mdp5: Add MDP5 configuration for MSM8226
Luca Weiss
1
-0
/
+82
2023-06-04
drm/msm/dsi: Add phy configuration for MSM8226
Luca Weiss
3
-1
/
+101
2023-06-04
drm/msm/dsi: Add configuration for MSM8226
Luca Weiss
2
-0
/
+3
2023-06-04
drm/msm: Remove unnecessary (void*) conversions
Su Hui
5
-7
/
+7
2023-06-04
drm/msm/dpu: clean up dpu_kms_get_clk_rate() returns
Dan Carpenter
2
-3
/
+3
2023-06-04
drm/msm/dpu: Tear down DSC datapath on encoder cleanup
Kuogee Hsieh
2
-0
/
+46
2023-06-04
drm/msm/dpu: separate DSC flush update out of interface
Kuogee Hsieh
3
-8
/
+36
2023-06-04
drm/msm/dpu: always clear every individual pending flush mask
Kuogee Hsieh
1
-0
/
+3
2023-06-04
drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONG
Kuogee Hsieh
3
-9
/
+8
2023-06-04
drm/msm/dpu: Guard PINGPONG DSC ops behind DPU_PINGPONG_DSC bit
Kuogee Hsieh
1
-3
/
+6
2023-06-04
drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0
Kuogee Hsieh
2
-3
/
+5
2023-06-04
drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register
Kuogee Hsieh
1
-1
/
+1
2023-06-04
drm/msm: Use struct fb_info.screen_buffer
Thomas Zimmermann
1
-3
/
+3
2023-06-04
drm/msm/dpu: drop (mostly) unused DPU_NAME_SIZE define
Dmitry Baryshkov
3
-6
/
+2
2023-06-04
drm/msm/dpu: drop dpu_encoder_phys_ops::late_register()
Dmitry Baryshkov
2
-10
/
+0
[prev]
[next]