aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov1-18/+8
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov1-7/+8
2022-09-18drm/msm/dpu: rip out master planes supportDmitry Baryshkov1-10/+1
2022-07-13Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-25/+92
2022-07-08drm/msm/dpu: Fix for non-visible planesRob Clark1-0/+6
2022-07-04drm/msm/dpu: Add interface support for CRC debugfsJessica Zhang1-1/+45
2022-07-04drm/msm/dpu: Move LM CRC code into separate methodJessica Zhang1-24/+41
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-02drm/msm/dpu: Clean up CRC debug logsJessica Zhang1-1/+2
2022-05-02drm/msm/dpu: gracefully handle null fb commits for writebackAbhinav Kumar1-0/+9
2022-02-25drm/msm: Avoid dirtyfb stalls on video mode displays (v2)Rob Clark1-1/+19
2022-02-18drm/msm/dpu: clean up some inconsistent indentingYang Li1-1/+1
2021-12-15drm/msm/dpu: add dpu_crtc_atomic_print_stateDmitry Baryshkov1-0/+15
2021-12-15drm/msm/dpu: stop manually removing debugfs files for the DPU CRTCDmitry Baryshkov1-11/+4
2021-11-28drm/msm/dpu: remove stage_cfg from struct dpu_crtcDmitry Baryshkov1-5/+6
2021-10-26drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()Nathan Chancellor1-3/+0
2021-10-23drm/msm/dpu: Remove dynamic allocation from atomic contextRob Clark1-11/+5
2021-10-23drm/msm/dpu: Remove impossible NULL checkRob Clark1-5/+0
2021-10-21drm/msm/dpu: Add CRC support for DPUJessica Zhang1-1/+152
2021-10-15drm/msm: Change dpu_crtc_get_vblank_counter to use vsync count.Mark Yacoub1-5/+3
2021-08-07drm/msm/dpu: add support for alpha blending propertiesDmitry Baryshkov1-13/+30
2021-06-23drm/msm/disp/dpu1: avoid perf update in frame done eventKrishna Manikandan1-3/+1
2021-06-23drm/msm/disp: Move various debug logs to atomic bucketStephen Boyd1-20/+19
2021-05-07Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-10/+0
2021-05-03drm/msm/dpu: Delete bonkers codeRob Clark1-10/+0
2021-04-13Merge tag 'drm-msm-next-2021-04-11' of https://gitlab.freedesktop.org/drm/msm into drm-nextDaniel Vetter1-1/+87
2021-04-09drm/msm/disp/dpu1: fix display underruns during modeset.Kalyan Thota1-0/+1
2021-04-07drm/msm/disp/dpu1: add support to program fetch active in ctl pathKrishna Manikandan1-1/+6
2021-04-07drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driverKalyan Thota1-0/+80
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+1
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-4/+2
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-2/+2
2020-11-04drm/msm/dpu: Add newline to printksStephen Boyd1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-10/+13
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-110/+22
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+5
2020-09-22drm/msm/dpu: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-26/+3
2020-09-09drm/msm: Drop debug print in _dpu_crtc_setup_lm_bounds()Stephen Boyd1-2/+0
2020-09-09drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check()Stephen Boyd1-3/+5
2020-09-09drm/msm/dpu: clean up some impossibilitiesRob Clark1-78/+13
2020-09-09drm/msm/dpu: move vblank events to complete_commit()Rob Clark1-1/+1
2020-08-17drm/msm/dpu: fix unitialized variable errorRob Clark1-1/+1
2020-07-31drm/msm: use kthread_create_worker instead of kthread_runBernard1-1/+1
2020-07-31drm/msm: ratelimit crtc event overflow errorRob Clark1-1/+1
2020-05-18drm/msm/dpu: add support for pcc color block in dpu driverKalyan Thota1-0/+77
2020-05-18drm/msm/dpu: Fix compile warningsHongbo Yao1-18/+0
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-12/+3
2020-02-13drm/msm: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+2