summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2024-01-04drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher-9/+2
2023-12-19drm/amdgpu: re-create idle bo's PTE during VM state machine resetZhenGuo Yin-0/+1
2023-12-13drm/amdgpu: warn when there are still mappings when a BO is destroyed v2Christian König-0/+2
2023-12-13drm/amdgpu: fix tear down order in amdgpu_vm_pt_freeChristian König-1/+2
2023-12-13drm/amd: Fix a probing order problem on SDMA 2.4Mario Limonciello-2/+2
2023-12-13drm/amdgpu/sdma5.2: add begin/end_use ring callbacksAlex Deucher-0/+28
2023-12-12drm/amdgpu/jpeg: configure doorbell for each playbackSaleemkhan Jamadar-7/+8
2023-12-11drm/amdgpu: fix buffer funcs setting order on suspend harderAlex Deucher-2/+0
2023-12-06drm/amdgpu: fix buffer funcs setting order on suspendAlex Deucher-0/+2
2023-12-06drm/amdgpu: Avoid querying DRM MGCG statusLijo Lazar-1/+2
2023-12-06drm/amdgpu: Update HDP 4.4.2 clock gating flagsLijo Lazar-0/+5
2023-12-06drm/amdgpu: Add NULL checks for function pointersLijo Lazar-4/+8
2023-12-06drm/amdgpu: Restrict extended wait to PSP v13.0.6Lijo Lazar-3/+7
2023-12-06drm/amdgpu: optimize the printing order of error dataYang Wang-0/+17
2023-12-06drm/amdgpu: Update fw version for boot time error queryHawking Zhang-1/+1
2023-12-06drm/amd/pm: support new mca smu error code decodingYang Wang-0/+2
2023-12-06drm/amdgpu: disable MCBP by defaultJiadong Zhu-4/+0
2023-11-29drm/amdgpu: Use another offset for GC 9.4.3 remapLijo Lazar-0/+5
2023-11-29drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Candice Li-0/+6
2023-11-29drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao-0/+6
2023-11-29drm/amd: Enable PCIe PME from D3Mario Limonciello-0/+2
2023-11-29drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher-6/+11
2023-11-29drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang-6/+3
2023-11-29drm/amdgpu: fix memory overflow in the IB testTim Huang-7/+7
2023-11-29drm/amdgpu: add init_registers for nbio v7.11Li Ma-9/+9
2023-11-29drm/amdgpu: Force order between a read and write to the same addressAlex Sierra-0/+8
2023-11-29drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptHawking Zhang-5/+0
2023-11-29drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan-0/+4
2023-11-29drm/amdgpu: update xgmi num links info post gc9.4.2Jonathan Kim-1/+1
2023-11-17drm/amdgpu/gmc9: disable AGP apertureAlex Deucher-1/+1
2023-11-17drm/amdgpu/gmc10: disable AGP apertureAlex Deucher-1/+1
2023-11-17drm/amdgpu/gmc11: disable AGP apertureAlex Deucher-1/+1
2023-11-17drm/amdgpu: add a module parameter to control the AGP apertureAlex Deucher-3/+15
2023-11-17drm/amdgpu/gmc11: fix logic typo in AGP checkAlex Deucher-1/+1
2023-11-17drm/amdgpu: add and populate the port num into xgmi topology infoShiwu Zhang-0/+6
2023-11-17drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.cYang Wang-1/+1
2023-11-17drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang-1/+1
2023-11-17drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, uvd_entity_i...Srinivasan Shanmugam-0/+2
2023-11-17drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_finiLe Ma-2/+3
2023-11-17drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)Victor Lu-3/+3
2023-11-10Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-223/+877
2023-11-10Merge tag 'amd-drm-next-6.7-2023-11-10' of https://gitlab.freedesktop.org/agd...Daniel Vetter-223/+877
2023-11-10drm/amdgpu: fix error handling in amdgpu_vm_initChristian König-15/+16
2023-11-10drm/amdgpu: Fix possible null pointer dereferenceFelix Kuehling-2/+2
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher-46/+37
2023-11-10drm/amdgpu: move kfd_resume before the ip late initTim Huang-7/+6
2023-11-10drm/amd: Explicitly check for GFXOFF to be enabled for s0ixMario Limonciello-0/+3
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-9/+11
2023-11-09drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)Victor Lu-43/+37
2023-11-09drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu-18/+116