summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si.c
AgeCommit message (Expand)AuthorLines
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello-1/+1
2021-08-05drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor-4/+4
2021-02-26drm/amdgpu/codec: drop the internal codec indexAlex Deucher-5/+7
2021-02-26drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)Alex Deucher-0/+109
2021-02-09drm/amdgpu/si: add PCI reset supportAlex Deucher-14/+23
2021-02-09drm/amdgpu/si: minor clean up of reset codeAlex Deucher-5/+2
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma-1/+1
2020-09-15drm/amd/amdgpu: fix comparison pointer to bool warning in si.cZheng Bin-1/+1
2020-08-26drm/amdgpu: add pre_asic_init callback for SIAlex Deucher-0/+5
2020-08-14drm/amdgpu: note what type of reset we are usingAlex Deucher-0/+2
2020-07-28drm/amdgpu/si: initial support for GPU resetAlex Deucher-2/+90
2020-07-28drm/amdgpu: enable DC support for SI parts (v2)Mauro Rossi-0/+10
2020-07-15drm/amdgpu: add module parameter choose reset modeWenhui Sheng-0/+5
2020-07-02drm/amdgpu: SI support for VCE clock controlAlex Jivin-1/+125
2020-07-02drm/amdgpu: SI support for UVD clock controlAlex Jivin-6/+228
2020-07-01drm amdgpu: SI UVD enabled on Verde, Tahiti, PitcairnSonny Jiang-1/+1
2020-07-01drm amdgpu: SI UVD enable for OlandSonny Jiang-2/+2
2020-07-01drm amdgpu: SI UVD context rreg/wregSonny Jiang-2/+24
2020-07-01drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher-0/+1
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu-8/+0
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter-0/+6
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-36/+61
2019-11-21drm/amdgpu: Prefer pcie_capability_read_word()Frederick Lawler-26/+45
2019-11-21drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas-8/+14
2019-11-21drm/amdgpu: Correct Transmit Margin masksBjorn Helgaas-4/+4
2019-11-19drm/amdgpu: add supports_baco callback for SI asics.Alex Deucher-0/+6
2019-10-25drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák-0/+11
2019-08-29drm/amdgpu/si: fix ASIC testsJean Delvare-3/+3
2019-07-30drm/amdgpu: add reset_method asic callback for siAlex Deucher-0/+7
2019-06-25drm/amd/amdgpu: Indent AMD_IS_APU properlyErnst Sjöstrand-2/+2
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-1/+2
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg-1/+2
2019-05-24drm/amdgpu: Add PCIe replay count sysfs fileKent Russell-0/+13
2019-02-13drm/amdgpu: fix several indentation issuesColin Ian King-1/+1
2019-01-14drm/amdgpu/si: add need_reset_on_init asic callback for SI (v2)Alex Deucher-0/+6
2019-01-14drm/amdgpu: Add sysfs file for PCIe usage v5Kent Russell-0/+48
2018-10-10drm/amdgpu: Change SI/CI gfx/sdma/smu init sequenceRex Zhu-6/+7
2018-04-11drm/amdgpu/si: implement asic need_full_reset callbackAlex Deucher-0/+7
2018-04-03drm/amdgpu/si: implement get/set pcie_lanes asic callbackAlex Deucher-0/+67
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu-4/+4
2018-03-05drm/amdgpu: used cached pcie gen info for SI (v2)Alex Deucher-12/+10
2018-02-19drm/amdgpu: add optional ring to *_hdp callbacksChristian König-6/+15
2018-02-19drm/amdgpu: add HDP asic callbacks for SIAlex Deucher-0/+14
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher-27/+27
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher-51/+51
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König-17/+17
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie-0/+2
2017-08-02drm/amdgpu: Fix undue fallthroughs in golden registers initializationJean Delvare-0/+2
2017-07-14drm/amdgpu: implement si_read_bios_from_romAlex Deucher-0/+28
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-42/+42