index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
atom.c
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-06-14
drm/amdgpu: remove dead code in atom_get_src_int
Jesse Zhang
2024-04-26
drm/amdgpu: initialize the last_jump_jiffies in atom_exec_context
Jesse Zhang
2024-02-27
drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()
Srinivasan Shanmugam
2024-01-15
drm/amdgpu: check PS, WS index
Alexander Richards
2024-01-05
drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'
Srinivasan Shanmugam
2023-09-20
drm/amdgpu: Fix vbios version string search
Lijo Lazar
2023-07-21
drm/amd: Avoid reading the VBIOS part number twice
Mario Limonciello
2022-02-07
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
2021-06-01
drm/amdgpu: Add vbios info ioctl interface
Jiawei Gu
2021-03-23
drm/amdgpu: drop legacy IO bar support
Alex Deucher
2020-11-04
drm/amdgpu: do not initialise global variables to 0 or NULL
Deepak R Varma
2020-11-02
drm/amdgpu: use "*" adjacent to data name
Deepak R Varma
2020-11-02
drm/amdgpu: improve code indentation and alignment
Deepak R Varma
2020-04-09
drm/amdgpu: increased atom cmd timeout
John Clements
2020-03-06
drm/amdgpu: increase atombios cmd timeout
John Clements
2019-01-14
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-08-29
drm/amdgpu: Add debugfs file for VBIOS and version
Kent Russell
2017-03-29
drm/amdgpu: move atom scratch setup into amdgpu_atombios.c
Alex Deucher
2017-03-29
drm/amdgpu: print full bios version in dmesg.
Rex Zhu
2017-03-29
gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2015-10-14
drm/amdgpu/atom: add support for new div32 opcodes (v3)
Alex Deucher
2015-10-14
drm/amdgpu/atom: add support for new mul32 opcodes (v2)
Alex Deucher
2015-10-14
drm/amdgpu/atom: add support for process ds opcode
Alex Deucher
2015-10-14
drm/amdgpu/atom: implement debug opcode
Alex Deucher
2015-06-03
drm/amdgpu: add core driver (v4)
Alex Deucher