index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
amdgpu
/
drm
/
amdgpu_winsys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: add radeon_info::marketing_name, replacing the winsys callback
Marek Olšák
2019-04-23
1
-7
/
+0
*
ac: Move has_local_buffers disable to radeonsi.
Bas Nieuwenhuizen
2019-04-15
1
-0
/
+4
*
radeonsi: move SI_FORCE_FAMILY functionality to winsys
Nicolai Hähnle
2018-12-19
1
-0
/
+36
*
winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tables
Marek Olšák
2018-11-28
1
-1
/
+1
*
radeonsi: generalize the slab allocator code to allow layered slab allocators
Marek Olšák
2018-11-28
1
-10
/
+30
*
winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create
Marek Olšák
2018-11-23
1
-0
/
+6
*
radeonsi: pin the winsys thread to the requested L3 cache (v2)
Marek Olšák
2018-09-07
1
-0
/
+10
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
1
-3
/
+7
*
winsys/amdgpu: fix VDPAU interop by having one amdgpu_winsys_bo per BO (v2)
Marek Olšák
2018-07-18
1
-0
/
+5
*
winsys/amdgpu: use a better hash_pointer function
Marek Olšák
2018-07-18
1
-8
/
+5
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
radeonsi: add a debug flag to zero vram allocations
Grazvydas Ignotas
2018-06-21
1
-0
/
+1
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-1
/
+1
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
1
-7
/
+0
*
winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.
Jan Vesely
2018-05-10
1
-1
/
+6
*
gallium/radeon: set number of pb_cache buckets = number of heaps
Marek Olšák
2018-01-27
1
-1
/
+1
*
pb_cache: let drivers choose the number of buckets
Marek Olšák
2018-01-27
1
-1
/
+2
*
amdgpu: use simple mtx
Timothy Arceri
2017-11-09
1
-14
/
+14
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
1
-1
/
+0
*
winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.
Andrey Grodzovsky
2017-11-03
1
-0
/
+12
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-4
/
+0
*
Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."
Marek Olšák
2017-11-01
1
-1
/
+0
*
winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.
Andrey Grodzovsky
2017-10-31
1
-0
/
+1
*
radeonsi: add GFX-IB-size query to the HUD
Marek Olšák
2017-10-17
1
-0
/
+2
*
winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is set
Samuel Pitoiset
2017-08-30
1
-0
/
+3
*
gallium/radeon: print all members of radeon_info with R600_DEBUG=info
Marek Olšák
2017-08-07
1
-1
/
+1
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-2
/
+2
*
radeonsi: prevent a deadlock in util_queue_add_job with too many GL contexts
Marek Olšák
2017-07-17
1
-1
/
+2
*
radv: add support for using addrlib max alignment.
Dave Airlie
2017-07-09
1
-1
/
+1
*
gallium/radeon: clean up (domain, flags) <-> (slab heap) translations
Marek Olšák
2017-07-04
1
-1
/
+1
*
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
2017-07-04
1
-0
/
+2
*
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
2017-06-23
1
-2
/
+3
*
radeonsi: Use libdrm to get chipset name
Samuel Li
2017-06-07
1
-0
/
+8
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
1
-1
/
+1
*
gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUD
Marek Olšák
2017-05-23
1
-0
/
+7
*
ac_surface: use radeon_info from ac_gpu_info
Nicolai Hähnle
2017-05-18
1
-1
/
+1
*
ac/radeonsi: move radeon_info initialization to amd/common
Nicolai Hähnle
2017-05-18
1
-237
/
+1
*
ac/radeonsi: move amdgpu_addr_create to ac_surface
Nicolai Hähnle
2017-05-18
1
-88
/
+1
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-15
1
-0
/
+4
*
winsys/amdgpu: fix Polaris12 (RX 550) breakage
Marek Olšák
2017-05-05
1
-0
/
+1
*
gallium/radeon: add HUD queries for GPU temperature and clocks
Samuel Pitoiset
2017-04-10
1
-1
/
+6
*
winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONS
Samuel Pitoiset
2017-03-30
1
-4
/
+0
*
winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9
Marek Olšák
2017-03-30
1
-2
/
+11
*
radeonsi/gfx9: set the LLVM processor, require LLVM 5.0
Marek Olšák
2017-03-30
1
-0
/
+7
*
radeonsi/gfx9: add GFX9 and VEGA10 enums
Marek Olšák
2017-03-30
1
-1
/
+6
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-7
/
+7
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-2
/
+2
[next]