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
/
disp
/
dpu1
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-06
drm/msm: move KMS aspace init to the separate helper
Dmitry Baryshkov
1
-29
/
+3
2022-07-06
drm/msm/dpu: check both DPU and MDSS devices for the IOMMU
Dmitry Baryshkov
1
-3
/
+11
2022-07-06
drm/msm/dpu: move struct dpu_hw_blk definition to dpu_hw_utils.h
Dmitry Baryshkov
12
-36
/
+7
2022-07-06
drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_map
Dmitry Baryshkov
15
-33
/
+20
2022-07-06
drm/msm/dpu: drop length from struct dpu_hw_blk_reg_map
Dmitry Baryshkov
13
-14
/
+1
2022-07-06
drm/msm/dpu: drop xin_id from struct dpu_hw_blk_reg_map
Dmitry Baryshkov
1
-2
/
+0
2022-07-04
drm/msm/disp/dpu1: add dspp support for sc7280
Kalyan Thota
1
-1
/
+3
2022-07-04
drm/msm/dpu: simplify and unify dpu_encoder_get_intf and dpu_encoder_get_wb
Dmitry Baryshkov
1
-8
/
+8
2022-07-04
drm/msm/dpu: Add interface support for CRC debugfs
Jessica Zhang
4
-1
/
+134
2022-07-04
drm/msm/dpu: Add MISR register support for interface
Jessica Zhang
2
-2
/
+25
2022-07-04
drm/msm/dpu: Move MISR methods to dpu_hw_util
Jessica Zhang
3
-40
/
+67
2022-07-04
drm/msm/dpu: Move LM CRC code into separate method
Jessica Zhang
2
-24
/
+43
2022-07-04
drm/msm/dpu: remove hard-coded linewidth limit for writeback
Abhinav Kumar
1
-4
/
+2
2022-07-04
drm/msm/dpu: fix maxlinewidth for writeback block
Abhinav Kumar
1
-3
/
+3
2022-07-04
drm/msm/dpu: move intf and wb assignment to dpu_encoder_setup_display()
Abhinav Kumar
1
-18
/
+18
2022-07-04
drm/msm/dpu: drop enum msm_display_caps
Dmitry Baryshkov
3
-24
/
+16
2022-07-04
drm/msm/dpu: dont_use IS_ERR_OR_NULL for encoder phys backends
Dmitry Baryshkov
1
-6
/
+6
2022-07-04
drm/msm/dpu: make dpu hardware catalog static const
Dmitry Baryshkov
3
-271
/
+215
2022-07-04
drm/msm/dpu: constify struct dpu_mdss_cfg
Dmitry Baryshkov
17
-41
/
+29
2022-07-04
drm/msm/dpu: change catalog->dma_cfg to be a const pointer
Dmitry Baryshkov
2
-7
/
+7
2022-07-04
drm/msm/dpu: change catalog->perf to be a const pointer
Dmitry Baryshkov
5
-33
/
+33
2022-07-04
drm/msm/dpu: remove hwversion field from data structures
Dmitry Baryshkov
15
-17
/
+0
2022-07-04
drm/msm/dpu: move VBIF_XINL_QOS_LVL_REMAP size to hw_catalog
Dmitry Baryshkov
3
-2
/
+6
2022-07-04
drm/msm/dpu: use feature bit for LM combined alpha check
Dmitry Baryshkov
3
-11
/
+16
2022-07-04
drm/msm/dpu: add writeback support for sc7180
Abhinav Kumar
1
-0
/
+2
2022-06-28
Merge tag 'drm-msm-fixes-2022-06-28' into msm-next-staging
Rob Clark
3
-7
/
+15
2022-06-23
drm/msm/dpu: Fix variable dereferenced before check
sunliming
1
-5
/
+5
2022-06-23
drm/msm/dpu: Increment vsync_cnt before waking up userspace
Stephen Boyd
1
-1
/
+2
2022-06-18
drm/msm/dpu: limit wb modes based on max_mixer_width
Abhinav Kumar
1
-1
/
+8
2022-06-03
Merge tag 'msm-next-5.19-fixes-06-01' of https://gitlab.freedesktop.org/abhin...
Dave Airlie
3
-13
/
+2
2022-06-01
drm/msm/dpu: Move min BW request and full BW disable back to mdss
Douglas Anderson
1
-8
/
+0
2022-06-01
drm/msm/dpu: Fix pointer dereferenced before checking
Haowen Bai
1
-2
/
+2
2022-06-01
drm/msm/dpu: Remove unused code
Jiapeng Chong
1
-2
/
+0
2022-06-01
drm/msm/disp/dpu1: remove superfluous init
Vinod Koul
1
-1
/
+0
2022-05-20
Merge tag 'msm-next-5.19-fixes' of https://gitlab.freedesktop.org/abhinavk/ms...
Dave Airlie
3
-3
/
+7
2022-05-18
drm/msm/dpu: handle pm_runtime_get_sync() errors in bind path
Abhinav Kumar
1
-1
/
+3
2022-05-18
drm/msm/dpu: add DRM_MODE_ROTATE_180 back to supported rotations
Abhinav Kumar
1
-1
/
+1
2022-05-18
drm/msm/dpu: limit writeback modes according to max_linewidth
Abhinav Kumar
1
-1
/
+3
2022-05-11
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
39
-936
/
+3201
2022-05-07
drm/msm/dpu: remove NULL-ness check in dpu_hw_intr_destroy
Dmitry Baryshkov
1
-2
/
+1
2022-05-07
drm/msm: Fix shutdown
Douglas Anderson
1
-0
/
+1
2022-05-07
drm/msm/disp: dpu1: Properly sort qcm2290_dpu_caps
Konrad Dybcio
1
-11
/
+11
2022-05-07
drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm...
Vinod Polimera
1
-0
/
+3
2022-05-07
drm/msm/dpu: don't access mode pointer before it is set
Dmitry Baryshkov
1
-2
/
+1
2022-05-07
drm/msm/dpu: add missing break statement for update_pending_flush_wb()
Abhinav Kumar
1
-0
/
+1
2022-05-02
drm/msm/dpu: Use indexed array initializer to prevent mismatches
Marijn Suijten
1
-17
/
+17
2022-05-02
drm/msm/dpu: Clean up CRC debug logs
Jessica Zhang
2
-2
/
+3
2022-05-02
drm/msm/disp/dpu1: set mdp clk to the maximum frequency in opp table during p...
Vinod Polimera
1
-0
/
+8
2022-05-02
drm/msm/dpu: remove unused refcount for encoder_phys_wb
Abhinav Kumar
1
-12
/
+3
2022-05-02
drm/msm/dpu: add wb_idx to DRM traces in dpu_encoder
Abhinav Kumar
2
-13
/
+26
[next]