summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: correct comment to clear up the confusionGuchun Chen2020-02-111-1/+6
* drm/amdgpu/vcn2.5: fix warningJames Zhu2020-02-111-1/+1
* drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen2020-02-111-3/+6
* drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->confJonathan Kim2020-02-111-7/+8
* drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu2020-02-114-14/+15
* Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-0749-432/+2378
|\
| * drm/amdgpu: Fix implicit enum conversion in gfx_v9_4_ras_error_injectNathan Chancellor2020-01-301-1/+1
| * amdgpu: using vmalloc requires includeing vmalloc.hStephen Rothwell2020-01-301-0/+1
| * drm/amdgpu: allocate entities on demandNirmoy Das2020-01-302-117/+124
| * drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusJoseph Greathouse2020-01-301-0/+17
| * drm/amdgpu: enable GPU reset by default on renoirAlex Deucher2020-01-271-0/+1
| * drm/amdgpu: enable GPU reset by default on NaviAlex Deucher2020-01-271-0/+3
| * drm/amdgpu: add coreboot workaround for KV/KBChristian König2020-01-271-1/+2
| * drm/amdgpu: original raven doesn't support full asic resetAlex Deucher2020-01-271-0/+4
| * drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher2020-01-271-4/+40
| * drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King2020-01-271-1/+1
| * drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan2020-01-271-0/+1
| * drm/amdgpu/vcn: use inst_idx relacing instJames Zhu2020-01-271-12/+12
| * drm/amdgpu/vcn: fix typo errorJames Zhu2020-01-271-1/+1
| * drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu2020-01-271-44/+44
| * drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu2020-01-271-5/+8
| * drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu2020-01-273-2/+3
| * drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling2020-01-272-4/+4
| * drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2020-01-272-6/+7
| * drm/amdgpu: individualize fence allocation per entityNirmoy Das2020-01-222-18/+27
| * Revert "drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 trai...Tianci.Yin2020-01-222-31/+1
| * drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)Tianci.Yin2020-01-222-3/+35
| * drm/amdgpu: remove unnecessary conversion to boolNirmoy Das2020-01-2225-50/+50
| * drm/amdgpu: add RAS support for the gfx block of ArcturusDennis Li2020-01-224-1/+1039
| * drm/amdgpu: abstract EDC counter clear to a separated functionDennis Li2020-01-221-35/+77
| * drm/amdgpu: refine the security check for RAS functionsDennis Li2020-01-221-2/+2
| * drm/amdgpu: enable RAS feature for more mmhub sub-blocks of AcrturusDennis Li2020-01-221-6/+695
| * drm/amdgpu: read gfx register using RREG32_KIQ macrochen gong2020-01-221-5/+5
| * drm/amdgpu: add kiq version interface for RREG32/WREG32chen gong2020-01-222-2/+6
| * drm/amdgpu: provide a generic function interface for reading/writing register...chen gong2020-01-228-104/+108
| * drm/amdgpu: added support to get mGPU DRAM baseJohn Clements2020-01-223-1/+81
| * drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra2020-01-224-4/+6
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-30126-4060/+7887
|\|
| * drm/amdgpu: add the lost mutex_init backPan, Xinhui2020-01-171-0/+1
| * drm/amdgpu: add arcturus to gpu recovery check code pathHawking Zhang2020-01-161-0/+1
| * drm/amdgpu: check if driver should try recovery in ras recovery pathHawking Zhang2020-01-161-1/+2
| * drm/amd/powerplay: a quick fix for the deadlock issue belowEvan Quan2020-01-161-15/+43
| * drm/amdgpu: only set cp active field for kiq queueHuang Rui2020-01-163-6/+15
| * drm/amdgpu/pm: clean up return typesAlex Deucher2020-01-161-15/+24
| * drm/amdgpu/vcn2.5: implement indirect DPG SRAM modeJames Zhu2020-01-162-20/+52
| * drm/amdgpu/vcn2.5: add dpg pause modeJames Zhu2020-01-161-0/+70
| * drm/amdgpu/vcn2.5: add DPG mode start and stopJames Zhu2020-01-161-2/+288
| * drm/amdgpu/vcn: move macro from vcn2.0 to share amdgpu_vcn (v2)James Zhu2020-01-163-12/+12
| * drm/amdgpu/vcn: support multiple instance direct SRAM read and write (v2)James Zhu2020-01-163-84/+83
| * drm/amdgpu/vcn: support multiple-instance dpg pause modeJames Zhu2020-01-164-9/+9
OpenPOWER on IntegriCloud