aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
Commit message (Expand)AuthorAgeFilesLines
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-7/+0
* ac: Move has_local_buffers disable to radeonsi.Bas Nieuwenhuizen2019-04-151-0/+4
* radeonsi: move SI_FORCE_FAMILY functionality to winsysNicolai Hähnle2018-12-191-0/+36
* winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tablesMarek Olšák2018-11-281-1/+1
* radeonsi: generalize the slab allocator code to allow layered slab allocatorsMarek Olšák2018-11-281-10/+30
* winsys/amdgpu: fix a device handle leak in amdgpu_winsys_createMarek Olšák2018-11-231-0/+6
* radeonsi: pin the winsys thread to the requested L3 cache (v2)Marek Olšák2018-09-071-0/+10
* radeonsi: add radeonsi_zerovram driconfig optionTimothy Arceri2018-08-301-3/+7
* winsys/amdgpu: fix VDPAU interop by having one amdgpu_winsys_bo per BO (v2)Marek Olšák2018-07-181-0/+5
* winsys/amdgpu: use a better hash_pointer functionMarek Olšák2018-07-181-8/+5
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-211-0/+1
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-1/+1
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-7/+0
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* gallium/radeon: set number of pb_cache buckets = number of heapsMarek Olšák2018-01-271-1/+1
* pb_cache: let drivers choose the number of bucketsMarek Olšák2018-01-271-1/+2
* amdgpu: use simple mtxTimothy Arceri2017-11-091-14/+14
* amd/addrlib: update to latest versionMarek Olšák2017-11-081-1/+0
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-11-031-0/+12
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-4/+0
* Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák2017-11-011-1/+0
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-10-311-0/+1
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-171-0/+2
* winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset2017-08-301-0/+3
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-071-1/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-2/+2
* radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-1/+1
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-041-1/+1
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-041-0/+2
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-2/+3
* 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
* 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-181-1/+1
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-181-237/+1
* ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle2017-05-181-88/+1
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+4
* winsys/amdgpu: fix Polaris12 (RX 550) breakageMarek Olšák2017-05-051-0/+1
* gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset2017-04-101-1/+6
* winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset2017-03-301-4/+0
* winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9Marek Olšák2017-03-301-2/+11
* radeonsi/gfx9: set the LLVM processor, require LLVM 5.0Marek Olšák2017-03-301-0/+7
* radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák2017-03-301-1/+6
* winsys/amdgpu: use drmGetDevice2 APIEmil Velikov2017-03-151-2/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-7/+7
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-2/+2