aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-02-23drm/amdgpu: fix typo in amdgpu_discovery.cAlex Deucher1-3/+3
2022-02-23drm/amd/display: increasing DRAM BW percent for DCN315Sung Joon Kim1-1/+1
2022-02-23drm/amd/display: Set compbuf size to min at prep prevent overbook crbDuncan Ma1-0/+1
2022-02-23drm/amd/display: revert populating dcn315 clk table based on dcfclkDmytro Laktyushkin1-21/+31
2022-02-23drm/amd/display: limit unbounded requesting to 5kDmytro Laktyushkin1-1/+2
2022-02-23drm/amdgpu: add reset register dump trace on GPUSomalapuram Amaranath2-0/+33
2022-02-23drm/amdgpu: add debugfs for reset registers listSomalapuram Amaranath2-0/+86
2022-02-23drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu1-2/+7
2022-02-23drm/amdgpu/nv: set mode2 reset for MP1 13.0.8Prike Liang1-0/+1
2022-02-23drm/amdgpu/nv: enable gfx10.3.7 clock gating supportPrike Liang1-1/+9
2022-02-23drm/amd/pm: Fix missing prototype warningLijo Lazar1-1/+1
2022-02-23drm/amdgpu: add mode2 reset support for smu 13.0.5Yifan Zhang1-0/+1
2022-02-23drm/amdgpu: Fixed warning reported by kernel test robotyipechai1-1/+1
2022-02-23drm/amdkfd: Print bdf in peer map failure messageHarish Kasiviswanathan1-2/+9
2022-02-23drm/amd/display: 3.2.174Aric Cyr1-1/+1
2022-02-23drm/amd/display: add debug option to bypass ssinfo from bios.Charlene Liu3-0/+5
2022-02-23drm/amd/display: Refactor fixed VS logic for non-transparent modeGeorge Shen1-5/+97
2022-02-23drm/amd/display: add cable ID support for usb c connectorWenjing Liu7-41/+117
2022-02-23drm/amd/display: clear remote dc_sink when stop mstWayne Lin1-1/+19
2022-02-23drm/amd/display: Ignore Transitional Invalid Link Rate Error MessageFangzhi Zuo1-1/+1
2022-02-23drm/amd/display: Fix wrong resolution with DP/VGA adapterIlya2-0/+19
2022-02-23drm/amd/display: Refactor PSR DPCD caps detectionPo Ting Chen6-57/+69
2022-02-23drm/amd/display: Set compbuf size to min at prep prevent overbook crbDuncan Ma2-2/+11
2022-02-23drm/amd/display: lock/un-lock cursor if odm pipe split usedPaul Hsieh1-1/+6
2022-02-23drm/amd/display: Turn global functions into static functionsMaíra Canal7-8/+9
2022-02-23drm/amd/display: Add missing prototypes to dcn201_initMaíra Canal1-0/+1
2022-02-23drm/amd/display: Remove unused variableMaíra Canal1-3/+0
2022-02-23drm/amd/display: Remove unused dmub_outbox_irq_info_funcs variableMaíra Canal1-5/+0
2022-02-23drm/amd/display: Remove vupdate_int_entry definitionMaíra Canal1-14/+0
2022-02-23drm/amd/display: Remove unused dcn316_smu_set_voltage_via_phyclk functionMaíra Canal1-16/+0
2022-02-23drm/amd/display: Remove unused temp variableMaíra Canal1-0/+4
2022-02-23drm/amdgpu: Remove unused get_umc_v8_7_channel_index functionMaíra Canal1-7/+0
2022-02-23drm/amdgpu: Change amdgpu_ras_block_late_init_default function scopeMaíra Canal1-1/+1
2022-02-23drm/amdgpu: use ktime rather than jiffies for benchmark resultsAlex Deucher1-14/+17
2022-02-23drm/amdgpu: use kernel BO API for benchmark buffer managementAlex Deucher1-61/+17
2022-02-23drm/amdgpu: derive GTT display support from DMAlex Deucher3-27/+12
2022-02-23drm/amdgpu/display: split dmcu and gpuvm handling logicAlex Deucher1-15/+20
2022-02-23drm/amdgpu: drop testing module parameterAlex Deucher5-273/+1
2022-02-23drm/amdgpu: drop benchmark module parameterAlex Deucher3-15/+0
2022-02-23drm/amdgpu: expose benchmarks via debugfsAlex Deucher1-0/+23
2022-02-23drm/amdkfd: Use real device for messagesFelix Kuehling3-10/+4
2022-02-23drm/amdkfd: Fix for possible integer overflowDavid Yat Sin1-1/+1
2022-02-23drm/amdgpu: add a benchmark mutexAlex Deucher3-9/+17
2022-02-23drm/amdgpu: print the selected benchmark test in the logAlex Deucher1-1/+25
2022-02-23drm/amdgpu: plumb error handling though amdgpu_benchmark()Alex Deucher2-40/+66
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+3
2022-02-22drm/amdgpu/benchmark: use dev_info rather than DRM macros for loggingAlex Deucher1-5/+7
2022-02-22drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2022-02-22drm/amdgpu: Fix typo in *whether* in commentPaul Menzel1-1/+1
2022-02-22drm/amdgpu: read harvest bit per IP data on legacy GPUsGuchun Chen1-25/+100