aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-10-03drm/amdkfd: drop struct kfd_cu_infoAlex Deucher6-95/+48
2023-10-03drm/amd/display: Return drm_connector from find_first_crtc_matching_connectorHarry Wentland3-5/+9
2023-10-03drm/amdkfd: reduce stack size in kfd_topology_add_device()Alex Deucher1-4/+9
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-59/+11
2023-09-28drm/amdgpu: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng2-22/+9
2023-09-28drm/amdgpu: update retry times for psp vmbx waitTao Zhou1-1/+4
2023-09-28drm/amd/display: Skip writeback connector when we get amdgpu_dm_connectorHarry Wentland3-11/+76
2023-09-28drm/amdgpu: exit directly if gpu reset failsTao Zhou1-1/+1
2023-09-28drm/amd/pm: Disallow managing power profiles on SRIOV for gc11.0.3Victor Zhao1-1/+2
2023-09-28drm/amdkfd: Fix a race condition of vram buffer unref in svm codeXiaogang Chen1-2/+9
2023-09-28drm/amd/display: Check all enabled planes in dm_check_crtc_cursorMichel Dänzer1-2/+12
2023-09-28drm/amd/display: Initialize writeback connectorAlex Hung4-2/+265
2023-09-28drm/amd: Move microcode init from sw_init to early_init for CIK SDMAMario Limonciello1-4/+5
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v2.4Mario Limonciello1-4/+5
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v3.0Mario Limonciello1-4/+5
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v5.2Mario Limonciello1-4/+5
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v6.0Mario Limonciello1-4/+5
2023-09-28drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0Mario Limonciello1-4/+5
2023-09-28drm/amd/display: Fix null pointer dereference in error messageCong Liu1-2/+1
2023-09-28drm/amd/display: Create one virtual connector in DCHarry Wentland2-3/+11
2023-09-28drm/amd: Drop error message about failing to load SDMA firmwareMario Limonciello8-24/+8
2023-09-28drm/amd/pm: fix the print_clk_levels issue for SMU v13.0.6Le Ma1-12/+12
2023-09-28drm/amd/pm: deprecate allow_xgmi_power_down interfaceLe Ma5-43/+2
2023-09-28drm/amd/pm: integrate plpd allow/disallow into select_xgmi_plpd_policy in ppt...Le Ma3-28/+38
2023-09-28drm/amd/pm: init plpd_mode properly for different asicsLe Ma1-0/+17
2023-09-28drm/amd/display: Remove unused DPCD declarationsStylon Wang1-58/+1
2023-09-28drm/amd/display: Skip entire amdgpu_dm build if !CONFIG_DRM_AMD_DCHarry Wentland1-5/+8
2023-09-28drm/amd: Limit seamless boot by default to APUsMario Limonciello1-0/+3
2023-09-26drm/amd: Drop error message about failing to load DMUB firmwareMario Limonciello1-2/+0
2023-09-26drm/amdkfd: Handle errors from svm validate and mapPhilip Yang2-44/+39
2023-09-26drm/amd/pm: add xgmi_plpd_policy sysfs node for user to change plpd policyLe Ma3-0/+116
2023-09-26drm/amd/pm: add xgmi plpd mode selecting interface for smu v13.0.6Le Ma4-1/+66
2023-09-26drm/amd/pm: add plpd_mode in smu_context to indicate current modeLe Ma2-0/+10
2023-09-26drm/amd/pm: update pmfw headers for version 85.73.0Le Ma1-0/+5
2023-09-26drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPEJuntong Deng1-0/+1
2023-09-26drm/amd/display: Change dc_set_power_state() to bool instead of intMario Limonciello3-8/+13
2023-09-26drm/amdgpu/gmc11: disable AGP on GC 11.5Alex Deucher1-1/+2
2023-09-26drm/amdgpu: not to save bo in the case of RAS err_event_athubDavid (Ming Qiang) Wu1-0/+7
2023-09-26drm/amdgpu: Fix a memory leakLuben Tuikov1-0/+1
2023-09-26drm/amd: Propagate failures in dc_set_power_state()Mario Limonciello3-9/+14
2023-09-26drm/amd/display: set stream gamut remap matrix to MPC for DCN3+Melissa Wen8-6/+46
2023-09-26drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher10-18/+37
2023-09-26drm/amdgpu/gmc6-8: properly disable the AGP apertureAlex Deucher3-3/+3
2023-09-26drm/amdgpu:Expose physical id of device in XGMI hiveMangesh Gadre1-0/+20
2023-09-26drm/amd/display: Break after finding supported vlevel for repopulateAlvin Lee1-0/+1
2023-09-26drm/amd/display: Update OPP counter from new interfaceHong-lu Cheng1-1/+1
2023-09-26drm/amd/display: augment display clock in dc_cap structureMax Tseng3-0/+5
2023-09-26drm/amd/display: 3.2.253Aric Cyr1-1/+1
2023-09-26drm/amd/display: fix incorrect odm change detection logicWenjing Liu3-6/+35
2023-09-26drm/amd/display: add primary pipe check when building slice table for dcn3xWenjing Liu1-6/+10