aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)Marek Olšák2016-03-011-25/+17
* winsys/radeon: fix the num_tile_pipes comment to silence warningsMarek Olšák2016-02-101-3/+3
* winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)Alexandre Demers2016-02-101-2/+4
* winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernelMarek Olšák2016-02-091-0/+6
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-051-7/+9
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-0/+9
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-0/+5
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-0/+5
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-053-24/+24
* winsys/radeon: Do not deinit the pb cache if it was not initializedNiels Ole Salscheider2016-02-021-2/+3
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-221-2/+2
* gallium/radeon: do not reallocate user memory buffersNicolai Hähnle2016-01-141-0/+6
* winsys/radeon: fix warnings about incompatible pointer typesNicolai Hähnle2016-01-141-6/+6
* winsys/radeon: clear the buffer cache on mmap failure and try againMarek Olšák2015-12-111-3/+10
* winsys/radeon: clear the buffer cache on allocation failure and try againMarek Olšák2015-12-111-2/+7
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-112-16/+9
* winsys/radeon: use pb_cache instead of pb_cache_managerMarek Olšák2015-12-114-178/+75
* winsys/radeon: use radeon_bomgr lessMarek Olšák2015-12-112-16/+8
* winsys/radeon: rename radeon_bomgr_init_functionsMarek Olšák2015-12-113-3/+3
* winsys/radeon: move variables from radeon_bomgr to radeon_drm_winsysMarek Olšák2015-12-113-126/+129
* winsys/radeon: remove redundant radeon_bomgr::vaMarek Olšák2015-12-111-7/+4
* winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3Michel Dänzer2015-11-091-11/+19
* winsys/radeon: implement cs_get_buffer_listMarek Olšák2015-10-033-22/+47
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-032-24/+24
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-5/+6
* winsys/radeon: remove exported buffers from the cacheMarek Olšák2015-09-031-0/+3
* winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2015-09-012-6/+9
* winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2015-08-292-38/+41
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-261-2/+4
* Revert "radeon/winsys: increase the IB size for VM"Marek Olšák2015-08-234-17/+6
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-141-1/+2
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-141-1/+2
* winsys/radeon: add a specific error message for cs_submit -> -ENOMEMMarek Olšák2015-08-071-4/+8
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-2/+16
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-072-32/+29
* winsys/radeon: loosen up the requirements for how much memory IBs can useMarek Olšák2015-08-061-4/+9
* radeon/winsys: increase the IB size for VMMarek Olšák2015-08-064-6/+17
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-062-3/+4
* winsys/radeon: don't leak the fd when it is 0Emil Velikov2015-08-011-2/+2
* winsys/radeon: implement buffer_unmapMarek Olšák2015-07-232-6/+24
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-9/+9
* winsys/radeon: use os_wait_until_zero in radeon_bo_set_tilingMarek Olšák2015-07-051-3/+1
* winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-07-031-3/+10
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-031-0/+8
* winsys/radeon: reduce BO cache timeoutGrigori Goronzy2015-06-241-1/+1
* winsys/radeon: align BO size to page sizeGrigori Goronzy2015-06-241-0/+6
* winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer2015-06-243-4/+29
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-294-18/+184
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-293-613/+2