summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-01-29drm/amd/display: reset dcn31 SMU mailbox on failuresMario Limonciello1-0/+6
2022-01-27drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not enabledNicholas Kazlauskas1-3/+8
2022-01-27drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-27drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-27drm/amdgpu: Fix rejecting Tahiti GPUsLukas Fink1-1/+1
2022-01-27drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland1-1/+13
2022-01-27drm/amd/display: Fix the uninitialized variable in enable_stream_features()Yizhuo Zhai1-0/+2
2022-01-27drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen1-2/+3
2022-01-27drm/amdkfd: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+3
2022-01-27drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito1-1/+2
2022-01-27amdgpu/pm: Make sysfs pm attributes as read-only for VFsMarina Nikolic1-0/+6
2022-01-27drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou1-3/+10
2022-01-27drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen2-0/+8
2022-01-27drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJingwen Chen1-0/+4
2022-01-27drm/amdgpu: fix amdgpu_ras_mca_query_error_status scopeIsabella Basso1-3/+3
2022-01-27drm/amdkfd: Fix error handling in svm_range_addFelix Kuehling1-89/+49
2022-01-27drm/amd/display: Use oriented source size when checking cursor scalingVlad Zahorodnii1-8/+27
2022-01-27drm/amd/display: add else to avoid double destroy clk_mgrMartin Leung1-2/+1
2022-01-27drm/amdgpu/display: set vblank_disable_immediate for DCAlex Deucher2-1/+3
2022-01-27drm/amd/display: check top_pipe_to_program pointerYang Li1-1/+2
2022-01-27drm/amd/display: fix dereference before NULL checkJosé Expósito1-1/+2
2022-01-27drm/amd/display: Fix out of bounds access on DNC31 stream encoder regsNicholas Kazlauskas1-1/+2
2022-01-27drm/amd/display: Fix bug in debugfs crc_win_update entryWayne Lin1-1/+4
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello1-0/+1
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2021-12-31drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher3-0/+35
2021-12-31drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2021-12-31Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie1-1/+1
2021-12-28drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang8-8/+8
2021-12-28drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-28drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2021-12-28drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2-2/+54
2021-12-28drm/amdgpu: no DC support for headless chipsAlex Deucher1-0/+6
2021-12-27drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2021-12-27drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2021-12-27drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2021-12-22drm/amdgpu: fix runpm documentationAlex Deucher1-3/+4
2021-12-17drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher2-22/+103
2021-12-17drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2021-12-17drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar1-1/+1
2021-12-17drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui3-51/+90
2021-12-17drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König1-1/+1
2021-12-14drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-14drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan3-5/+18
2021-12-14drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas1-0/+5
2021-12-14drm/amd/display: Set exit_optimized_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-14drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3