summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)Author
2021-03-22drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher
2021-03-10drm/amd/display: Add a backlight module optionTakashi Iwai
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang
2021-02-09drm/amdgpu: extend MAX_KIQ_REG_TRY to 1000Jiawei Gu
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher
2021-02-09drm/amdgpu: Add otg vertical IRQ SourceWayne Lin
2021-01-15Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v4Likun Gao
2021-01-05drm/amdgpu: add amdgpu_hdp structureHawking Zhang
2020-12-16Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...Daniel Vetter
2020-12-15drm/amdgpu: add check for ACPI power resourcesAlex Deucher
2020-12-15drm/amdgpu: split BOCO and ATPX handlingAlex Deucher
2020-12-15drm/amdgpu: add judgement for suspend/resume sequenceLikun Gao
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König
2020-11-18drm/amdgpu: Fix missing prototype warningLuben Tuikov
2020-11-13drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2)Prike Liang
2020-11-13drm/amdgpu: add amdgpu_smuio structureHawking Zhang
2020-11-13gpu: drm: amd: amdgpu: amdgpu: Mark global variables as __maybe_unusedLee Jones
2020-10-27drm/amd/pm: correct the checks for polaris kickersEvan Quan
2020-10-15drm/amd/pm: correct gfx and pcie settings on umd pstate switching(V2)Evan Quan
2020-10-07drm/amdgpu: add per device user friendly xgmi events for vega20Jonathan Kim
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang
2020-10-01drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang
2020-09-30drm/amdgpu: use function pointer for gfxhub functionsOak Zeng
2020-09-15drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky
2020-09-15drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky
2020-08-26drm/amdkfd: fix set kfd node ras properties valueStanley.Yang
2020-08-26drm/amdgpu: add an asic callback for pre asic initAlex Deucher
2020-08-26drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li
2020-08-24drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li
2020-08-18drm/amdgpu: Fix repeatly flr issuejqdeng
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König
2020-08-06drm/amdkfd: option to disable system mem limitPhilip Yang
2020-08-04drm/amdgpu: move vram usage by vbios to mman (v2)Alex Deucher
2020-08-04drm/amdgpu: move IP discovery data to mmanAlex Deucher
2020-08-04drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher
2020-08-04drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu
2020-08-04drm/amdgpu: add bad page count threshold in module parameter(v3)Guchun Chen
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li
2020-07-15drm/amdgpu: add module parameter choose reset modeWenhui Sheng
2020-07-02Revert "drm/amdgpu: support access regs outside of mmio bar"Hawking Zhang