summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: enable ASPM by defaultKenneth Feng2021-05-191-1/+1
* drm/amd/amdgpu: add ASPM support on polarisKenneth Feng2021-04-151-2/+191
* drm/amdgpu/codec: drop the internal codec indexAlex Deucher2021-02-261-13/+15
* drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)Alex Deucher2021-02-261-0/+188
* drm/amdgpu/vi: minor clean up of reset codeAlex Deucher2021-02-091-22/+14
* drm/amdgpu: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-241-0/+1
* drm/amdgpu: add pre_asic_init callback for VIAlex Deucher2020-08-261-0/+5
* drm/amdgpu: note what type of reset we are usingAlex Deucher2020-08-141-0/+2
* drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan2020-08-141-14/+7
* drm/amdgpu: add module parameter choose reset modeWenhui Sheng2020-07-151-0/+8
* drm/amdgpu: request init data in virt detectionWenhui Sheng2020-07-021-3/+5
* drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan2020-04-131-2/+0
* drm/amdgpu: cleanup all virtualization detection routineMonk Liu2020-04-011-24/+0
* drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan2020-01-141-44/+4
* drm/amdgpu: flag vram lost on baco reset for VI/CIKAlex Deucher2019-11-261-2/+5
* drm/amdgpu: add supports_baco callback for VI asics.Alex Deucher2019-11-191-0/+22
* drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2)Alex Deucher2019-10-151-5/+79
* drm/amdgpu: add reset_method asic callback for viAlex Deucher2019-07-301-0/+7
* drm/amdgpu: drop dead headerAlex Deucher2019-07-171-1/+0
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+3
|\
| * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+3
* | drm/amdgpu: Add PCIe replay count sysfs fileKent Russell2019-05-241-0/+13
|/
* drm/amdgpu/vi: add need_reset_on_init asic callback for VI (v2)Alex Deucher2019-01-141-0/+18
* drm/amdgpu: Add sysfs file for PCIe usage v5Kent Russell2019-01-141-0/+47
* drm/amdgpu: Use sdma_engine arrayOak Zeng2019-01-141-2/+2
* drm/amdgpu: access register without KIQEmily Deng2018-12-141-9/+9
* drm/amdgpu: Doorbell index initialization for ASICs before vega10Oak Zeng2018-11-281-0/+19
* drm/amdgpu: Change VI gfx/sdma/smu init sequenceRex Zhu2018-10-091-12/+12
* drm/amdgpu: access register without KIQYintian Tao2018-08-211-2/+2
* drm/amdgpu/vi: fix mixed up state in smu clockgating setupAlex Deucher2018-07-131-6/+6
* drm/amdgpu: add VEGAM support to viLeo Liu2018-05-151-2/+29
* drm/amdgpu: Add APU support in vi_set_vce_clocksRex Zhu2018-05-151-6/+25
* drm/amdgpu: Add APU support in vi_set_uvd_clocksRex Zhu2018-05-151-11/+35
* drm/amdgpu/vi: implement asic need_full_reset callbackAlex Deucher2018-04-111-0/+22
* drm/amdgpu: Delete dead code when early initRex Zhu2018-03-191-5/+0
* drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu2018-03-151-7/+6
* 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-3/+0
* drm/amdgpu: add optional ring to *_hdp callbacksChristian König2018-02-191-6/+15
* drm/amdgpu: add HDP asic callbacks for VIAlex Deucher2018-02-191-0/+14
* drm/amdgpu: re-enable CGCG on CZ and disable on STShirish S2018-02-061-1/+1
* drm/amdgpu: disable coarse grain clockgating for STShirish S2018-01-291-1/+0
* drm/amdgpu: use defines for mmBIF_IOV_FUNC_IDENTIFIER fieldsAlex Deucher2017-12-191-4/+3
* drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fijiAlex Deucher2017-12-191-8/+13
* drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher2017-12-181-1/+1
* drm/amdgpu: rename ip block helper functionsAlex Deucher2017-12-181-66/+66
* drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher2017-12-181-1/+1
* drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher2017-12-181-15/+15
* drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König2017-12-061-5/+5
* Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie2017-10-091-0/+21
|\