summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dpu: check ubwc support before adding compressed formatsAbhinav Kumar2024-07-011-1/+6
* drm/msm/dpu: remove CRTC frame event callback registrationDmitry Baryshkov2024-06-255-64/+18
* drm/msm/dpu: guard ctl irq callback register/unregisterBarnabás Czémán2024-06-241-2/+2
* drm/msm/dpu: rename dpu_hw_setup_vsync_source functionsDmitry Baryshkov2024-06-241-7/+7
* drm/msm/dpu: support setting the TE sourceDmitry Baryshkov2024-06-241-1/+43
* drm/msm/dpu: rework vsync_source handlingDmitry Baryshkov2024-06-243-7/+5
* drm/msm/dpu: pull the is_cmd_mode out of _dpu_encoder_update_vsync_source()Dmitry Baryshkov2024-06-241-3/+3
* drm/msm/dpu: convert vsync source defines to the enumDmitry Baryshkov2024-06-245-16/+18
* drm/msm/dpu: drop validity checks for clear_pending_flush() ctl opAbhinav Kumar2024-06-233-5/+4
* drm/msm/dpu: Add SM7150 supportDanila Tikhonov2024-06-234-0/+338
* drm/msm/dpu: enable compression bit in cfg2 for DSCJun Nie2024-06-233-3/+11
* drm/msm/dpu: adjust data width for widen bus caseJun Nie2024-06-231-0/+9
* drm/msm/dpu: fix video mode DSC for DSIJonathan Marek2024-06-233-1/+27
* Merge remote-tracking branch 'drm-misc/drm-misc-next' into HEADDmitry Baryshkov2024-06-122-6/+8
|\
| * tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-6/+6
| * Merge tag 'drm-msm-next-2024-05-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2024-05-1026-922/+261
| |\
| * | drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+2
* | | drm/msm/dpu: drop duplicate drm formats from wb2_formats arraysJunhao Xie2024-06-061-6/+0
* | | Revert "drm/msm/dpu: drop dpu_encoder_phys_ops.atomic_mode_set"Dmitry Baryshkov2024-06-065-17/+46
* | | drm/msm/dpu: fix encoder irq wait skipBarnabás Czémán2024-06-061-1/+1
| |/ |/|
* | drm/msm/dpu: Add callback function pointer check before its callAleksandr Mishin2024-04-231-1/+3
* | drm/msm: drop msm_kms_funcs::get_format() callbackDmitry Baryshkov2024-04-234-7/+5
* | drm/msm: merge dpu format database to MDP formatsDmitry Baryshkov2024-04-237-642/+9
* | drm/msm: convert msm_format::unpack_align_msb to the flagDmitry Baryshkov2024-04-233-12/+4
* | drm/msm: convert msm_format::unpack_tight to the flagDmitry Baryshkov2024-04-233-17/+9
* | drm/msm: merge dpu_format and mdp_format in struct msm_formatDmitry Baryshkov2024-04-2319-227/+206
* | drm/msm/dpu: pull format flag definitions to mdp_format.hDmitry Baryshkov2024-04-234-77/+60
* | drm/msm/dpu: in dpu_format replace bitmap with unsigned long fieldDmitry Baryshkov2024-04-232-18/+16
* | drm/msm/dpu: use format-related definitions from mdp_common.xml.hDmitry Baryshkov2024-04-228-219/+169
* | drm/msm/dpu: Rename `ctx` parameter to `intf` to match other functionsMarijn Suijten2024-04-221-7/+7
* | drm/msm/dpu: Allow configuring multiple active DSC blocksMarijn Suijten2024-04-221-3/+6
* | drm/msm/dpu: Always flush the slave INTF on the CTLMarijn Suijten2024-04-221-3/+0
* | drm/msm: convert all pixel format logging to use %p4ccJani Nikula2024-04-224-19/+19
* | drm/msm/dpu: add current resource allocation to dumped stateDmitry Baryshkov2024-04-084-0/+78
|/
* drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov2024-04-021-4/+4
* drm/msm/dp: assign correct DP controller ID to x1e80100 interface tableKuogee Hsieh2024-03-291-3/+31
* drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov2024-03-291-5/+5
* drm/msm/dpu: capture snapshot on the first commit_done timeoutDmitry Baryshkov2024-03-041-0/+10
* drm/msm/dpu: split dpu_encoder_wait_for_event into two functionsDmitry Baryshkov2024-03-043-39/+55
* drm/msm/dpu: make "vblank timeout" more usefulDmitry Baryshkov2024-03-041-1/+1
* drm/msm/dp: allow YUV420 mode for DP connector when CDM availablePaloma Arellano2024-03-041-1/+3
* drm/msm/dpu: reserve CDM blocks for DP if mode is YUV420Paloma Arellano2024-03-041-8/+14
* drm/msm/dpu: modify timing engine programming for YUV420 over DPPaloma Arellano2024-03-041-2/+6
* drm/msm/dpu: modify encoder programming for CDM over DPPaloma Arellano2024-03-043-0/+64
* drm/msm/dpu: add support of new peripheral flush mechanismKuogee Hsieh2024-03-042-0/+27
* drm/msm/dpu: move widebus logic to its own APIPaloma Arellano2024-03-042-13/+20
* drm/msm/dpu: move dpu_encoder_helper_phys_setup_cdm to dpu_encoderPaloma Arellano2024-03-043-83/+87
* drm/msm/dpu: allow dpu_encoder_helper_phys_setup_cdm to work for DPPaloma Arellano2024-03-042-15/+16
* drm/msm/dpu: pass mode dimensions instead of fb size in CDM setupPaloma Arellano2024-03-041-2/+2
* drm/msm/dpu: add division of drm_display_mode's hskew parameterPaloma Arellano2024-03-041-2/+4