aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-17drm/panfrost: initial dual core group GPUs supportAlexey Sheplyakov1-5/+22
2022-01-17drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGEJulian Braha1-0/+1
2022-01-17drm/i915/psr: remove unused lines_to_wait vbt infoJani Nikula2-28/+0
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds54-353/+465
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-14drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-14drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYAlex Deucher1-5/+0
2022-01-14drm/amdgpu: Fix rejecting Tahiti GPUsLukas Fink1-1/+1
2022-01-14drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-14drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21Mario Limonciello8-79/+3
2022-01-14drm/amdgpu: drop flags check for CHIP_IP_DISCOVERYAlex Deucher1-5/+0
2022-01-14drm/amdgpu: Fix rejecting Tahiti GPUsLukas Fink1-1/+1
2022-01-14drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-14drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher1-27/+17
2022-01-14drm/amdgpu: Enable recovery on yellow carpCHANDAN VURDIGERE NATARAJ1-0/+1
2022-01-14drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher1-27/+17
2022-01-14drm/amdgpu: Enable recovery on yellow carpCHANDAN VURDIGERE NATARAJ1-0/+1
2022-01-14drm/amd/display: Remove redundant initialization of dpg_widthJiapeng Chong1-1/+1
2022-01-14drm/amd/pm: Replace one-element array with flexible-array memberChangcheng Deng1-1/+1
2022-01-14drm/amd/pm: fix null ptr accessFlora Cui2-1/+4
2022-01-14drm/amdgpu: fix compile warning for ras_block_match_defaultyipechai1-1/+2
2022-01-14drm/amdgpu: Use ARRAY_SIZE to get array lengthyipechai1-1/+2
2022-01-14drm/amdgpu: clean up some inconsistent indentingYang Li2-4/+6
2022-01-14drm/amdgpu: remove unneeded semicolonYang Li1-1/+1
2022-01-14drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_listyipechai1-0/+8
2022-01-14drm/amdgpu: Add ras supported check for register_ras_blockyipechai1-0/+3
2022-01-14drm/amdgpu: Add interface to load SRIOV cap FWBokun Zhang7-15/+123
2022-01-14drm/amdkfd: Fix indentation on switch statementGraham Sider1-28/+27
2022-01-14drm/amdgpu: cleanup ttm debug sdma vram access functionJonathan Kim2-16/+16
2022-01-14drm/amdgpu: improve debug VRAM access performance using sdmaJonathan Kim2-0/+82
2022-01-14drm/amdgpu: Removed redundant ras codeyipechai1-48/+19
2022-01-14drm/amdgpu: Adjust error inject function code style in amdgpu_ras.cyipechai2-76/+40
2022-01-14drm/amdgpu: Modify mca block to fit for the unified ras block data and opsyipechai4-48/+77
2022-01-14drm/amdgpu: Modify sdma block to fit for the unified ras block data and opsyipechai5-36/+71
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai12-64/+99
2022-01-14drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai7-41/+43
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai12-75/+73
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai7-31/+35
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai5-30/+37
2022-01-14drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai8-83/+123
2022-01-14drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h include amdgpu_ras.hyipechai4-25/+51
2022-01-14drm/amdgpu: Unify ras block interface for each ras blockyipechai4-0/+78
2022-01-14drm/amd/pm: correct the checks for fan attributes supportEvan Quan6-109/+160
2022-01-14drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_levelAlex Deucher2-52/+59
2022-01-14drm/amd/pm: drop those unrealistic thermal_type checksEvan Quan1-10/+0
2022-01-14drm/amdgpu: wrap those atombios APIs used by SI under CONFIG_DRM_AMDGPU_SIEvan Quan2-10/+14
2022-01-14drm/amd/pm: unified lock protections in amdgpu_dpm.cEvan Quan3-213/+526
2022-01-14drm/amd/pm: revise the performance level setting APIsEvan Quan6-42/+34
2022-01-14drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan4-42/+1