index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
disp
/
dpu1
/
dpu_encoder.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/msm/dpu: Increment vsync_cnt before waking up userspace
Stephen Boyd
2022-06-23
1
-1
/
+2
*
drm/msm/dpu: Remove unused code
Jiapeng Chong
2022-06-02
1
-2
/
+0
*
drm/msm/disp/dpu1: remove superfluous init
Vinod Koul
2022-06-02
1
-1
/
+0
*
drm/msm/dpu: add wb_idx to DRM traces in dpu_encoder
Abhinav Kumar
2022-05-02
1
-5
/
+8
*
drm/msm/dpu: add wb_idx to existing DRM prints in dpu_encoder
Abhinav Kumar
2022-05-02
1
-28
/
+24
*
drm/msm/dpu: gracefully handle null fb commits for writeback
Abhinav Kumar
2022-05-02
1
-0
/
+21
*
drm/msm/dpu: initialize dpu encoder and connector for writeback
Abhinav Kumar
2022-05-02
1
-7
/
+20
*
drm/msm/dpu: add encoder operations to prepare/cleanup wb job
Abhinav Kumar
2022-05-02
1
-0
/
+34
*
drm/msm/dpu: make changes to dpu_encoder to support virtual encoder
Abhinav Kumar
2022-05-02
1
-18
/
+80
*
drm/msm/dpu: add an API to reset the encoder related hw blocks
Abhinav Kumar
2022-05-02
1
-1
/
+84
*
drm/msm/dpu: pass irq to dpu_encoder_helper_wait_for_irq()
Dmitry Baryshkov
2022-05-02
1
-16
/
+13
*
drm/msm/dpu: remove struct dpu_encoder_irq
Dmitry Baryshkov
2022-05-02
1
-14
/
+14
*
drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irq
Dmitry Baryshkov
2022-05-02
1
-63
/
+0
*
drm/msm/dpu: allow just single IRQ callback
Dmitry Baryshkov
2022-05-02
1
-4
/
+3
*
drm/msm/dpu: remove always-true argument of dpu_core_irq_read()
Dmitry Baryshkov
2022-05-02
1
-2
/
+1
*
drm/msm/disp/dpu1: Add support for DSC in topology
Vinod Koul
2022-04-25
1
-0
/
+13
*
drm/msm/dpu: don't use merge_3d if DSC merge topology is used
Dmitry Baryshkov
2022-04-25
1
-0
/
+16
*
drm/msm/disp/dpu1: Add support for DSC in encoder
Vinod Koul
2022-04-25
1
-1
/
+127
*
drm/msm/dp: enable widebus feature for display port
Kuogee Hsieh
2022-04-25
1
-0
/
+3
*
drm/msm/dpu: revise timing engine programming to support widebus feature
Kuogee Hsieh
2022-04-25
1
-0
/
+10
*
drm/msm/dpu: pull connector from dpu_encoder_phys to dpu_encoder_virt
Dmitry Baryshkov
2022-02-18
1
-5
/
+6
*
drm/msm/dpu: switch dpu_encoder to use atomic_mode_set
Dmitry Baryshkov
2022-02-18
1
-28
/
+9
*
drm/msm/dpu: encoder: drop unused mode_fixup callback
Dmitry Baryshkov
2022-02-18
1
-4
/
+0
*
drm/msm/dpu: drop bus_scaling_client field
Dmitry Baryshkov
2022-02-18
1
-2
/
+0
*
drm/msm/dpu: remove msm_dp cached in dpu_encoder_virt
Dmitry Baryshkov
2022-02-18
1
-5
/
+0
*
drm/msm/dpu: fix dp audio condition
Dmitry Baryshkov
2022-02-18
1
-1
/
+1
*
drm/msm/dpu: get INTF blocks directly rather than through RM
Dmitry Baryshkov
2022-02-18
1
-33
/
+3
*
drm/msm/dpu: Remove set but unused variables
Vinod Koul
2022-02-18
1
-5
/
+0
*
drm/msm/dp: employ bridge mechanism for display enable and disable
Kuogee Hsieh
2021-12-08
1
-21
/
+0
*
drm/msm/dpu: Remove encoder->enable() hack
Sean Paul
2021-12-07
1
-4
/
+1
*
drm/msm/dpu: Remove useless checks in dpu_encoder
Sean Paul
2021-12-07
1
-12
/
+0
*
drm/msm/dp: Support up to 3 DP controllers
Bjorn Andersson
2021-10-18
1
-1
/
+1
*
drm/msm/dp: Modify prototype of encoder based API
Bjorn Andersson
2021-10-18
1
-10
/
+13
*
drm/msm: Change dpu_crtc_get_vblank_counter to use vsync count.
Mark Yacoub
2021-10-15
1
-12
/
+4
*
drm/msm/dpu: Add newlines to printks
Stephen Boyd
2021-08-07
1
-7
/
+5
*
drm/msm/dpu: Drop unnecessary NULL checks after container_of in dpu_encoder
Guenter Roeck
2021-06-23
1
-10
/
+0
*
drm/msm/disp: Move various debug logs to atomic bucket
Stephen Boyd
2021-06-23
1
-6
/
+4
*
drm/msm/dpu: simplify IRQ enabling/disabling
Dmitry Baryshkov
2021-06-23
1
-18
/
+0
*
drm/msm/dpu: replace IRQ lookup with the data in hw catalog
Dmitry Baryshkov
2021-06-23
1
-38
/
+26
*
drm/msm: add disp snapshot points across dpu driver
Abhinav Kumar
2021-06-23
1
-3
/
+13
*
drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driver
Kalyan Thota
2021-04-07
1
-0
/
+30
*
drm/msm/disp/dpu1/dpu_encoder: Fix a few parameter/member formatting issues
Lee Jones
2020-11-29
1
-7
/
+8
*
drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variables
Lee Jones
2020-11-24
1
-10
/
+2
*
drm/msm/dpu: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-09-22
1
-13
/
+2
*
drm/msm/dp: add audio support for Display Port on MSM
Abhinav Kumar
2020-09-15
1
-0
/
+7
*
drm/msm/dp: Add DP compliance tests on Snapdragon Chipsets
Kuogee Hsieh
2020-09-15
1
-0
/
+6
*
drm/msm/dpu: add display port support in DPU
Jeykumar Sankaran
2020-09-15
1
-4
/
+4
*
drm/msm/dp: add displayPort driver support
Chandan Uddaraju
2020-09-15
1
-0
/
+19
*
drm/msm/dpu: Fix reservation failures in modeset
Kalyan Thota
2020-08-17
1
-9
/
+11
*
drm/msm/dpu: update UBWC config for sm8150 and sm8250
Jonathan Marek
2020-07-31
1
-8
/
+0
[next]