aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-05-27drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, environment} typesLee Jones2-8/+8
2021-05-27drm/amd/display/dc/dce/dmub_outbox: Convert over to kernel-docLee Jones1-13/+4
2021-05-27drm/amd/display/amdgpu_dm/amdgpu_dm: Functions must directly follow their headersLee Jones1-1/+1
2021-05-27drm/amd/display/dc/bios/bios_parser: Fix formatting and misnaming issuesLee Jones1-3/+3
2021-05-27drm/amd/display/dc/bios/command_table_helper2: Fix function name 'dal_cmd_table_helper_transmitter_bp_to_atom2()'Lee Jones1-1/+1
2021-05-27drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()'Lee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: Provide function name 'vega20_init_smc_table()'Lee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Kernel-doc headers must contain function namesLee Jones1-11/+15
2021-05-27drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Provide 'vega12_init_smc_table()' function nameLee Jones1-1/+1
2021-05-27drm/amd/pm/powerplay/hwmgr/vega12_thermal: Provide function nameLee Jones1-1/+2
2021-05-27drm/amd/pm/powerplay/hwmgr/smu7_thermal: Provide function name for 'smu7_fan_ctrl_set_default_mode()'Lee Jones1-4/+4
2021-05-27drm/amd/pm/inc/smu_v13_0: Move table into the only source file that uses itLee Jones2-6/+6
2021-05-27drm/amdgpu/acpi: fix typo in ATCS handlingAlex Deucher1-1/+1
2021-05-27Revert "drm/amd/display: Refactor and add visual confirm for HW Flip Queue"Qingqing Zhuo14-68/+25
2021-05-27drm/amd/display: 3.2.137Aric Cyr1-1/+1
2021-05-27drm/amd/display: fix odm scalingDmytro Laktyushkin7-386/+232
2021-05-27drm/amd/display: Refactor SST DSC Determination PolicyFangzhi Zuo1-40/+63
2021-05-27drm/amd/display: Add Log for SST DSC Determination PolicyFangzhi Zuo1-1/+3
2021-05-27drm/amd/display: isolate 8b 10b link training sequence into its own functionWenjing Liu1-56/+62
2021-05-27drm/amd/display: add exit training mode and update channel coding in LTWenjing Liu3-18/+58
2021-05-27drm/amd/display: Implement INBOX0 usage in driverAlvin Lee5-0/+23
2021-05-27drm/amd/display: Fix potential memory leak in DMUB hw_initRoman Li1-2/+2
2021-05-27drm/amd/display: Remove redundant safeguards for dmub-srv destroy()Roman Li1-4/+1
2021-05-27drm/amd/display: Expand DP module clock recovery API.Jimmy Kizito2-43/+85
2021-05-27drm/amd/display: Update DP link configuration.Jimmy Kizito2-25/+83
2021-05-27drm/amd/display: Retrieve DSC Branch Decoder CapsFangzhi Zuo1-2/+8
2021-05-27drm/amd/display: disable desktop VRR when using older flip modelhvanzyll2-10/+22
2021-05-27drm/amd/display: Added support for individual control for multiple back-light instances.Jake Wang6-27/+47
2021-05-27drm/amdgpu: Use delayed work to collect RAS error countersLuben Tuikov3-2/+74
2021-05-27drm/amdgpu: Fix RAS function interfaceLuben Tuikov2-10/+18
2021-05-27drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-05-27drm/amdgpu: Correctly clear GCEA error statusMukul Joshi1-3/+7
2021-05-27drm/amd/display: Fix overlay validation by considering cursorsRodrigo Siqueira1-1/+9
2021-05-27drm/amdgpu: Use %p4cc to print 4CC formatThomas Zimmermann1-5/+2
2021-05-26drm/amdgpu: Implement mmap as GEM object functionThomas Zimmermann6-126/+57
2021-05-26drm/amdgpu: Fix clang warning: unused label 'exit'Andrey Grodzovsky1-0/+2
2021-05-25drm/amd/display: Remove the repeated declarationShaokun Zhang1-2/+0
2021-05-25drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen1-19/+23
2021-05-25drm/amdgpu: Change IP init sequence to support PSP program IH_RB_CNTL on NV12 SRIOVPeng Ju Zhou1-2/+7
2021-05-25drm/amdgpu: Fix an error code in kfd_mem_attach_dmabuf()Dan Carpenter1-1/+3
2021-05-25drm/amdgpu: add missing unreserve on errorDan Carpenter1-2/+1
2021-05-25drm/amdgpu: add judgement for dc supportAsher Song1-1/+3
2021-05-25drm/amdgpu: fix typotony.huang_cp1-2/+2
2021-05-25drm/amdgpu: Fix crash when hot unplug in BACOAndrey Grodzovsky1-0/+4
2021-05-25drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky5-8/+8
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann236-2482/+60600
2021-05-21drm/amd/amdkfd: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-21drm/amdgpu: Fix inconsistent indentingJiapeng Chong1-7/+6
2021-05-21drm/amdgpu/apci: switch ATIF/ATCS probe orderAlex Deucher1-8/+6
2021-05-21drm/amdgpu/acpi: unify ATCS handling (v3)Alex Deucher2-52/+93