summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-3/+3
2023-12-05Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie40-296/+982
2023-12-01drm/amdgpu: enable mca debug mode on APU by defaultYang Wang1-1/+2
2023-12-01drm/amdgpu: distinguish rlc fw for different SKULikun Gao1-1/+6
2023-12-01drm/amdgpu: Fix missing mca debugfs nodeYang Wang1-1/+1
2023-12-01drm/amdgpu: Skip access gfx11 golden registers under SRIOVZhenGuo Yin1-0/+3
2023-11-30drm/amdgpu: Use another offset for GC 9.4.3 remapLijo Lazar1-0/+5
2023-11-30drm/amdgpu: Read aquavanjaram XGMI register stateLijo Lazar1-0/+96
2023-11-30drm/amdgpu: Read aquavanjaram PCIE register stateLijo Lazar3-0/+120
2023-11-30drm/amdgpu: Add reg_state sysfs attributeLijo Lazar1-0/+62
2023-11-30drm/amdgpu: add amdgpu_reg_state.hAlex Deucher1-0/+5
2023-11-30drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Candice Li1-0/+6
2023-11-30drm/amdkfd: Run restore_workers on freezable WQsFelix Kuehling1-19/+49
2023-11-30drm/amd: Enable PCIe PME from D3Mario Limonciello1-0/+2
2023-11-30drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao1-0/+6
2023-11-30drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher3-6/+11
2023-11-30drm/amdgpu: Move mca debug mode decision to rasLijo Lazar3-5/+13
2023-11-30drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang1-6/+3
2023-11-30drm/amdgpu: fix memory overflow in the IB testTim Huang4-7/+7
2023-11-30drm/amdgpu: add init_registers for nbio v7.11Li Ma1-9/+9
2023-11-30drm/amdgpu: Force order between a read and write to the same addressAlex Sierra1-0/+8
2023-11-30drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptHawking Zhang1-5/+0
2023-11-30drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan1-0/+4
2023-11-30drm/amdgpu: Retire query/reset_ras_err_status from gfx_v9_4_3Hawking Zhang1-156/+0
2023-11-30drm/amdgpu: update xgmi num links info post gc9.4.2Jonathan Kim1-1/+1
2023-11-30drm/amd: Document device reset methodsAndré Almeida1-0/+25
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann12-11/+32
2023-11-25drm/sched: Reverse run-queue priority enumerationLuben Tuikov1-1/+1
2023-11-25drm/sched: Rename priority MIN to LOWLuben Tuikov2-3/+3
2023-11-20Merge tag 'drm-misc-next-2023-11-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter4-16/+17
2023-11-17drm/amdgpu: Add function parameter 'xcc_mask' not described in 'amdgpu_vm_flu...Srinivasan Shanmugam1-0/+1
2023-11-17drm/amdgpu: add amdgpu runpm usage trace for separate funcsPrike Liang3-0/+21
2023-11-17drm/amdgpu: expose the connected port num info through sysfsShiwu Zhang1-0/+44
2023-11-17drm/amd: Exclude dGPUs in eGPU enclosures from DPM quirksMario Limonciello1-2/+6
2023-11-17drm/amd: Use the first non-dGPU PCI device for BW limitsMario Limonciello1-2/+35
2023-11-17drm/amdgpu: Refactor 'amdgpu_connector_dvi_detect' in amdgpu_connectors.cSrinivasan Shanmugam1-27/+42
2023-11-17amdgpu: Adjust kmalloc_array calls for new -Walloc-sizeSam James5-8/+8
2023-11-17drm/amdkfd: Move TLB flushing logic into amdgpuFelix Kuehling4-34/+49
2023-11-17drm/amdgpu: update mappings not managed by KFDFelix Kuehling1-6/+22
2023-11-17drm/amdgpu: Implement a new 64bit sequence memory driverArunpravin Paneer Selvam6-1/+311
2023-11-17drm/amdgpu/gmc9: disable AGP apertureAlex Deucher1-1/+1
2023-11-17drm/amdgpu/gmc10: disable AGP apertureAlex Deucher1-1/+1
2023-11-17drm/amdgpu/gmc11: disable AGP apertureAlex Deucher1-1/+1
2023-11-17drm/amdgpu: add a module parameter to control the AGP apertureAlex Deucher5-3/+15
2023-11-17drm/amdgpu/gmc11: fix logic typo in AGP checkAlex Deucher1-1/+1
2023-11-17drm/amdgpu: add and populate the port num into xgmi topology infoShiwu Zhang2-0/+6
2023-11-17drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.cYang Wang1-1/+1
2023-11-17drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang1-1/+1
2023-11-17drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, uvd_entity_i...Srinivasan Shanmugam2-0/+2
2023-11-17drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_finiLe Ma1-2/+3