summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/amdgpu/gfx10: use common function to init CP fwLikun Gao2022-09-291-78/+8
| | * | | drm/amdgpu/gfx9: use common function to init cp fwLikun Gao2022-09-291-88/+10
| | * | | drm/amdgpu: add function to init CP microcodeLikun Gao2022-09-292-0/+142
| | * | | drm/amdgpu: avoid gfx register accessing during gfxoffEvan Quan2022-09-291-0/+4
| | * | | drm/amdgpu: Use simplified API for p2p dist calcLijo Lazar2022-09-292-4/+4
| | * | | drm/amdgpu: Disable verbose for p2p dist calcLijo Lazar2022-09-292-2/+2
| | * | | drm/amdgpu: Fixed ras warning when uninstalling amdgpuYiPeng Chai2022-09-291-1/+2
| | * | | drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang2022-09-291-152/+4
| | * | | drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang2022-09-291-187/+9
| | * | | drm/amdgpu/gfx9: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang2022-09-271-103/+3
| | * | | drm/amdgpu: add helper to init rlc firmwareHawking Zhang2022-09-272-1/+38
| | * | | drm/amdgpu: add helper to init rlc fw in header v2_4Hawking Zhang2022-09-211-0/+60
| | * | | drm/amdgpu: add helper to init rlc fw in header v2_3Hawking Zhang2022-09-211-0/+35
| | * | | drm/amdgpu: add helper to init rlc fw in header v2_2Hawking Zhang2022-09-211-0/+30
| | * | | drm/amdgpu: add helper to init rlc fw in header v2_1Hawking Zhang2022-09-211-0/+40
| | * | | drm/amdgpu: add helper to init rlc fw in header v2_0Hawking Zhang2022-09-211-0/+64
| * | | | Merge tag 'amd-drm-next-6.1-2022-09-23' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-09-2827-409/+864
| |\| | |
| | * | | drm/amdgpu: Fix amdgpu_vm_pt_free warningPhilip Yang2022-09-213-3/+47
| | * | | drm/amdgpu: Use vm status_lock to protect pt freePhilip Yang2022-09-211-0/+3
| | * | | drm/amdgpu: Use vm status_lock to protect vm evicted listPhilip Yang2022-09-211-5/+22
| | * | | drm/amdgpu: Use vm status_lock to protect vm moved listPhilip Yang2022-09-211-4/+11
| | * | | drm/amdgpu: Use vm status_lock to protect vm idle listPhilip Yang2022-09-211-1/+3
| | * | | drm/amdgpu: Use vm status_lock to protect relocated listPhilip Yang2022-09-211-8/+15
| | * | | drm/amdgpu: Rename vm invalidate lock to status_lockPhilip Yang2022-09-212-16/+18
| | * | | drm/amdgpu: fix initial connector audio valuehongao2022-09-201-1/+6
| | * | | drm/amdgpu: don't register a dirty callback for non-atomicAlex Deucher2022-09-201-1/+10
| | * | | drm/amdgpu: bump minor for gang submitChristian König2022-09-201-1/+2
| | * | | drm/amdgpu: properly initialize return value during CSChristian König2022-09-201-0/+1
| | * | | drm/amdgpu: add gang submit frontend v6Christian König2022-09-205-99/+195
| | * | | drm/amdgpu: add gang submit backend v2Christian König2022-09-204-2/+67
| | * | | drm/amdgpu: cleanup instance limit on VCN4 v4Christian König2022-09-201-19/+23
| | * | | drm/amdgpu: revert "fix limiting AV1 to the first instance on VCN3" v3Christian König2022-09-191-7/+10
| | * | | drm/amdgpu: move entity selection and job init earlier during CSChristian König2022-09-192-29/+30
| | * | | drm/amdgpu: cleanup error handling in amdgpu_cs_parser_bosChristian König2022-09-191-19/+18
| | * | | drm/amdgpu: cleanup CS pass2 v6Christian König2022-09-191-184/+168
| | * | | drm/amdgpu: Fixed psp fence and memory issues when removing amdgpu deviceYiPeng Chai2022-09-193-1/+10
| | * | | drm/amdgpu: Adjust removal control flow for smu v13_0_2YiPeng Chai2022-09-194-0/+62
| | * | | drm/amdgpu: add MES and MES-KIQ version in debugfsYifan Zhang2022-09-191-0/+24
| | * | | drm/amd/display: clean up some inconsistent indentingsYang Li2022-09-191-8/+8
| | * | | drm/amdgpu: add rlcv/rlcp version info to debugfsHawking Zhang2022-09-191-0/+24
| | * | | drm/amdgpu: support print rlc v2_x ucode hdrHawking Zhang2022-09-191-50/+118
| | * | | drm/amdgpu: save rlcv/rlcp ucode version in amdgpu_gfxHawking Zhang2022-09-193-0/+13
| | * | | drm/amdgpu: Update PTE flags with TF enabledMukul Joshi2022-09-192-4/+6
| | * | | drm/amdgpu: SDMA update use unlocked iteratorPhilip Yang2022-09-191-3/+6
| * | | | Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-282-2/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/amdgpu: Fix VRAM eviction issueArunpravin Paneer Selvam2022-09-221-1/+1
| | * | | Merge tag 'backlight-detect-refactor-1' of git://git.kernel.org/pub/scm/linux...Maxime Ripard2022-09-141-1/+13
| | |\ \ \
| * | | | | drm/amdgpu: make sure to init common IP before gmcAlex Deucher2022-09-141-3/+11
| * | | | | drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher2022-09-142-22/+5
| * | | | | drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaAlex Deucher2022-09-143-3/+8