summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/atom.c
AgeCommit message (Expand)AuthorLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-14drm/amdgpu: remove dead code in atom_get_src_intJesse Zhang-4/+4
2024-04-26drm/amdgpu: initialize the last_jump_jiffies in atom_exec_contextJesse Zhang-0/+1
2024-02-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam-1/+1
2024-01-15drm/amdgpu: check PS, WS indexAlexander Richards-11/+30
2024-01-05drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'Srinivasan Shanmugam-1/+0
2023-09-20drm/amdgpu: Fix vbios version string searchLijo Lazar-1/+18
2023-07-21drm/amd: Avoid reading the VBIOS part number twiceMario Limonciello-12/+2
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi-1/+3
2021-06-01drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu-0/+172
2021-03-23drm/amdgpu: drop legacy IO bar supportAlex Deucher-2/+2
2020-11-04drm/amdgpu: do not initialise global variables to 0 or NULLDeepak R Varma-2/+2
2020-11-02drm/amdgpu: use "*" adjacent to data nameDeepak R Varma-8/+8
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma-2/+2
2020-04-09drm/amdgpu: increased atom cmd timeoutJohn Clements-2/+5
2020-03-06drm/amdgpu: increase atombios cmd timeoutJohn Clements-2/+2
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg-0/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2017-08-29drm/amdgpu: Add debugfs file for VBIOS and versionKent Russell-1/+4
2017-03-29drm/amdgpu: move atom scratch setup into amdgpu_atombios.cAlex Deucher-26/+0
2017-03-29drm/amdgpu: print full bios version in dmesg.Rex Zhu-14/+8
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches-25/+19
2015-10-14drm/amdgpu/atom: add support for new div32 opcodes (v3)Alex Deucher-1/+24
2015-10-14drm/amdgpu/atom: add support for new mul32 opcodes (v2)Alex Deucher-1/+17
2015-10-14drm/amdgpu/atom: add support for process ds opcodeAlex Deucher-1/+10
2015-10-14drm/amdgpu/atom: implement debug opcodeAlex Deucher-1/+2
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher-0/+1408