aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/amdgpu: Use unique doorbell range per xccLijo Lazar1-1/+4
2023-06-09drm/amdgpu: Switch to SOC partition funcsLijo Lazar1-27/+4
2023-06-09drm/amdgpu: remove partition attributes sys file for gfx_v9_4_3Shiwu Zhang1-0/+7
2023-06-09drm/amdgpu: fix kcq mqd_backup buffer double free for multi-XCDShiwu Zhang1-1/+0
2023-06-09drm/amdgpu: detect current GPU memory partition modeRajneesh Bhardwaj1-0/+25
2023-06-09drm/amdgpu: Fix failure when switching to DPX modeMukul Joshi1-1/+5
2023-06-09drm/amdkfd: Add device repartition supportMukul Joshi1-1/+21
2023-06-09drm/amdgpu: Change num_xcd to xcc_maskLijo Lazar1-10/+11
2023-06-09drm/amdgpu: introduce new doorbell assignment table for GC 9.4.3Le Ma1-5/+1
2023-06-09drm/amdgpu: convert the doorbell_index to 2 dwords offset for kiqLe Ma1-4/+3
2023-06-09drm/amdgpu: enable the ring and IB test for slave kcqShiwu Zhang1-32/+27
2023-06-09drm/amdgpu: add sysfs node for compute partition modeLe Ma1-0/+132
2023-06-09drm/amdgpu: assign different AMDGPU_GFXHUB for rings on each xccLe Ma1-1/+1
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-06-09drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()Dan Carpenter1-1/+1
2023-06-09drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcsHoratio Zhang1-3/+5
2023-06-09drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq()Dan Carpenter1-1/+1
2023-06-09drm/amdgpu: put MQDs in VRAMAlex Deucher1-2/+7
2023-06-09drm/amdgpu: add [en/dis]able_kgq() functionsAlex Deucher1-0/+68
2023-06-09drm/amdgpu: check correct allocated mqd_backup object after allocGuchun Chen1-4/+5
2023-06-09drm/amdgpu: fix a build warning by a typo in amdgpu_gfx.cGuchun Chen1-2/+2
2023-04-24drm/amdgpu: track MQD size for gfx and computeAlex Deucher1-0/+2
2023-04-21drm/amdgpu: allocate doorbell index for multi-die caseLe Ma1-0/+5
2023-04-20drm/amdgpu: add master/slave check in init phaseLe Ma1-23/+36
2023-04-18drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)Le Ma1-33/+42
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-16/+25
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-17/+17
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-0/+1
2023-03-13drm/amdgpu: Correct gfx ras_late_init callbackHawking Zhang1-1/+1
2023-01-18drm/amdgpu: allow multipipe policy on ASICs with one MECLang Yu1-0/+3
2023-01-17drm/amdgpu: Perform gpu reset after gfx finishes processing ras poison consum...YiPeng Chai1-0/+9
2023-01-17drm/amdgpu: Add gfx ras function on gfx v11_0_3YiPeng Chai1-0/+35
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-2/+5
2022-11-09drm/amdgpu: complete gfxoff allow signal during suspend without delayHarsh Jain1-3/+7
2022-09-29drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcodeLikun Gao1-1/+1
2022-09-29drm/amdgpu: add function to init CP microcodeLikun Gao1-0/+140
2022-08-16drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida1-0/+39
2022-08-16drm/amdgpu: reduce reset timeVictor Zhao1-1/+1
2022-06-30drm/amdgpu: enable mes to access registers v2Jack Xiao1-0/+8
2022-06-08drm/amd/amdgpu: Fix alignment issueArunpravin Paneer Selvam1-1/+1
2022-06-06drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam1-11/+44
2022-06-01drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li1-3/+6
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-36/+0
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao1-3/+5
2022-05-04drm/amdgpu: kiq takes charge of all queuesJack Xiao1-0/+3
2022-03-25drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter1-1/+1
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras b...yipechai1-7/+0
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-2/+2
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-3/+3