aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* winsys/radeon: fix up default enabled_rb_mask for r600Roland Scheidegger2018-01-101-6/+10
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-6/+0
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-171-0/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-2/+2
* 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/+1
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-2/+3
* radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry2017-06-141-0/+2
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-251-2/+2
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-231-0/+1
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-181-2/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-11/+11
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-5/+5
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-5/+5
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-181-0/+1
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-161-17/+0
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-151-0/+2
* winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49Michel Dänzer2017-02-011-1/+6
* winsys/radeon: clamp vram_vis_size to 256MBMarek Olšák2017-01-301-1/+1
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-0/+3
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-251-0/+2
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-061-0/+2
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-061-2/+2
* gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák2016-10-051-1/+3
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* gallium/radeon/winsyses: add radeon_winsys::min_alloc_sizeNicolai Hähnle2016-09-291-0/+4
* winsys/radeon: enable buffer allocation from slabsNicolai Hähnle2016-09-271-2/+22
* winsys/radeon: add fine-grained fences for slab buffersNicolai Hähnle2016-09-271-0/+2
* gallium/radeon/winsyses: remove #includes of pb_bufmgr.hNicolai Hähnle2016-09-121-1/+0
* gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák2016-08-261-0/+2
* winsys/radeon: track the amount of mapped memoryMarek Olšák2016-08-101-0/+4
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-051-0/+4
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-44/+44
* winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-241-1/+3
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-241-2/+1
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-241-1/+1
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-241-1/+1
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-241-1/+1
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-151-59/+4
* winsys/radeon: use gart_page_size instead of private size_alignMarek Olšák2016-05-101-1/+1
* gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák2016-05-021-2/+0