summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm
AgeCommit message (Expand)AuthorFilesLines
2016-09-12winsys/radeon: don't pre-allocate the relocations arrayNicolai Hähnle1-14/+1
2016-09-12winsys/radeon: remove unused radeon_cs_context::priority_usageNicolai Hähnle1-1/+0
2016-09-12gallium/radeon/winsyses: remove #includes of pb_bufmgr.hNicolai Hähnle2-2/+0
2016-09-09winsys/radeon: replace OUT_CS with radeon_emitMarek Olšák1-7/+5
2016-09-07gallium/radeon/winsyses: fix counting mapped memoryMarek Olšák1-0/+8
2016-08-31Introduce .editorconfigEric Engestrom1-0/+3
2016-08-26gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák1-0/+2
2016-08-10winsys/radeon: track the amount of mapped memoryMarek Olšák3-1/+18
2016-08-06winsys/radeon: implement cs_get_next_fenceMarek Olšák2-2/+29
2016-08-06gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák1-16/+0
2016-08-06gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák1-6/+0
2016-08-06gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2-14/+11
2016-08-06gallium/radeon/winsyses: print CS submission error numberMarek Olšák1-1/+1
2016-07-19winsys/radeon: use pb_cache buckets for fewer pb_cache missesMarek Olšák1-7/+22
2016-07-19gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák1-2/+2
2016-07-19gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák1-6/+3
2016-07-16gallium/u_queue: add optional cleanup callbackRob Clark1-1/+1
2016-07-14gallium/radeon: add a return value to cs_flushMarek Olšák1-3/+4
2016-07-13radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák1-1/+1
2016-07-06gallium/radeon/winsyses: remove unused stencil_offsetNicolai Hähnle1-2/+0
2016-07-05gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák1-0/+4
2016-06-25gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák4-74/+74
2016-06-24winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle3-2/+7
2016-06-24gallium/u_queue: allow the execute function to differ per jobMarek Olšák2-3/+3
2016-06-24gallium/u_queue: add an option to name threadsMarek Olšák1-1/+1
2016-06-24gallium/u_queue: add an option to have multiple worker threadsMarek Olšák3-4/+4
2016-06-24gallium/u_queue: use a ring instead of a stackMarek Olšák1-1/+1
2016-06-15winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák4-82/+19
2016-06-14gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák1-3/+27
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-1/+1
2016-06-01radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle1-17/+17
2016-06-01radeon/winsys: add cs_check_spaceNicolai Hähnle1-0/+7
2016-05-30gallium: push offset down to driverStanimir Varbanov1-0/+6
2016-05-19gallium/radeon: don't set PB_USAGE in winsysesMarek Olšák1-2/+0
2016-05-17Treewide: Remove Elements() macroJan Vesely1-4/+4
2016-05-10gallium/radeon: add a heuristic for better (S)DMA performanceMarek Olšák1-0/+8
2016-05-10gallium/radeon: align alignments for better buffer reuseMarek Olšák1-0/+1
2016-05-10gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák1-1/+1
2016-05-10winsys/radeon: use gart_page_size instead of private size_alignMarek Olšák3-14/+11
2016-05-02gallium/radeon: remove stencil_tile_split from metadataMarek Olšák1-4/+0
2016-05-02gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák1-2/+0
2016-05-02gallium/radeon: add radeon_surf::macro_tile_indexMarek Olšák1-0/+16
2016-05-02winsys/radeon: drop support for kernels lacking tile mode array queriesMarek Olšák1-6/+14
2016-05-02winsys/radeon: count buffer size only onceMarek Olšák1-2/+2
2016-04-28winsys/radeon: enlarge buffer_indices_hashlistBas Nieuwenhuizen1-1/+1
2016-04-27winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2-8/+5
2016-04-19gallium/radeon: move ring_type into winsysesMarek Olšák2-5/+6
2016-04-12gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák1-0/+24
2016-04-12winsys/radeon: fix printing allocation failuresMarek Olšák1-4/+4
2016-04-12winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák1-2/+6