summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/amdgpu/drm
Commit message (Expand)AuthorAgeFilesLines
* meson: build radeonsiDylan Baker2017-10-161-0/+36
* winsys/amdgpu: implement sync_file import/exportMarek Olšák2017-10-122-7/+126
* Revert "winsys/amdgpu: disable local BOs on Raven"Marek Olšák2017-09-121-2/+1
* winsys/amdgpu: use the new raw CS APIMarek Olšák2017-09-112-77/+93
* radeonsi: implement pipe_context::fence_server_syncMarek Olšák2017-09-111-0/+16
* winsys/amdgpu: factor out some fence dependency code into separate functionsMarek Olšák2017-09-111-21/+34
* winsys/amdgpu: rename fence_dependency functionsMarek Olšák2017-09-111-12/+12
* winsys/amdgpu: don't allow interprocess resource sharing for IBsMarek Olšák2017-09-111-1/+2
* winsys/amdgpu: disable local BOs on RavenMarek Olšák2017-09-071-1/+2
* winsys/amdgpu: set AMDGPU_GEM_CREATE_VM_ALWAYS_VALID if possible v2Christian König2017-08-313-5/+27
* radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák2017-08-311-13/+17
* winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset2017-08-304-11/+17
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-222-108/+2
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-071-1/+1
* winsys/amdgpu: enable computation of tile swizzleMarek Olšák2017-08-042-1/+13
* ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák2017-08-041-0/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-022-4/+5
* radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-1/+1
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-1/+1
* winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOsMarek Olšák2017-07-042-3/+5
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-041-0/+8
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-041-16/+5
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-041-0/+3
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-042-37/+8
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-042-10/+2
* gallium/radeon: disallow exports of sparse and suballocated BOsMarek Olšák2017-07-041-4/+3
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-041-3/+3
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-043-0/+6
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-232-4/+7
* winsys/amdgpu: fix a deadlock when waiting for submission_in_progressMarek Olšák2017-06-202-16/+43
* radeonsi: Use libdrm to get chipset nameSamuel Li2017-06-071-0/+8
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* winsys/amdgpu: add vcn dec cs supportLeo Liu2017-05-251-1/+10
* winsys/amdgpu: align VA allocations to fragment size v2Christian König2017-05-241-0/+2
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-231-0/+7
* ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle2017-05-182-6/+2
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-182-238/+4
* ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle2017-05-181-16/+0
* ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle2017-05-181-4/+1
* ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle2017-05-181-415/+10
* ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle2017-05-181-411/+16
* ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle2017-05-183-165/+1
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+4
* Android: rework LLVM build supportRob Herring2017-05-111-0/+2
* Android: push driver build details to driver makefilesRob Herring2017-05-111-0/+5
* Android: amd: use exported include dirs instead of explicit includesRob Herring2017-05-111-6/+1
* winsys/amdgpu: fix Polaris12 (RX 550) breakageMarek Olšák2017-05-051-0/+1
* winsys/amdgpu: init buffer_indices_hashlist with memset()Samuel Pitoiset2017-04-171-8/+2
* winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bitSamuel Pitoiset2017-04-171-4/+3