summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1
AgeCommit message (Expand)AuthorFilesLines
2024-08-05drm/msm/dpu: take plane rotation into account for wide planesDmitry Baryshkov1-0/+12
2024-08-05drm/msm/dpu: relax YUV requirementsDmitry Baryshkov1-3/+2
2024-08-05drm/msm/dpu: limit QCM2290 to RGB formats onlyDmitry Baryshkov1-2/+2
2024-08-05drm/msm/dpu: cleanup FB if dpu_format_populate_layout failsDmitry Baryshkov1-0/+3
2024-08-05drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()Abhinav Kumar1-2/+2
2024-08-05drm/msm/dpu: don't play tricks with debug macrosDmitry Baryshkov1-12/+2
2024-07-01drm/msm/dpu: check ubwc support before adding compressed formatsAbhinav Kumar1-1/+6
2024-06-25drm/msm/dpu: remove CRTC frame event callback registrationDmitry Baryshkov5-64/+18
2024-06-24drm/msm/dpu: guard ctl irq callback register/unregisterBarnabás Czémán1-2/+2
2024-06-24drm/msm/dpu: rename dpu_hw_setup_vsync_source functionsDmitry Baryshkov1-7/+7
2024-06-24drm/msm/dpu: support setting the TE sourceDmitry Baryshkov1-1/+43
2024-06-24drm/msm/dpu: rework vsync_source handlingDmitry Baryshkov3-7/+5
2024-06-24drm/msm/dpu: pull the is_cmd_mode out of _dpu_encoder_update_vsync_source()Dmitry Baryshkov1-3/+3
2024-06-24drm/msm/dpu: convert vsync source defines to the enumDmitry Baryshkov5-16/+18
2024-06-23drm/msm/dpu: drop validity checks for clear_pending_flush() ctl opAbhinav Kumar3-5/+4
2024-06-23drm/msm/dpu: Add SM7150 supportDanila Tikhonov4-0/+338
2024-06-23drm/msm/dpu: enable compression bit in cfg2 for DSCJun Nie3-3/+11
2024-06-23drm/msm/dpu: adjust data width for widen bus caseJun Nie1-0/+9
2024-06-23drm/msm/dpu: fix video mode DSC for DSIJonathan Marek3-1/+27
2024-06-12Merge remote-tracking branch 'drm-misc/drm-misc-next' into HEADDmitry Baryshkov2-6/+8
2024-06-06drm/msm/dpu: drop duplicate drm formats from wb2_formats arraysJunhao Xie1-6/+0
2024-06-06Revert "drm/msm/dpu: drop dpu_encoder_phys_ops.atomic_mode_set"Dmitry Baryshkov5-17/+46
2024-06-06drm/msm/dpu: fix encoder irq wait skipBarnabás Czémán1-1/+1
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
2024-05-10Merge tag 'drm-msm-next-2024-05-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie26-922/+261
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula1-0/+2
2024-04-23drm/msm/dpu: Add callback function pointer check before its callAleksandr Mishin1-1/+3
2024-04-23drm/msm: drop msm_kms_funcs::get_format() callbackDmitry Baryshkov4-7/+5
2024-04-23drm/msm: merge dpu format database to MDP formatsDmitry Baryshkov7-642/+9
2024-04-23drm/msm: convert msm_format::unpack_align_msb to the flagDmitry Baryshkov3-12/+4
2024-04-23drm/msm: convert msm_format::unpack_tight to the flagDmitry Baryshkov3-17/+9
2024-04-23drm/msm: merge dpu_format and mdp_format in struct msm_formatDmitry Baryshkov19-227/+206
2024-04-23drm/msm/dpu: pull format flag definitions to mdp_format.hDmitry Baryshkov4-77/+60
2024-04-23drm/msm/dpu: in dpu_format replace bitmap with unsigned long fieldDmitry Baryshkov2-18/+16
2024-04-22drm/msm/dpu: use format-related definitions from mdp_common.xml.hDmitry Baryshkov8-219/+169
2024-04-22drm/msm/dpu: Rename `ctx` parameter to `intf` to match other functionsMarijn Suijten1-7/+7
2024-04-22drm/msm/dpu: Allow configuring multiple active DSC blocksMarijn Suijten1-3/+6
2024-04-22drm/msm/dpu: Always flush the slave INTF on the CTLMarijn Suijten1-3/+0
2024-04-22drm/msm: convert all pixel format logging to use %p4ccJani Nikula4-19/+19
2024-04-08drm/msm/dpu: add current resource allocation to dumped stateDmitry Baryshkov4-0/+78
2024-04-02drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov1-4/+4
2024-03-29drm/msm/dp: assign correct DP controller ID to x1e80100 interface tableKuogee Hsieh1-3/+31
2024-03-29drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov1-5/+5
2024-03-04drm/msm/dpu: capture snapshot on the first commit_done timeoutDmitry Baryshkov1-0/+10
2024-03-04drm/msm/dpu: split dpu_encoder_wait_for_event into two functionsDmitry Baryshkov3-39/+55
2024-03-04drm/msm/dpu: make "vblank timeout" more usefulDmitry Baryshkov1-1/+1
2024-03-04drm/msm/dp: allow YUV420 mode for DP connector when CDM availablePaloma Arellano1-1/+3
2024-03-04drm/msm/dpu: reserve CDM blocks for DP if mode is YUV420Paloma Arellano1-8/+14
2024-03-04drm/msm/dpu: modify timing engine programming for YUV420 over DPPaloma Arellano1-2/+6
2024-03-04drm/msm/dpu: modify encoder programming for CDM over DPPaloma Arellano3-0/+64