summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27amdgpu: Deinitialize vamgr_high{,_32}Michel Dänzer1-0/+2
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-02-28amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"Christian König1-2/+2
2018-02-28amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König1-2/+4
2018-02-28amdgpu: mostly revert "use the high VA range if possible v2"Christian König1-13/+15
2018-02-09amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák1-0/+14
2018-01-23amdgpu: fix high VA maskChristian König1-1/+1
2018-01-09amdgpu: use the high VA range if possible v2Christian König1-4/+14
2018-01-09amdgpu: fix 32bit VA manager max addressChristian König1-1/+1
2017-12-05amdgpu: Only remember the device's marketing nameMichel Dänzer1-20/+3
2017-12-01amdgpu: Clean up amdgpu_parse_asic_ids error handlingMichel Dänzer1-5/+1
2017-11-09Revert "amdgpu: fix 32bit VA manager max address"Christian König1-1/+1
2017-11-09Revert "amdgpu: use the high VA range if possible"Christian König1-7/+2
2017-11-08amdgpu: use the high VA range if possibleChristian König1-2/+7
2017-11-08amdgpu: fix 32bit VA manager max addressChristian König1-1/+1
2017-11-08amdgpu: sanitize 64bit VA managerChristian König1-18/+6
2017-09-28amdgpu: print error messages when amdgpu_device_initialize is failingMarek Olšák1-3/+16
2017-06-13amdgpu: move asic id table to a separate fileXiaojie Yuan1-7/+21
2017-02-02amdgpu: vamgr can be a struct instead of a pointerAlex Xie1-11/+5
2017-02-02amdgpu: vamgr_32 can be a struct instead of a pointerAlex Xie1-6/+2
2017-02-02amdgpu: Free/uninit vamgr_32 in theoretically correct orderAlex Xie1-2/+2
2016-11-07amdgpu: add the function to get the marketing name (v4)Junwei Zhang1-0/+15
2015-09-02amdgpu: fix missing deinit on vamgr_32monk.liu1-0/+2
2015-08-17amdgpu: make vamgr per device v2Jammy Zhou1-2/+11
2015-08-17amdgpu: add flag to support 32bit VA address v4Jammy Zhou1-0/+20
2015-08-13amdgpu: hide the final internal functions from global namespaceEmil Velikov1-22/+36
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov1-2/+1
2015-08-13amdgpu: add a bunch of missing config.h includesEmil Velikov1-0/+4
2015-08-05libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...Mario Kleiner1-4/+13
2015-08-05amdgpu: fix valgrind warningsMarek Olšák1-1/+1
2015-08-05amdgpu: make vamgr globalKen Wang1-2/+2
2015-08-05amdgpu: remove bo_vas hash table v2Christian König1-2/+0
2015-08-05amdgpu: fix a valgrind warningMarek Olšák1-1/+1
2015-08-05amdgpu: compare the primary device names insteadChristian König1-18/+27
2015-08-05drm: add libdrm_amdgpu (v7)Alex Deucher1-0/+241