index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-29
drm/amdgpu: fix VM clearing in amdgpu_gem_object_close
Christian König
1
-31
/
+37
2017-04-07
drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. ...
Christopher James Halse Rogers
1
-0
/
+5
2017-04-06
drm/amdgpu: Avoid using signed integer to store pointer value
Alex Xie
1
-1
/
+1
2017-03-30
drm/amdgpu: clear freed mappings immediately when BO may be freed
Nicolai Hähnle
1
-0
/
+12
2017-03-30
drm/amdgpu: handle multi level PD updates V2
Christian König
1
-1
/
+1
2017-03-30
drm/amdgpu: Add MTYPE flags to GPU VM IOCTL interface
Alex Xie
1
-1
/
+1
2017-03-30
drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freed
Nicolai Hähnle
1
-1
/
+1
2017-03-30
drm/amdgpu: add a VM mapping replace operation v2
Christian König
1
-1
/
+14
2017-03-30
drm/amdgpu: implement AMDGPU_VA_OP_CLEAR v2
Christian König
1
-7
/
+20
2017-03-30
drm/amdgpu: separate page table allocation from mapping
Christian König
1
-1
/
+5
2017-03-30
drm/amdgpu: add a callback to set vm mapping flags
Alex Xie
1
-9
/
+3
2017-03-30
drm/amdgpu: IOCTL interface for PRT support v4
Junwei Zhang
1
-24
/
+38
2017-03-10
drm/amdgpu: validate paramaters in the gem ioctl
Alex Deucher
1
-0
/
+21
2017-02-10
drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()
Samuel Pitoiset
1
-7
/
+1
2017-02-02
drm/amdgpu: stop reserving a shared fence for VA updates
Christian König
1
-4
/
+3
2017-02-02
drm/amdgpu: fix race in GEM VA map IOCTL v2
Christian König
1
-32
/
+15
2017-01-27
drm/amd/amdgpu: add check that shadow page tables are GPU-accessible
Nicolai Hähnle
1
-3
/
+6
2017-01-27
drm/amd/amdgpu: add check that shadow page directory is GPU-accessible
Nicolai Hähnle
1
-3
/
+8
2016-10-25
drm/amdgpu: use amdgpu_vm_get_pd_bo in the GEM code
Christian König
1
-4
/
+3
2016-10-25
drm/amdgpu: move PT validation back into VM code v2
Christian König
1
-11
/
+16
2016-10-25
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
1
-3
/
+4
2016-10-18
drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
1
-1
/
+2
2016-10-12
drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
1
-4
/
+2
2016-09-28
drm/amdgpu: rename all rbo variable to abo v2
Christian König
1
-10
/
+10
2016-09-23
drm/amdgpu: fix amdgpu_vm_bo_update param error
Flora Cui
1
-1
/
+1
2016-07-07
drm/amdgpu: validate VM PTs only on eviction
Christian König
1
-1
/
+1
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-5
/
+5
2016-05-06
Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-1
/
+1
2016-05-05
drm/amdgpu: Mark all instances of struct drm_info_list as const
Nils Wallménius
1
-1
/
+1
2016-04-27
drm: Protect dev->filelist with its own mutex
Daniel Vetter
1
-5
/
+5
2016-03-21
drm/amdgpu: release_pages requires linux/pagemap.h
Stephen Rothwell
1
-0
/
+1
2016-03-18
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-6
/
+4
2016-03-17
drm/amdgpu: removing BO_VAs shouldn't be interruptible
Christian König
1
-1
/
+1
2016-03-17
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-16
/
+41
2016-03-14
drm/amdgpu: allow write access to mapped userptrs
Christian König
1
-5
/
+3
2016-03-14
Merge drm-fixes into drm-next.
Dave Airlie
1
-1
/
+2
2016-03-09
drm/amdgpu: reserve the PD during unmap and remove
Christian König
1
-10
/
+24
2016-03-08
drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6
Christian König
1
-6
/
+17
2016-02-24
drm/amdgpu: disable direct VM updates when vm_debug is set
Christian König
1
-1
/
+2
2016-02-17
drm/amdgpu: cleanup gem init/finit
Christian König
1
-11
/
+20
2016-02-17
drm/amdgpu: rework GEM info printing
Christian König
1
-33
/
+61
2016-02-17
drm/amdgpu: print the GPU offset as well in gem_info
Christian König
1
-2
/
+3
2016-02-17
drm/amdgpu: optionally print the pin count in gem_info as well
Christian König
1
-1
/
+7
2016-02-17
drm/amdgpu: print the BO size only once in amdgpu_gem_info
Christian König
1
-3
/
+2
2016-02-17
drm/amdgpu: print pid as integer
Christian König
1
-2
/
+2
2016-02-10
drm/amdgpu: check userptrs mm earlier
Christian König
1
-2
/
+2
2016-02-10
drm/amdgpu: keep the prefered/allowed domains in the BO
Christian König
1
-4
/
+10
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
1
-0
/
+8
2015-12-23
Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-8
/
+5
2015-12-19
drm/amdgpu: keep the PTs validation list in the VM v2
Christian König
1
-8
/
+1
[next]