summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-3/+0
* drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy suspend functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri2024-10-221-7/+0
* drm/amdgpu: clean the dummy sw_init functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-4/+2
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu/pm: Add support for MACO flag checkingMa Jun2024-04-101-2/+2
* drm/amdgpu: Use RMW accessors for changing LNKCTL2Ilpo Järvinen2024-02-221-26/+15
* drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello2023-10-271-2/+0
* drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-211-26/+10
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-2/+2
* drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello2022-02-171-1/+1
* drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor2021-08-061-4/+4
* drm/amdgpu/codec: drop the internal codec indexAlex Deucher2021-02-261-5/+7
* drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)Alex Deucher2021-02-261-0/+109
* drm/amdgpu/si: add PCI reset supportAlex Deucher2021-02-091-14/+23
* drm/amdgpu/si: minor clean up of reset codeAlex Deucher2021-02-091-5/+2
* drm/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-1/+1
* drm/amd/amdgpu: fix comparison pointer to bool warning in si.cZheng Bin2020-09-151-1/+1
* drm/amdgpu: add pre_asic_init callback for SIAlex Deucher2020-08-261-0/+5
* drm/amdgpu: note what type of reset we are usingAlex Deucher2020-08-141-0/+2
* drm/amdgpu/si: initial support for GPU resetAlex Deucher2020-07-281-2/+90
* drm/amdgpu: enable DC support for SI parts (v2)Mauro Rossi2020-07-281-0/+10
* drm/amdgpu: add module parameter choose reset modeWenhui Sheng2020-07-151-0/+5
* drm/amdgpu: SI support for VCE clock controlAlex Jivin2020-07-021-1/+125
* drm/amdgpu: SI support for UVD clock controlAlex Jivin2020-07-021-6/+228
* drm amdgpu: SI UVD enabled on Verde, Tahiti, PitcairnSonny Jiang2020-07-011-1/+1
* drm amdgpu: SI UVD enable for OlandSonny Jiang2020-07-011-2/+2
* drm amdgpu: SI UVD context rreg/wregSonny Jiang2020-07-011-2/+24
* drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher2020-07-011-0/+1
* drm/amdgpu: cleanup all virtualization detection routineMonk Liu2020-04-011-8/+0
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-171-0/+6
|\
| * drm/amdgpu: add supports_baco callback for SI asics.Alex Deucher2019-11-191-0/+6
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-36/+61
|\ \ | |/ |/|
| * drm/amdgpu: Prefer pcie_capability_read_word()Frederick Lawler2019-11-211-26/+45
| * drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas2019-11-211-8/+14
| * drm/amdgpu: Correct Transmit Margin masksBjorn Helgaas2019-11-211-4/+4
* | drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák2019-10-251-0/+11
|/
* drm/amdgpu/si: fix ASIC testsJean Delvare2019-08-291-3/+3