index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
disp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-msm-fixes-2022-06-28' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
2022-06-29
2
-6
/
+7
|
\
|
*
drm/msm/dpu: Fix variable dereferenced before check
sunliming
2022-06-23
1
-5
/
+5
|
*
drm/msm/dpu: Increment vsync_cnt before waking up userspace
Stephen Boyd
2022-06-23
1
-1
/
+2
*
|
Merge tag 'drm-msm-fixes-2022-06-20' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
2022-06-24
2
-1
/
+10
|
\
|
|
*
drm/msm/dpu: limit wb modes based on max_mixer_width
Abhinav Kumar
2022-06-18
1
-1
/
+8
|
*
drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf
Miaoqian Lin
2022-06-18
1
-0
/
+2
*
|
Merge tag 'msm-next-5.19-fixes-06-01' of https://gitlab.freedesktop.org/abhin...
Dave Airlie
2022-06-03
3
-13
/
+2
|
\
|
|
*
drm/msm/dpu: Move min BW request and full BW disable back to mdss
Douglas Anderson
2022-06-01
1
-8
/
+0
|
*
drm/msm/dpu: Fix pointer dereferenced before checking
Haowen Bai
2022-06-01
1
-2
/
+2
|
*
drm/msm/dpu: Remove unused code
Jiapeng Chong
2022-06-01
1
-2
/
+0
|
*
drm/msm/disp/dpu1: remove superfluous init
Vinod Koul
2022-06-01
1
-1
/
+0
*
|
Merge tag 'msm-next-5.19-fixes' of https://gitlab.freedesktop.org/abhinavk/ms...
Dave Airlie
2022-05-20
4
-4
/
+10
|
\
|
|
*
drm/msm/dpu: handle pm_runtime_get_sync() errors in bind path
Abhinav Kumar
2022-05-18
1
-1
/
+3
|
*
drm/msm/dpu: add DRM_MODE_ROTATE_180 back to supported rotations
Abhinav Kumar
2022-05-18
1
-1
/
+1
|
*
drm/msm/dpu: limit writeback modes according to max_linewidth
Abhinav Kumar
2022-05-18
1
-1
/
+3
|
*
drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()
Hangyu Hua
2022-05-18
1
-1
/
+3
*
|
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
2022-05-11
50
-1267
/
+3341
|
\
|
|
*
drm/msm/dpu: remove NULL-ness check in dpu_hw_intr_destroy
Dmitry Baryshkov
2022-05-07
1
-2
/
+1
|
*
drm/msm: Fix shutdown
Douglas Anderson
2022-05-07
2
-0
/
+2
|
*
drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detected
Jessica Zhang
2022-05-07
3
-8
/
+21
|
*
drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected
Jessica Zhang
2022-05-07
3
-9
/
+28
|
*
drm/msm/disp: dpu1: Properly sort qcm2290_dpu_caps
Konrad Dybcio
2022-05-07
1
-11
/
+11
|
*
drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm...
Vinod Polimera
2022-05-07
1
-0
/
+3
|
*
drm/msm/dpu: don't access mode pointer before it is set
Dmitry Baryshkov
2022-05-07
1
-2
/
+1
|
*
drm/msm/dpu: add missing break statement for update_pending_flush_wb()
Abhinav Kumar
2022-05-07
1
-0
/
+1
|
*
drm/msm/dpu: Use indexed array initializer to prevent mismatches
Marijn Suijten
2022-05-02
1
-17
/
+17
|
*
drm/msm/dpu: Clean up CRC debug logs
Jessica Zhang
2022-05-02
2
-2
/
+3
|
*
drm/msm/disp/dpu1: set mdp clk to the maximum frequency in opp table during p...
Vinod Polimera
2022-05-02
1
-0
/
+8
|
*
drm/msm/dpu: remove unused refcount for encoder_phys_wb
Abhinav Kumar
2022-05-02
1
-12
/
+3
|
*
drm/msm: fix returnvar.cocci warning
Guo Zhengkui
2022-05-02
1
-2
/
+1
|
*
drm: msm: fix error check return value of irq_of_parse_and_map()
Lv Ruyi
2022-05-02
1
-3
/
+3
|
*
drm/msm/mdp5: Eliminate useless code
Haowen Bai
2022-05-02
1
-2
/
+0
|
*
drm/msm/dpu: add wb_idx to DRM traces in dpu_encoder
Abhinav Kumar
2022-05-02
2
-13
/
+26
|
*
drm/msm/dpu: add wb_idx to existing DRM prints in dpu_encoder
Abhinav Kumar
2022-05-02
1
-28
/
+24
|
*
drm/msm/dpu: add writeback blocks to the display snapshot
Abhinav Kumar
2022-05-02
1
-0
/
+5
|
*
drm/msm/dpu: gracefully handle null fb commits for writeback
Abhinav Kumar
2022-05-02
5
-0
/
+49
|
*
drm/msm/dpu: initialize dpu encoder and connector for writeback
Abhinav Kumar
2022-05-02
2
-8
/
+80
|
*
drm/msm/dpu: add the writeback connector layer
Abhinav Kumar
2022-05-02
2
-0
/
+107
|
*
drm/msm/dpu: introduce the dpu_encoder_phys_* for writeback
Abhinav Kumar
2022-05-02
2
-0
/
+781
|
*
drm/msm/dpu: move _dpu_plane_get_qos_lut to dpu_hw_util file
Abhinav Kumar
2022-05-02
3
-26
/
+30
|
*
drm/msm/dpu: add encoder operations to prepare/cleanup wb job
Abhinav Kumar
2022-05-02
3
-0
/
+55
|
*
drm/msm/dpu: make changes to dpu_encoder to support virtual encoder
Abhinav Kumar
2022-05-02
2
-18
/
+87
|
*
drm/msm/dpu: add an API to reset the encoder related hw blocks
Abhinav Kumar
2022-05-02
2
-1
/
+91
|
*
drm/msm/dpu: add changes to support writeback in hw_ctl
Abhinav Kumar
2022-05-02
2
-2
/
+63
|
*
drm/msm/dpu: add writeback blocks to DPU RM
Abhinav Kumar
2022-05-02
2
-0
/
+34
|
*
drm/msm/dpu: add dpu_hw_wb abstraction for writeback blocks
Abhinav Kumar
2022-05-02
2
-0
/
+394
|
*
drm/msm/dpu: rename dpu_hw_pipe_cdp_cfg to dpu_hw_cdp_cfg
Abhinav Kumar
2022-05-02
4
-20
/
+19
|
*
drm/msm/dpu: add reset_intf_cfg operation for dpu_hw_ctl
Abhinav Kumar
2022-05-02
2
-0
/
+40
|
*
drm/msm/dpu: add writeback blocks to the sm8250 DPU catalog
Abhinav Kumar
2022-05-02
2
-1
/
+137
|
*
drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free ...
Vinod Polimera
2022-05-02
1
-1
/
+3
[next]