summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
AgeCommit message (Expand)Author
2023-08-04drm/msm/dpu: Drop encoder vsync_eventJessica Zhang
2023-07-11drm/msm/dpu: remove struct drm_dsc_config from struct msm_display_infoKuogee Hsieh
2023-07-11drm/msm/dpu: retrieve DSI DSC struct through priv->dsi[0]Kuogee Hsieh
2023-06-10Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov
2023-06-08drm/msm/dpu: use PINGPONG_NONE to unbind WB from PPDmitry Baryshkov
2023-06-08drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PPDmitry Baryshkov
2023-06-04drm/msm/dpu: call dpu_rm_get_intf() from dpu_encoder_get_intf()Dmitry Baryshkov
2023-06-04drm/msm/dpu: inline dpu_encoder_get_wb()Dmitry Baryshkov
2023-06-04drm/msm/dpu: drop duplicated intf/wb indices from encoder structsDmitry Baryshkov
2023-06-04drm/msm/dpu: separate common function to init physical encoderDmitry Baryshkov
2023-06-04drm/msm/dpu: merge dpu_encoder_init() and dpu_encoder_setup()Dmitry Baryshkov
2023-06-04drm/msm/dpu: Tear down DSC datapath on encoder cleanupKuogee Hsieh
2023-06-04drm/msm/dpu: separate DSC flush update out of interfaceKuogee Hsieh
2023-06-04drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONGKuogee Hsieh
2023-06-04drm/msm/dpu: drop (mostly) unused DPU_NAME_SIZE defineDmitry Baryshkov
2023-06-04drm/msm/dpu: drop dpu_encoder_phys_ops::late_register()Dmitry Baryshkov
2023-05-22drm/msm/dpu: Implement tearcheck support on INTF blockMarijn Suijten
2023-05-19drm/msm/dpu: simplify intf allocation codeDmitry Baryshkov
2023-04-06drm/msm/dpu: avoid unnecessary check in DPU reservationsKalyan Thota
2023-04-06drm/msm/dpu: add DSPPs into reservation upon a CTM requestKalyan Thota
2023-04-06drm/msm/dpu: Remove empty prepare_commit() functionJessica Zhang
2023-03-13drm/msm/disp/dpu: add PSR support for eDP interface in dpu driverVinod Polimera
2023-03-13drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functionsVinod Polimera
2023-03-13drm/msm/disp/dpu: check for crtc enable rather than crtc active to release sh...Vinod Polimera
2023-01-21drm/msm/dpu: add missing dpu_encoder kerneldocDmitry Baryshkov
2023-01-18drm/msm/dpu: remove dpu_encoder_virt_opsDmitry Baryshkov
2023-01-12drm/msm/dpu: Implement DSC binding to PP block for CTL V1Marijn Suijten
2023-01-12drm/msm/dpu: Remove num_enc from topology struct in favour of num_dscMarijn Suijten
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov
2022-09-18drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov
2022-09-18drm/msm/dpu: populate wb or intf before reset_intf_cfgAbhinav Kumar
2022-07-04drm/msm/dpu: simplify and unify dpu_encoder_get_intf and dpu_encoder_get_wbDmitry Baryshkov
2022-07-04drm/msm/dpu: Add interface support for CRC debugfsJessica Zhang
2022-07-04drm/msm/dpu: move intf and wb assignment to dpu_encoder_setup_display()Abhinav Kumar
2022-07-04drm/msm/dpu: drop enum msm_display_capsDmitry Baryshkov
2022-07-04drm/msm/dpu: dont_use IS_ERR_OR_NULL for encoder phys backendsDmitry Baryshkov
2022-07-04drm/msm/dpu: constify struct dpu_mdss_cfgDmitry Baryshkov
2022-06-23drm/msm/dpu: Increment vsync_cnt before waking up userspaceStephen Boyd
2022-06-01drm/msm/dpu: Remove unused codeJiapeng Chong
2022-06-01drm/msm/disp/dpu1: remove superfluous initVinod Koul
2022-05-02drm/msm/dpu: add wb_idx to DRM traces in dpu_encoderAbhinav Kumar
2022-05-02drm/msm/dpu: add wb_idx to existing DRM prints in dpu_encoderAbhinav Kumar
2022-05-02drm/msm/dpu: gracefully handle null fb commits for writebackAbhinav Kumar
2022-05-02drm/msm/dpu: initialize dpu encoder and connector for writebackAbhinav Kumar
2022-05-02drm/msm/dpu: add encoder operations to prepare/cleanup wb jobAbhinav Kumar
2022-05-02drm/msm/dpu: make changes to dpu_encoder to support virtual encoderAbhinav Kumar
2022-05-02drm/msm/dpu: add an API to reset the encoder related hw blocksAbhinav Kumar
2022-05-02drm/msm/dpu: pass irq to dpu_encoder_helper_wait_for_irq()Dmitry Baryshkov
2022-05-02drm/msm/dpu: remove struct dpu_encoder_irqDmitry Baryshkov
2022-05-02drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irqDmitry Baryshkov