aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/atom.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/atom: Work around vbios NULL offset false positiveKees Cook2025-04-301-0/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* drm/amdgpu: remove dead code in atom_get_src_intJesse Zhang2024-06-141-4/+4
* drm/amdgpu: initialize the last_jump_jiffies in atom_exec_contextJesse Zhang2024-04-261-0/+1
* drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam2024-02-271-1/+1
* drm/amdgpu: check PS, WS indexAlexander Richards2024-01-151-11/+30
* drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'Srinivasan Shanmugam2024-01-051-1/+0
* 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-021-0/+172
* drm/amdgpu: drop legacy IO bar supportAlex Deucher2021-03-241-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-301-26/+0
* drm/amdgpu: print full bios version in dmesg.Rex Zhu2017-03-301-14/+8
* gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-301-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-041-0/+1408