aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* winsys/radeon: Use a single buffer cache manager againMichel Dänzer2014-10-171-10/+13
* winsys/radeon: Use separate caching buffer manager for each set of flagsMichel Dänzer2014-10-151-10/+5
* r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOsMichel Dänzer2014-09-101-3/+9
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-051-1/+0
* r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPUMichel Dänzer2014-09-021-1/+7
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-4/+21
* winsys/radeon: Use separate caching buffer managers for VRAM and GTTMichel Dänzer2014-07-231-3/+7
* winsys/radeon: remove some unused codeMarek Olšák2014-04-171-28/+8
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-5/+5
* winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák2014-04-101-1/+1
* winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2014-04-101-10/+9
* winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák2014-04-101-70/+5
* winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák2014-04-101-0/+2
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-091-21/+51
* gallium/radeon: fix warningsMarek Olšák2014-04-091-1/+1
* winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer2014-03-171-48/+26
* radeon: More missing stdio.h includes.José Fonseca2014-01-231-0/+1
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-121-2/+9
* gallium/radeon: Implement hooks for DRI Image 7 (v2)Christopher James Halse Rogers2013-12-101-23/+83
* radeon: Rename bo_handles hashtable to match its actual contents.Christopher James Halse Rogers2013-12-101-8/+8
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* winsys/radeon: cleanup virtual memory nonsenseChristian König2013-11-211-19/+18
* winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák2013-07-131-9/+11
* radeon/winsys: correct RADEON_GEM_WAIT_IDLE useJonathan Gray2013-06-061-1/+1
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-161-0/+5
* winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse2013-04-051-37/+43
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-261-0/+14
* winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson2013-03-011-4/+4
* winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson2013-02-111-0/+4
* winsys/radeon: improve debuging printingJerome Glisse2013-02-081-1/+2
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-281-1/+1
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-071-2/+1
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-3/+2
* gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer2012-08-161-1/+1
* gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer2012-08-161-0/+6
* gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer2012-08-161-6/+13
* gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer2012-08-161-1/+12
* gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer2012-08-161-1/+6
* gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer2012-08-161-7/+38
* gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer2012-08-161-1/+1
* radeon/winsys: fix winsys VM handlingChristian König2012-08-081-3/+4
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-161-3/+13
* r600g: Set tiling information for BOs being shared.Michel Dänzer2012-05-161-8/+31
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-38/+14
* r600g: optimize r600_resource_vaMarek Olšák2012-04-011-4/+2
* radeon/r600g: fix virtual address space allocationJerome Glisse2012-02-211-0/+3
* r600g: fix tiling with cayman and virtual memoryJerome Glisse2012-02-141-10/+28
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-061-1/+28
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-131-0/+209