aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/si.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-3/+0
2024-10-22drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri1-6/+0
2024-10-22drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri1-6/+0
2024-10-22drm/amdgpu: clean the dummy suspend functionsSunil Khatri1-6/+0
2024-10-22drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri1-7/+0
2024-10-22drm/amdgpu: clean the dummy sw_init functionsSunil Khatri1-6/+0
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-4/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-5/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2024-04-09drm/amdgpu/pm: Add support for MACO flag checkingMa Jun1-2/+2
2024-02-22drm/amdgpu: Use RMW accessors for changing LNKCTL2Ilpo Järvinen1-26/+15
2023-10-26drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello1-2/+0
2023-08-21drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen1-26/+10
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-2/+2
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2021-08-05drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor1-4/+4
2021-02-26drm/amdgpu/codec: drop the internal codec indexAlex Deucher1-5/+7
2021-02-26drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)Alex Deucher1-0/+109
2021-02-09drm/amdgpu/si: add PCI reset supportAlex Deucher1-14/+23
2021-02-09drm/amdgpu/si: minor clean up of reset codeAlex Deucher1-5/+2
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-09-15drm/amd/amdgpu: fix comparison pointer to bool warning in si.cZheng Bin1-1/+1
2020-08-26drm/amdgpu: add pre_asic_init callback for SIAlex Deucher1-0/+5
2020-08-14drm/amdgpu: note what type of reset we are usingAlex Deucher1-0/+2
2020-07-28drm/amdgpu/si: initial support for GPU resetAlex Deucher1-2/+90
2020-07-28drm/amdgpu: enable DC support for SI parts (v2)Mauro Rossi1-0/+10
2020-07-15drm/amdgpu: add module parameter choose reset modeWenhui Sheng1-0/+5
2020-07-02drm/amdgpu: SI support for VCE clock controlAlex Jivin1-1/+125
2020-07-02drm/amdgpu: SI support for UVD clock controlAlex Jivin1-6/+228
2020-07-01drm amdgpu: SI UVD enabled on Verde, Tahiti, PitcairnSonny Jiang1-1/+1
2020-07-01drm amdgpu: SI UVD enable for OlandSonny Jiang1-2/+2
2020-07-01drm amdgpu: SI UVD context rreg/wregSonny Jiang1-2/+24
2020-07-01drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher1-0/+1
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu1-8/+0
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-0/+6
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-36/+61
2019-11-21drm/amdgpu: Prefer pcie_capability_read_word()Frederick Lawler1-26/+45
2019-11-21drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas1-8/+14
2019-11-21drm/amdgpu: Correct Transmit Margin masksBjorn Helgaas1-4/+4
2019-11-19drm/amdgpu: add supports_baco callback for SI asics.Alex Deucher1-0/+6
2019-10-25drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák1-0/+11
2019-08-29drm/amdgpu/si: fix ASIC testsJean Delvare1-3/+3