summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm
AgeCommit message (Expand)AuthorFilesLines
2013-08-09r600g: disable GPUVM by defaultAlex Deucher1-1/+1
2013-07-13winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák1-9/+11
2013-06-28radeonsi: initial support for CIK chipsAlex Deucher2-0/+9
2013-06-28radeonsi: rename SI chip class from TAHITI to SIAlex Deucher2-2/+2
2013-06-10winsys/radeon: add env var to disable VM on Cayman/TrinityAlex Deucher1-0/+2
2013-06-06radeon/winsys: correct RADEON_GEM_WAIT_IDLE useJonathan Gray1-1/+1
2013-05-14radeonsi: add support for hainan chipsAlex Deucher2-0/+2
2013-05-03scons: remove radeon buildAndreas Boll1-14/+0
2013-04-25winsys/radeon: consolidate tracing into winsys v2Jerome Glisse5-29/+46
2013-04-16winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák2-25/+12
2013-04-16r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák4-2/+11
2013-04-11radeon/winsys: add uvd ring support to winsys v3Christian König3-0/+31
2013-04-05winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse6-37/+208
2013-03-26r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák5-0/+40
2013-03-01winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson1-4/+4
2013-02-11winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson1-0/+4
2013-02-08winsys/radeon: improve debuging printingJerome Glisse1-1/+2
2013-02-04radeonsi: add support for Oland chipsAlex Deucher2-0/+2
2013-01-31r600g: add cs memory usage accounting and limit it v3Jerome Glisse2-0/+21
2013-01-28radeon/winsys: add dma ring support to winsys v3Jerome Glisse6-79/+215
2013-01-14r300g: random hyperz cleanupsMarek Olšák1-15/+10
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10radeon/winsys: Convert to automakeTom Stellard3-15/+16
2013-01-08winsys/radeon: bump the size of relocation hashlistMarek Olšák1-2/+2
2013-01-07radeon/winsys: move radeon family/class identification to winsysJerome Glisse3-38/+176
2013-01-07r600g/radeon/winsys: indentation cleanupJerome Glisse2-3/+2
2013-01-04gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2-2/+9
2012-12-21winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctlsMarek Olšák1-1/+4
2012-12-12winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2-5/+4
2012-12-02r300g: enable Hyper-Z by default on r500Marek Olšák1-9/+9
2012-09-19winsys/radeon: fix relocs cachingVadim Girlin2-8/+6
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2012-09-04winsys/radeon: create only one winsys for each fdChristian König2-2/+41
2012-08-16gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer1-1/+1
2012-08-16gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer1-0/+6
2012-08-16gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer1-6/+13
2012-08-16gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer1-1/+12
2012-08-16gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer1-1/+6
2012-08-16gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer1-7/+38
2012-08-16gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer1-1/+1
2012-08-15r600g: implement timestamp query and get_timestamp hookMarek Olšák2-0/+28
2012-08-15configure.ac: bump libdrm_radeon requirement to 2.6.38Marek Olšák1-1/+0
2012-08-15winsys/radeon: print error if CS is overflowedMarek Olšák1-2/+6
2012-08-08radeon/winsys: fix winsys VM handlingChristian König1-3/+4
2012-06-17r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2-3/+0
2012-06-15winsys/radeon: enable IB submission to compute rings v2Christian König3-7/+15
2012-06-15winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst1-1/+0
2012-05-16gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2-3/+14
2012-05-16radeonsi: Initial tiling support.Michel Dänzer1-2/+2