aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-10-09drm/amd/display: Update pmfw_driver_if new structureCharlene Liu2-76/+174
2023-10-09drm/amd/display: VSIF v3 set Max Refresh RateMuhammad Ansari1-7/+2
2023-10-09drm/amd/display: Modify SMU message logsSung Joon Kim4-6/+9
2023-10-09drm/amdgpu: Fix potential null pointer derefernceStanley.Yang1-1/+2
2023-10-09drm/amd/display: enable S/G display for for recent APUs by defaultYifan Zhang1-33/+15
2023-10-09Documentation/amdgpu: Add FRU attribute detailsLijo Lazar1-0/+19
2023-10-09drm/amdgpu: Add more FRU field informationLijo Lazar2-3/+51
2023-10-09drm/amdgpu: Refactor FRU product informationLijo Lazar9-36/+42
2023-10-09drm/amdgpu: enable FRU device for SMU v13.0.6Yang Wang1-19/+29
2023-10-09drm/amdgpu: update ib start and size alignmentBoyuan Zhang2-12/+13
2023-10-09drm/amd/display: add check in validate_only in dml2Gabe Teeger2-0/+4
2023-10-09drm/amd/display: Port replay vblank logic to DML2Daniel Miess1-3/+22
2023-10-09drm/amd/display: Modify Pipe Selection for Policy for ODMSaaem Rizvi1-14/+126
2023-10-09drm/amd/display: correct dml2 input and dlg_refclkCharlene Liu2-6/+9
2023-10-09drm/amd/display: Fix Chroma Surface height/width initializationSung Joon Kim1-2/+2
2023-10-09drm/amd/display: Move stereo timing check to helperTaimur Hassan3-8/+19
2023-10-09drm/amd/display: Split pipe for stereo timingsTaimur Hassan1-0/+11
2023-10-09drm/amd/display: Use fixed DET Buffer SizeSung Joon Kim3-10/+16
2023-10-09drm/amd/display: Handle multiple streams sourcing same surfaceSung Joon Kim3-32/+53
2023-10-09drm/amd/display: Add z8_marks in dmlCharlene Liu5-0/+9
2023-10-09drm/amd/display: Add DCN35 DML2 supportQingqing Zhuo5-7/+110
2023-10-09drm/amd/display: Introduce DML2Qingqing Zhuo36-4/+19572
2023-10-09drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guardRodrigo Siqueira1-1/+2
2023-10-09drm/amd/display: Move bw_fixed from DML folderRodrigo Siqueira3-10/+8
2023-10-09drm/amd/display: Move custom_float from DML folderRodrigo Siqueira3-59/+36
2023-10-09drm/amd/display: Move dce_calcs from DML folderRodrigo Siqueira4-2/+7
2023-10-09drm/amdgpu: Enable SMU 13.0.0 optimizations when ROCm is active (v2)Alex Deucher1-1/+16
2023-10-09drm/amd/display: Move the memory allocation out of dcn20_validate_bandwidth_f...Sebastian Andrzej Siewior3-13/+18
2023-10-09drm/amd/display: Move the memory allocation out of dcn21_validate_bandwidth_f...Sebastian Andrzej Siewior3-9/+13
2023-10-09drm/amd/display: Add a warning if the FPU is used outside from task context.Sebastian Andrzej Siewior1-0/+1
2023-10-09drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and TongaMario Limonciello1-6/+6
2023-10-09drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430Mario Limonciello1-1/+1
2023-10-09drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7Mario Limonciello2-4/+4
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin11-49/+68
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-09drm/rockchip: dsi: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-10-09drm/rockchip: remove redundant of_match_ptrZhu Wang3-3/+3
2023-10-09drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe()Christophe JAILLET1-2/+13
2023-10-09drm/rockchip: vop2: Convert to use maple tree register cacheMark Brown1-1/+1
2023-10-09drm/rockchip: vop2: Demote message in mod_supported to drm_dbg_kmsMichael Tretter1-2/+2
2023-10-09drm/msm: carve out KMS code from msm_drv.cDmitry Baryshkov4-328/+365
2023-10-09drm/msm: make fb debugfs file available only in KMS caseDmitry Baryshkov1-1/+8
2023-10-09drm/msm: only register 'kms' debug file if KMS is usedDmitry Baryshkov1-2/+3
2023-10-09drm/msm: switch to drmm_mode_config_init()Dmitry Baryshkov1-6/+5
2023-10-09drm/msm: rename msm_drv_shutdown() to msm_kms_shutdown()Dmitry Baryshkov5-5/+5
2023-10-09drm/msm: remove shutdown callback from msm_platform_driverDmitry Baryshkov1-1/+0
2023-10-09drm/msm: rename msm_pm_prepare/complete to note the KMS natureDmitry Baryshkov5-10/+10
2023-10-09drm/msm: drop pm ops from the headless msm driverDmitry Baryshkov1-6/+0
2023-10-09drm/msm: remove msm_drm_private::bridges fieldDmitry Baryshkov2-7/+0
2023-10-09drm/msm/dp: switch to devm_drm_bridge_add()Dmitry Baryshkov3-16/+16