aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-09-13drm/amdgpu: change ras bps type to eeprom table record structureTao Zhou2-27/+43
2019-09-13drm/madgpu: Fix EEPROM Checksum calculation.Andrey Grodzovsky1-2/+2
2019-09-13drm/amdgpu: Remove clock gating restore.Andrey Grodzovsky1-1/+9
2019-09-13drm/amdkfd: Query kfd device info by CHIP id instead of pci device idYong Zhao3-4/+7
2019-09-13drm/amdgpu: Disable page faults while reading user wptrsFelix Kuehling1-0/+8
2019-09-13drm/amdgpu: clean up load TMR sequenceJohn Clements1-6/+0
2019-09-13drm/amdgpu: enable TA load support in ArcturusJohn Clements1-1/+2
2019-09-13drm/amdgpu: change r type to int in gmc_v9_0_late_initTao Zhou1-1/+1
2019-09-13drm/amd/amdgpu: add sw_fini interface for df_funcsJack Zhang4-0/+17
2019-09-13drm/amdgpu: init UMC & RSMU register base addressHawking Zhang1-0/+2
2019-09-13drm/amdgpu/nbio: switch to amdgpu_nbio_ras_late_init helper functionHawking Zhang4-49/+75
2019-09-13drm/amdgpu/mmhub: switch to amdgpu_mmhub_ras_late_init helper functionHawking Zhang4-32/+60
2019-09-13drm/amdgpu/sdma: switch to amdgpu_sdma_ras_late_init helper functionHawking Zhang3-41/+55
2019-09-13drm/amdgpu/gfx: switch to amdgpu_gfx_ras_late_init helper functionHawking Zhang3-35/+54
2019-09-13drm/amdgpu/gmc: switch to amdgpu_gmc_ras_late_init helper functionHawking Zhang3-34/+53
2019-09-13drm/amdgpu: set ip specific ras interface pointer to NULL after free itHawking Zhang5-7/+24
2019-09-13dmr/amdgpu: Add system auto reboot to RAS.Andrey Grodzovsky3-2/+23
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky12-42/+155
2019-09-13drm/amdgpu: Fix bugs in amdgpu_device_gpu_recover in XGMI case.Andrey Grodzovsky1-13/+10
2019-09-13drm/amdgpu: remove amdgpu_cs_try_evictChristian König2-71/+1
2019-09-13drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König3-8/+22
2019-09-13drm/amdgpu: use moving fence instead of exclusive for VM updatesChristian König1-1/+1
2019-09-13drm/amdgpu: only apply gds clearing workaround when ras is supportedHawking Zhang1-0/+4
2019-09-13drm/amdgpu: fix memory leak when ras is not supported on specific ip blockHawking Zhang4-4/+7
2019-09-13drm/amdgpu: check mmhub_funcs pointer before refering to itHawking Zhang1-1/+1
2019-09-13drm/amdgpu: Remove unnecessary TLB workaround (v2)Felix Kuehling1-16/+1
2019-09-13drm/amdgpu: Use optimal mtypes and PTE bits for ArcturusFelix Kuehling2-2/+22
2019-09-13drm/amdgpu: Determing PTE flags separately for each mapping (v3)Felix Kuehling2-17/+24
2019-09-13drm/amdgpu: Support new arcturus mtypeOak Zeng1-0/+3
2019-09-13drm/amdgpu: switch to amdgpu_ras_late_init for nbio v7_4 (v2)Hawking Zhang1-1/+12
2019-09-13drm/amdgpu: add ras_late_init callback function for nbio v7_4 (v3)Hawking Zhang2-0/+47
2019-09-13drm/amdgpu: add mmhub ras_late_init callback function (v2)Hawking Zhang3-22/+35
2019-09-13drm/amdgpu: switch to amdgpu_ras_late_init for gmc v9 block (v2)Hawking Zhang1-112/+47
2019-09-13drm/amdgpu: switch to amdgpu_ras_late_init for sdma v4 block (v2)Hawking Zhang1-74/+24
2019-09-13drm/amdgpu: switch to amdgpu_ras_late_init for gfx v9 block (v2)Hawking Zhang1-71/+21
2019-09-13drm/amdgpu: add helper function to do common ras_late_init/fini (v3)Hawking Zhang2-0/+79
2019-09-13drm/amdgpu: poll ras_controller_irq and err_event_athub_irq statusHawking Zhang1-0/+12
2019-09-13drm/amdgpu: add ras_controller and err_event_athub interrupt supportHawking Zhang3-0/+143
2019-09-13drm/amdgpu/nbio: add functions to query ras specific interrupt statusHawking Zhang2-0/+34
2019-09-13drm/amdgpu: switch to new amdgpu_nbio structureHawking Zhang22-148/+102
2019-09-13drm/amdgpu: add new amdgpu nbio header fileHawking Zhang1-0/+87
2019-09-11drm/amdgpu: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-0/+1
2019-09-06Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...Dave Airlie22-71/+1460
2019-08-30drm/amdgpu: Fix undefined dm_ip_block for navi12Petr Cvek1-0/+2
2019-08-30drm/amdgpu: fix no interrupt issue for renoir emu (v2)Aaron Liu1-8/+10
2019-08-30drm/amdgpu: Handle job is NULL use case in amdgpu_device_gpu_recoverAndrey Grodzovsky1-6/+4
2019-08-29drm/amdgpu: Enable DC on RenoirRoman Li2-0/+9
2019-08-29drm/amdgpu: Initialize and update SDMA power gatingPrike Liang1-0/+1
2019-08-29drm/amdgpu/psp: keep TMR in visible vram region for SRIOVTianci.Yin1-2/+8