summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
AgeCommit message (Expand)Author
2024-01-24drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanupAbhinav Kumar
2024-01-24drm/msm/dpu: fix kernel-doc warningsRandy Dunlap
2023-12-14drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()Jessica Zhang
2023-12-14drm/msm/dpu: Add mutex lock in control vblank irqPaloma Arellano
2023-12-14drm/msm/dpu: reserve cdm blocks for writeback in case of YUV outputAbhinav Kumar
2023-12-14drm/msm/dpu: Ratelimit framedone timeout msgsRob Clark
2023-12-11drm/msm/dpu: move encoder status to standard encoder debugfs dirDmitry Baryshkov
2023-12-08drm/msm/dpu: drop MSM_ENC_VBLANK supportDmitry Baryshkov
2023-12-05drm/msm/dpu: use drmm-managed allocation for dpu_encoder_virtDmitry Baryshkov
2023-12-05drm/msm/dpu: drop dpu_encoder_phys_ops::destroyDmitry Baryshkov
2023-12-05drm/msm/dpu: use drmm-managed allocation for dpu_encoder_physDmitry Baryshkov
2023-12-03drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeoutsPaloma Arellano
2023-10-09drm/msm/dpu: Enable widebus for DSI INTFJessica Zhang
2023-10-09drm/msm/dpu: Move setting of dpu_enc::wide_bus_en to atomic enable()Jessica Zhang
2023-10-09drm/msm/dpu: shift IRQ indices by 1Dmitry Baryshkov
2023-10-09drm/msm/dpu: stop using raw IRQ indices in the kernel tracesDmitry Baryshkov
2023-10-09drm/msm/dpu: stop using raw IRQ indices in the kernel outputDmitry Baryshkov
2023-10-09drm/msm/dpu: remove irq_idx argument from IRQ callbacksDmitry Baryshkov
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