Age | Commit message (Expand) | Author |
2024-06-14 | drm/amdgpu: create amdgpu_ras_in_recovery to simplify code | Tao Zhou |
2024-06-05 | drm/amdgpu: Fix type mismatch in amdgpu_gfx_kiq_init_ring | Srinivasan Shanmugam |
2024-05-23 | drm/amdgpu: Fix snprintf usage in amdgpu_gfx_kiq_init_ring | Srinivasan Shanmugam |
2024-05-13 | drm/amdgpu/mes: fix mes12 to map legacy queue | Jack Xiao |
2024-05-02 | drm/amdgpu/gfx: enable mes to map legacy queue support | Jack Xiao |
2024-05-02 | drm/amdgpu: Add gfx v9_4_4 ip block | Hawking Zhang |
2024-04-30 | drm/amdgpu/gfx: enable mes to map legacy queue support | Jack Xiao |
2024-04-26 | drm/amdgpu: fix uninitialized scalar variable warning | Tim Huang |
2024-03-20 | drm/amdgpu: correct the KGQ fallback message | Prike Liang |
2024-03-08 | Merge tag 'amd-drm-next-6.9-2024-03-01' of https://gitlab.freedesktop.org/agd... | Dave Airlie |
2024-02-22 | drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ring | Ma Jun |
2024-02-22 | Merge tag 'amd-drm-next-6.9-2024-02-19' of https://gitlab.freedesktop.org/agd... | Dave Airlie |
2024-02-13 | Revert "drm/amd: flush any delayed gfxoff on suspend entry" | Mario Limonciello |
2024-02-13 | Merge tag 'amd-drm-next-6.9-2024-02-09' of https://gitlab.freedesktop.org/agd... | Dave Airlie |
2024-01-31 | drm/amdgpu: prefer snprintf over sprintf | Jani Nikula |
2024-01-22 | drm/amdgpu: Cleanup inconsistent indenting in 'amdgpu_gfx_enable_kcq()' | Srinivasan Shanmugam |
2023-11-09 | drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5) | Victor Lu |
2023-11-03 | drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 | Alex Deucher |
2023-10-19 | drm/amdgpu: Workaround to skip kiq ring test during ras gpu recovery | Stanley.Yang |
2023-09-20 | drm/amdgpu: Use function for IP version check | Lijo Lazar |
2023-08-16 | drm/amd: flush any delayed gfxoff on suspend entry | Mario Limonciello |
2023-07-25 | drm/amdgpu: Add -ENOMEM error handling when there is no memory | Srinivasan Shanmugam |
2023-07-25 | drm/amdgpu: Return -ENOMEM when there is no memory in 'amdgpu_gfx_mqd_sw_init' | Srinivasan Shanmugam |
2023-06-09 | drm/amdgpu: Fix unused variable in amdgpu_gfx.c | Srinivasan Shanmugam |
2023-06-09 | drm/amdgpu: fix the memory override in kiq ring struct | Shiwu Zhang |
2023-06-09 | drm/amdgpu: fix S3 issue if MQD in VRAM | Jack Xiao |
2023-06-09 | drm/amdgpu: add GFX RAS common function | Tao Zhou |
2023-06-09 | drm/amdgpu: Add compute mode descriptor function | Lijo Lazar |
2023-06-09 | drm/amdgpu: Move memory partition query to gmc | Lijo Lazar |
2023-06-09 | drm/amdgpu: Add flags for partition mode query | Lijo Lazar |
2023-06-09 | drm/amdgpu: Use unique doorbell range per xcc | Lijo Lazar |
2023-06-09 | drm/amdgpu: Switch to SOC partition funcs | Lijo Lazar |
2023-06-09 | drm/amdgpu: remove partition attributes sys file for gfx_v9_4_3 | Shiwu Zhang |
2023-06-09 | drm/amdgpu: fix kcq mqd_backup buffer double free for multi-XCD | Shiwu Zhang |
2023-06-09 | drm/amdgpu: detect current GPU memory partition mode | Rajneesh Bhardwaj |
2023-06-09 | drm/amdgpu: Fix failure when switching to DPX mode | Mukul Joshi |
2023-06-09 | drm/amdkfd: Add device repartition support | Mukul Joshi |
2023-06-09 | drm/amdgpu: Change num_xcd to xcc_mask | Lijo Lazar |
2023-06-09 | drm/amdgpu: introduce new doorbell assignment table for GC 9.4.3 | Le Ma |
2023-06-09 | drm/amdgpu: convert the doorbell_index to 2 dwords offset for kiq | Le Ma |
2023-06-09 | drm/amdgpu: enable the ring and IB test for slave kcq | Shiwu Zhang |
2023-06-09 | drm/amdgpu: add sysfs node for compute partition mode | Le Ma |
2023-06-09 | drm/amdgpu: assign different AMDGPU_GFXHUB for rings on each xcc | Le Ma |
2023-06-09 | drm/amdgpu: introduce vmhub definition for multi-partition cases (v3) | Hawking Zhang |
2023-06-09 | drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq() | Dan Carpenter |
2023-06-09 | drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs | Horatio Zhang |
2023-06-09 | drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq() | Dan Carpenter |
2023-06-09 | drm/amdgpu: put MQDs in VRAM | Alex Deucher |
2023-06-09 | drm/amdgpu: add [en/dis]able_kgq() functions | Alex Deucher |
2023-06-09 | drm/amdgpu: check correct allocated mqd_backup object after alloc | Guchun Chen |