index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-15
drm/amdgpu: parameterize ttm BO destroy callback
Nirmoy Das
1
-11
/
+30
2021-06-10
Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-2
/
+2
2021-06-10
Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-27
/
+27
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-2
/
+2
2021-06-04
drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_create
Changfeng
1
-2
/
+2
2021-06-04
drm/ttm: flip the switch for driver allocated resources v2
Christian König
1
-1
/
+1
2021-06-04
drm/ttm: allocate resource object instead of embedding it v2
Christian König
1
-2
/
+2
2021-06-04
Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-33
/
+55
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-25
/
+25
2021-06-01
drm/amdgpu: remove unused code
Nirmoy Das
1
-29
/
+0
2021-06-01
drm/admgpu: add two shadow BO helper functions
Nirmoy Das
1
-0
/
+16
2021-06-01
drm/amdgpu: add amdgpu_bo_vm bo type
Nirmoy Das
1
-0
/
+32
2021-06-01
drm/amdgpu: free the metadata buffer for sg type BOs as well
Shiwu Zhang
1
-1
/
+1
2021-06-01
drm/amdgpu: fix metadata_size for ubo ioctl queries
Shiwu Zhang
1
-2
/
+3
2021-05-22
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-54
/
+18
2021-05-21
drm/amdgpu: Add new placement for preemptible SG BOs
Felix Kuehling
1
-1
/
+3
2021-05-21
Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-54
/
+18
2021-05-19
drm/amdgpu: Unmap all MMIO mappings
Andrey Grodzovsky
1
-4
/
+0
2021-05-05
drm/amdgpu: Add show_fdinfo() interface
Roy Sun
1
-0
/
+20
2021-04-26
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-50
/
+85
2021-04-23
drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag
Nirmoy Das
1
-4
/
+1
2021-04-23
drm/amdgpu: cleanup amdgpu_bo_create()
Nirmoy Das
1
-47
/
+14
2021-04-23
drm/amdgpu: expose amdgpu_bo_create_shadow()
Nirmoy Das
1
-3
/
+3
2021-04-19
drm/amdgpu: check base size instead of mem.num_pages
Christian König
1
-4
/
+3
2021-04-19
drm/amdgpu: freeing pinned objects is illegal now
Christian König
1
-26
/
+10
2021-04-09
drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()
Thomas Zimmermann
1
-19
/
+0
2021-04-09
drm/amdgpu: make BO type check less restrictive
Nirmoy Das
1
-4
/
+4
2021-04-09
drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flag
Nirmoy Das
1
-16
/
+35
2021-04-09
drm/amdgpu: introduce struct amdgpu_bo_user
Nirmoy Das
1
-0
/
+28
2021-04-09
drm/amdgpu: allow variable BO struct creation
Nirmoy Das
1
-2
/
+6
2021-04-09
drm/amdgpu: don't evict vram on APUs for suspend to ram (v4)
Alex Deucher
1
-5
/
+2
2021-03-26
Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
1
-8
/
+14
2021-03-23
drm/amdgpu: Don't reserve vram as WC for A+A
Oak Zeng
1
-8
/
+14
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+2
2021-02-09
drm/ttm: move memory accounting into vmwgfx v4
Christian König
1
-6
/
+2
2021-02-02
drm/amdgpu: enable freesync for A+A configs
Christian König
1
-1
/
+1
2021-02-02
drm/amdgpu: Fix a false positive when pin non-VRAM memory
xinhui pan
1
-1
/
+2
2021-01-25
drm/amdgpu: Make contiguous pinning optional
Felix Kuehling
1
-1
/
+6
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
1
-18
/
+1
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-1
/
+1
2020-12-08
drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_init
Alex Deucher
1
-17
/
+0
2020-12-03
drm: amdgpu: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-11-10
Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-0
/
+75
2020-11-04
drm/ttm: replace context flags with bools v2
Christian König
1
-3
/
+2
2020-11-04
drm/ttm: rework no_retry handling v2
Christian König
1
-0
/
+2
2020-10-15
drm/amdgpu: Add debugfs entry for printing VM info
Mihir Bhogilal Patel
1
-0
/
+74
2020-10-15
drm/ttm: nuke caching placement flags
Christian König
1
-15
/
+5
2020-10-07
drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3
Christian König
1
-1
/
+5
2020-10-05
drm/amdgpu: get the correct vram type for van gogh
Huang Rui
1
-0
/
+1
2020-09-28
drm/amdgpu: stop using TTMs fault callback
Christian König
1
-11
/
+9
[prev]
[next]