summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/atom.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix vbios version string searchLijo Lazar2023-09-201-1/+18
* drm/amd: Avoid reading the VBIOS part number twiceMario Limonciello2023-07-211-12/+2
* drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi2022-02-071-1/+3
* drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu2021-06-011-0/+172
* drm/amdgpu: drop legacy IO bar supportAlex Deucher2021-03-231-2/+2
* drm/amdgpu: do not initialise global variables to 0 or NULLDeepak R Varma2020-11-041-2/+2
* drm/amdgpu: use "*" adjacent to data nameDeepak R Varma2020-11-021-8/+8
* drm/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-2/+2
* drm/amdgpu: increased atom cmd timeoutJohn Clements2020-04-091-2/+5
* drm/amdgpu: increase atombios cmd timeoutJohn Clements2020-03-061-2/+2
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* drm/amdgpu: Add debugfs file for VBIOS and versionKent Russell2017-08-291-1/+4
* drm/amdgpu: move atom scratch setup into amdgpu_atombios.cAlex Deucher2017-03-291-26/+0
* drm/amdgpu: print full bios version in dmesg.Rex Zhu2017-03-291-14/+8
* gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-291-25/+19
* drm/amdgpu/atom: add support for new div32 opcodes (v3)Alex Deucher2015-10-141-1/+24
* drm/amdgpu/atom: add support for new mul32 opcodes (v2)Alex Deucher2015-10-141-1/+17
* drm/amdgpu/atom: add support for process ds opcodeAlex Deucher2015-10-141-1/+10
* drm/amdgpu/atom: implement debug opcodeAlex Deucher2015-10-141-1/+2
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-031-0/+1408