summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello2022-02-171-1/+1
* drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2022-01-141-0/+4
* drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor2021-08-051-5/+5
* 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/+75
* drm/amdgpu/cik: minor clean up of reset codeAlex Deucher2021-02-091-22/+11
* drm/amdgpu/cik: enable BACO reset on BonaireAlex Deucher2020-12-081-4/+0
* drm/amd/pm: enable baco reset for HawaiiEvan Quan2020-10-301-1/+3
* drm/amdgpu: add pre_asic_init callback for CIKAlex Deucher2020-08-261-0/+5
* drm/amdgpu: note what type of reset we are usingAlex Deucher2020-08-141-0/+2
* drm/amdgpu: add module parameter choose reset modeWenhui Sheng2020-07-151-0/+8
* drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan2020-04-131-2/+0
* drm/amdgpu: cleanup all virtualization detection routineMonk Liu2020-04-011-8/+0
* drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan2020-01-141-9/+3
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-171-0/+18
|\
| * drm/amdgpu: flag vram lost on baco reset for VI/CIKAlex Deucher2019-11-261-2/+5
| * drm/amdgpu: add supports_baco callback for CIK asics.Alex Deucher2019-11-191-0/+18
* | Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-061-2/+5
|\ \
| * | drm/amdgpu: flag vram lost on baco reset for VI/CIKAlex Deucher2019-11-261-2/+5
| |/
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-35/+60
|\ \ | |/ |/|
| * 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/+19
* | drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2)Alex Deucher2019-10-151-5/+43
|/
* drm/amdgpu: add reset_method asic callback for cikAlex Deucher2019-07-301-0/+7
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+2
|\
| * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+2
* | drm/amdgpu: Add PCIe replay count sysfs fileKent Russell2019-05-241-0/+13
|/
* drm/amdgpu: remove old CI DPM implementationAlex Deucher2019-01-251-8/+2
* drm/amdgpu/cik: add need_reset_on_init asic callback for CIK (v2)Alex Deucher2019-01-141-0/+18
* drm/amdgpu: Add sysfs file for PCIe usage v5Kent Russell2019-01-141-0/+47
* drm/amdgpu: Doorbell index initialization for ASICs before vega10Oak Zeng2018-11-281-0/+1
* drm/amdgpu: Change SI/CI gfx/sdma/smu init sequenceRex Zhu2018-10-101-8/+9
* gpu: drm: amdgpu: Replace mdelay with msleep in cik_pcie_gen3_enable()Jia-Ju Bai2018-07-251-1/+1
* drm/amdgpu/pp: switch the default dpm implementation for CIAlex Deucher2018-06-151-4/+4
* drm/amdgpu/cik: implement asic need_full_reset callbackAlex Deucher2018-04-111-0/+7
* drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu2018-03-151-5/+10
* drm/amdgpu: move getting pcie info to common codeAlex Deucher2018-03-141-2/+0
* drm/amdgpu: move firmware loading type setup to common codeAlex Deucher2018-03-141-2/+0
* drm/amdgpu: add optional ring to *_hdp callbacksChristian König2018-02-191-6/+15
* drm/amdgpu: add HDP asic callbacks for CIKAlex Deucher2018-02-191-0/+14
* drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher2017-12-181-1/+1
* drm/amdgpu: rename ip block helper functionsAlex Deucher2017-12-181-44/+44
* drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher2017-12-181-1/+1
* drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher2017-12-181-60/+60
* drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König2017-12-061-20/+20
* drm/amdgpu: used cached gca values for cik_read_registerAlex Deucher2017-11-281-16/+95
* drm/amdgpu/cik: add IP modules for DC for APUsAlex Deucher2017-09-261-0/+8
* drm/amd/dc: Add dc display driver (v2)Harry Wentland2017-09-261-0/+9