summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-14drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI caseJun Nie6-33/+35
2025-11-14drm/msm/dpu: support plane splitting in quad-pipe caseJun Nie3-40/+110
2025-11-14drm/msm/dpu: support SSPP assignment for quad-pipe caseJun Nie1-61/+89
2025-11-14drm/msm/dpu: blend pipes per mixer pairs configJun Nie2-19/+33
2025-11-14drm/msm/dpu: Use dedicated WB number definitionJun Nie1-2/+3
2025-11-14drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixerJun Nie4-16/+15
2025-11-14drm/msm/dpu: handle pipes as arrayJun Nie3-111/+118
2025-11-14drm/msm/dpu: Add pipe as trace argumentJun Nie2-6/+6
2025-11-14drm/msm/dpu: bind correct pingpong for quad pipeJun Nie1-2/+8
2025-11-14drm/msm/dpu: fix mixer number counter on allocationJun Nie1-1/+5
2025-11-14drm/msm/dpu: Remove dead-code in dpu_encoder_helper_reset_mixers()Christophe JAILLET1-3/+0
2025-11-03drm/msm: fix allocation of dumb buffers for non-RGB formatsDmitry Baryshkov1-7/+10
2025-11-01Merge remote-tracking branch 'drm/drm-next' into msm-next-robclarkRob Clark21053-640167/+1151036
2025-11-01Merge tag 'amd-drm-next-6.19-2025-10-29' of https://gitlab.freedesktop.org/ag...Simona Vetter256-892/+3549
2025-10-31Merge tag 'drm-intel-gt-next-2025-10-29' of https://gitlab.freedesktop.org/dr...Simona Vetter4-7/+17
2025-10-31Merge tag 'drm-misc-next-2025-10-28' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter59-114/+3540
2025-10-31Merge tag 'drm-xe-next-2025-10-28' of https://gitlab.freedesktop.org/drm/xe/k...Simona Vetter63-216/+534
2025-10-31Merge tag 'amd-drm-next-6.19-2025-10-24' of https://gitlab.freedesktop.org/ag...Simona Vetter215-1446/+21768
2025-10-29drm/msm/dpu: Fix adjusted mode clock check for 3d mergeJessica Zhang1-0/+3
2025-10-29drm/msm/dpu: Disable broken YUV on QSEED2 hardwareVladimir Lypak1-2/+2
2025-10-29drm/msm/dpu: Require linear modifier for writeback framebuffersVladimir Lypak1-0/+3
2025-10-29drm/msm/dpu: Fix pixel extension sub-samplingVladimir Lypak1-4/+6
2025-10-29drm/msm/dpu: Disable scaling for unsupported scaler typesVladimir Lypak1-1/+1
2025-10-29drm/msm/dpu: Propagate error from dpu_assign_plane_resourcesVladimir Lypak1-1/+1
2025-10-29drm/msm/dpu: Fix allocation of RGB SSPPs without scalingVladimir Lypak1-1/+1
2025-10-29drm/msm: dsi: fix PLL init in bonded modeNeil Armstrong2-17/+2
2025-10-28drm/radeon: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus6-26/+5
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus14-55/+4
2025-10-28drm/amdgpu/pm: Add definition for gpu_metrics v1.9Lijo Lazar1-0/+117
2025-10-28drm/amdkfd: Fix Unchecked Return ValueSunday Clement1-3/+6
2025-10-28drm/amdgpu: Use DC by default for BonaireTimur Kristóf1-1/+0
2025-10-28drm/amd/display: Don't add freesync modes to analog displays (v2)Timur Kristóf1-0/+4
2025-10-28drm/amd/display: Add common modes to analog displays without EDIDTimur Kristóf1-18/+28
2025-10-28drm/amd/display: Use DAC load detection on analog connectors (v2)Timur Kristóf3-2/+72
2025-10-28drm/amd/display: Add DAC_LoadDetection to BIOS parser (v2)Timur Kristóf5-0/+155
2025-10-28drm/amd/display: Make get_support_mask_for_device_id reusableTimur Kristóf1-6/+7
2025-10-28drm/amd/display: Add DCE BIOS_SCRATCH_0 registerTimur Kristóf7-0/+12
2025-10-28drm/amd/display: Poll analog connectors (v3)Timur Kristóf2-2/+88
2025-10-28drm/amd/display: Refactor amdgpu_dm_connector_detect (v2)Timur Kristóf1-16/+19
2025-10-28drm/amd/display: Add analog link detection (v2)Timur Kristóf4-7/+101
2025-10-28drm/amd/display: Support DAC in dce110_hwseqTimur Kristóf1-2/+73
2025-10-28drm/amd/display: Implement DCE analog link encoders (v2)Timur Kristóf5-11/+141
2025-10-28drm/amd/display: Implement DCE analog stream encodersTimur Kristóf5-0/+41
2025-10-28drm/amd/display: Add concept of analog encoders (v2)Timur Kristóf5-3/+51
2025-10-28drm/amd/display: Determine early if a link has supported encoders (v2)Timur Kristóf1-4/+19
2025-10-28drm/amd/display: Don't try to enable/disable HPD when unavailableTimur Kristóf1-2/+3
2025-10-28drm/amd/display: Don't use stereo sync and audio on RGB signals (v2)Timur Kristóf3-3/+18
2025-10-28drm/amd/display: Get maximum pixel clock from VBIOSTimur Kristóf2-0/+3
2025-10-28drm/amd/display: Add SelectCRTC_Source to BIOS parserTimur Kristóf5-5/+215
2025-10-28drm/amd/display: Hook up DAC to bios_parser_encoder_controlTimur Kristóf1-0/+16