summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky9-34/+140
2022-02-09drm/amdgpu: Drop concurrent GPU reset protection for deviceAndrey Grodzovsky1-82/+7
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky3-20/+1
2022-02-09drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.Andrey Grodzovsky3-9/+18
2022-02-09drm/amdgpu: Serialize non TDR gpu recovery with TDRsAndrey Grodzovsky3-2/+35
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky4-43/+56
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky4-1/+35
2022-02-08drm/amdgpu: use dma_fence_chain_containedChristian König1-3/+2
2022-02-08drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi1-1/+3
2022-02-08drm/amd/display: Use str_yes_no()Lucas De Marchi1-9/+5
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst249-3242/+4941
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie19-36/+36
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki6-3/+13
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König3-3/+5
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König3-0/+5
2022-01-26drm/amdgpu/display: Remove t_srx_delay_us.Bas Nieuwenhuizen8-17/+0
2022-01-26drm/amd/display: Wrap dcn301_calculate_wm_and_dlg for FPU.Bas Nieuwenhuizen3-2/+13
2022-01-26drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.Bas Nieuwenhuizen1-2/+2
2022-01-26drm/amd/display/dc/calcs/dce_calcs: Fix a memleak in calculate_bandwidth()Zhou Qingyang1-2/+2
2022-01-26drm/amdgpu/display: use msleep rather than udelay for long delaysAlex Deucher1-2/+2
2022-01-26drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_intervalAlex Deucher1-1/+1
2022-01-26drm/amdgpu: filter out radeon secondary ids as wellAlex Deucher1-0/+81
2022-01-26drm/amd/display: change FIFO reset condition to embedded display onlyZhan Liu1-1/+1
2022-01-26drm/amd/display: Correct MPC split policy for DCN301Zhan Liu1-1/+1
2022-01-26drm/amd/display: Fix for otg synchronization logicMeenakshikumar Somasundaram7-13/+105
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard1-1/+1
2022-01-25drm/edid: Split deep color modes between RGB and YUV444Maxime Ripard1-1/+1
2022-01-24drm/amdgpu: use ttm_resource_manager_debugChristian König1-5/+5
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-129/+63
2022-01-19dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König2-3/+5
2022-01-19drm/amdgpu: remove excl as shared workaroundsChristian König2-10/+1
2022-01-19drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen2-14/+8
2022-01-19drm/amdgpu: apply vcn harvest quirkGuchun Chen1-5/+27
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann11-13/+13
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds44-328/+415
2022-01-15drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-15drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYAlex Deucher1-5/+0
2022-01-15drm/amdgpu: Fix rejecting Tahiti GPUsLukas Fink1-1/+1
2022-01-15drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-15drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher1-27/+17
2022-01-15drm/amdgpu: Enable recovery on yellow carpCHANDAN VURDIGERE NATARAJ1-0/+1
2022-01-14Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/ag...Daniel Vetter45-329/+421
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-1/+1
2022-01-11drm/amdkfd: Fix ASIC name typosKent Russell1-3/+3
2022-01-11drm/amdkfd: Fix DQM asserts on HawaiiFelix Kuehling1-3/+6
2022-01-11drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland1-1/+13
2022-01-11drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)Tao Zhou1-4/+12
2022-01-11drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen1-2/+3
2022-01-11drm/amdgpu: not return error on the init_apu_flagsPrike Liang1-4/+2
2022-01-11drm/amdkfd: Use prange->update_list head for remove_listFelix Kuehling2-6/+2