summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
AgeCommit message (Expand)Author
2016-10-26drm/drivers: add support for using the arch wc mapping API.Dave Airlie
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König
2016-09-28drm/amdgpu: remove unused member from struct amdgpu_boChristian König
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König
2016-09-16drm/amdgpu: clean function declarations in amdgpu_ttm.c upBaoyou Xie
2016-09-14drm/amdgpu: add AMDGPU_BO_INVALID_OFFSETChristian König
2016-09-14drm/amdgpu: update gart_pin_size if bo is in GTTFlora Cui
2016-09-14drm/amdgpu: bind GTT on demandChristian König
2016-09-14drm/amdgpu: add a new helper to free a BO in kernel allocationsJunwei Zhang
2016-08-22drm/amdgpu: stop adding dummy entry in amdgpu_ttm_placement_initChristian König
2016-08-22drm/amdgpu: cleanup amdgpu_ttm_placement_initChristian König
2016-08-22drm/amdgpu: link all shadow bo V2Chunming Zhou
2016-08-22drm/amdgpu: sync bo and shadow V3Chunming Zhou
2016-08-19drm/amdgpu: add need backup function V2Chunming Zhou
2016-08-19drm/amdgpu: use domain's gpu_offset for start addrFlora Cui
2016-08-19drm/amdgpu: update gart_pin_size only if the bo is pined to GTTFlora Cui
2016-08-19drm/amdgpu: check domain sanity in amdgpu_bo_pin_restricted()Flora Cui
2016-08-16drm/amdgpu: fix coding style in amdgpu_object.cChristian König
2016-08-16drm/amdgpu: add shadow bo support V2Chunming Zhou
2016-08-08drm/amdgpu: expose AMDGPU_GEM_CREATE_VRAM_CLEARED to user spaceFlora Cui
2016-08-08drm/amdgpu: add more warning to amdgpu_bo_offsetChristian König
2016-08-08drm/amdgpu: add new helper for in kernel allocationsChristian König
2016-07-07drm/amd/amdgpu : adding new tracepoints to track memory information.David Mao
2016-05-03drm/amdgpu: set metadata pointer to NULL after freeing.Dave Airlie
2016-04-06drm/amdgpu: add invisible pin size statisticChunming Zhou
2016-04-01drm/amdgpu: print vram type rather than just DDRAlex Deucher
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer
2016-03-14drm/amdgpu: always wait before kmap a BOChristian König
2016-02-16drm/amdgpu: cleanup gem init/finitChristian König
2016-02-10drm/amdgpu: check userptrs mm earlierChristian König
2016-02-10drm/amdgpu: keep the prefered/allowed domains in the BOChristian König
2016-02-02drm/amdgpu: mask out WC from BO on unsupported archesOded Gabbay
2016-01-22drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2Christian König
2015-11-30drm/amdgpu: fix VM page table reference countingChristian König
2015-10-08drm/amdgpu: add TOPDOWN flag to the whole vramChunming Zhou
2015-09-23drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König
2015-09-03drm/amdgpu: use top down allocation for non-CPU accessible vramAlex Deucher
2015-08-17drm/amdgpu: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter
2015-08-17drm/amdgpu: remove VI hw bug workaround v3Christian König
2015-08-17drm/amdgpu: use kernel fence diretly in amdgpu_bo_fenceChunming Zhou
2015-08-17drm/amdgpu: remove VM workaround for FijiAlex Deucher
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou
2015-06-05drm/amdgpu: fix user ptr race conditionChristian König
2015-06-04drm/amdgpu: remove mclk_lockChristian König
2015-06-04drm/amdgpu: implement the allocation range (v3)Chunming Zhou
2015-06-04drm/amdgpu: port fault_reserve_notify changes from radeonChristian König
2015-06-04drm/amdgpu: rework tiling flagsMarek Olšák
2015-06-04drm/amdgpu: enforce AMDGPU_GEM_CREATE_NO_CPU_ACCESSChristian König
2015-06-04drm/amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou