summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2511-48/+158
|\
| * drm/amd/display: Fix system hang after multiple hotplugs (v3)Qingqing Zhuo2021-02-242-13/+92
| * drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang2021-02-243-3/+18
| * drm/amd/display: Remove Assert from dcn10_get_dig_frontendEric Bernstein2021-02-222-1/+2
| * drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1Rodrigo Siqueira2021-02-221-0/+22
| * Revert "drm/amd/display: reuse current context instead of recreating one"Anson Jacob2021-02-223-30/+23
| * drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_so...Nathan Chancellor2021-02-221-1/+1
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-21266-3105/+10139
|\|
| * drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher2021-02-181-0/+2
| * drm/amdkfd: Fix recursive lock warningsFelix Kuehling2021-02-181-2/+2
| * drm/amd/display: Add FPU wrappers to dcn21_validate_bandwidth()Jan Kokemüller2021-02-182-3/+19
| * drm/amd/display: Fix potential integer overflowGustavo A. R. Silva2021-02-181-1/+1
| * drm/amdgpu/display: remove hdcp_srm sysfs on device removalNirmoy Das2021-02-183-3/+4
| * drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák2021-02-181-12/+10
| * drm/amd/display: Simplify bool comparisonJiapeng Chong2021-02-091-2/+2
| * Revert "drm/amd/display: Update NV1x SR latency values"Alex Deucher2021-02-091-2/+2
| * drm/amdgpu: fix unnecessary NULL check warningsTian Tao2021-02-091-2/+1
| * drm/amd/pm: make the error log more clear for fine grain tuning functionXiaojian Du2021-02-093-3/+5
| * drm/amdgpu: extend MAX_KIQ_REG_TRY to 1000Jiawei Gu2021-02-091-1/+1
| * drm/amd/display: 3.2.122Aric Cyr2021-02-091-1/+1
| * drm/amd/display: [FW Promotion] Release 0.0.51Anthony Koo2021-02-091-4/+25
| * drm/amd/display: fix type mismatch error for return variableDale Zhao2021-02-091-1/+1
| * drm/amd/display: DIO Supported for virtual displaysWesley Chalmers2021-02-098-10/+19
| * drm/amd/display: Initialize dmub_rb_cmd unions to 0Wyatt Wood2021-02-094-3/+13
| * drm/amd/display: fix 64bit division issue on 32bit OSLang Yu2021-02-093-4/+5
| * drm/amd/display: move edp sink present detection to hw initEric Yang2021-02-092-18/+24
| * drm/amd/display: revert support for DID2.0 dsc passthroughJun Lei2021-02-093-23/+14
| * drm/amd/display: DP HDCP Compliance 1A-08/09 tests failQingqing Zhuo2021-02-091-0/+2
| * drm/amd/display: Add DIG_CLOCK_PATTERN in the transmitter controlDerek Lai2021-02-093-1/+27
| * drm/amd/display: Add return code instead of boolean for future useFangzhi Zuo2021-02-091-4/+4
| * drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou2021-02-091-0/+1
| * drm/amd/pm: enable LCLK DSKenneth Feng2021-02-091-0/+3
| * drm/amdgpu: reset runpm flag if device suspend failsAlex Deucher2021-02-091-1/+3
| * drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher2021-02-091-2/+2
| * drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher2021-02-092-4/+0
| * drm/amdgpu/nv: add PCI reset supportAlex Deucher2021-02-091-1/+6
| * drm/amdgpu/soc15: add PCI reset supportAlex Deucher2021-02-091-10/+14
| * drm/amdgpu/si: add PCI reset supportAlex Deucher2021-02-091-14/+23
| * drm/amdgpu: add generic pci reset as an optionAlex Deucher2021-02-093-3/+17
| * drm/amdgpu/vi: minor clean up of reset codeAlex Deucher2021-02-091-22/+14
| * drm/amdgpu/cik: minor clean up of reset codeAlex Deucher2021-02-091-22/+11
| * drm/amdgpu/si: minor clean up of reset codeAlex Deucher2021-02-091-5/+2
| * drm/amd/pm: add support for hwmon control of slow and fast PPT limit on vangoghXiaomeng Hou2021-02-096-18/+204
| * drm/amd/pm: modify the power limit level parameter from bool to enum typeXiaomeng Hou2021-02-093-5/+21
| * drm/amd/pm: update the smu v11.5 smc header for vangoghXiaomeng Hou2021-02-092-1/+9
| * drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das2021-02-092-2/+94
| * drm/amd/display: Add otg vertical interrupt0 support in DCN1.0Wayne Lin2021-02-093-0/+54
| * drm/amdgpu: Add otg vertical IRQ SourceWayne Lin2021-02-091-0/+1
| * drm/amdgpu: optimize list operation in amdgpu_xgmiKevin Wang2021-02-091-6/+4
| * drm/amd/pm/swsmu: unify the init soft gpu metrics functionKevin Wang2021-02-0911-47/+45