index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
amdgpu
/
drm
/
amdgpu_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
Yonggang Luo
1
-1
/
+1
2022-10-26
winsys/amdgpu: Set RADEON_FLAG_32BIT again
Michel Dänzer
1
-0
/
+9
2022-10-18
winsys/amdgpu: fix (enable) preemption for chained IBs
Marek Olšák
1
-1
/
+2
2022-09-23
winsys/amdgpu: init 'r' before using it
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2022-08-29
winsys/amdgpu: use cached GTT for command buffers and don't set the 32BIT flag
Marek Olšák
1
-12
/
+5
2022-08-19
winsys/amdgpu: change num_rejected_cs to a bool flag
Marek Olšák
1
-4
/
+5
2022-08-19
winsys/amdgpu: flatten huge if and reorder code in amdgpu_cs_submit_ib
Marek Olšák
1
-138
/
+131
2022-08-19
winsys/amdgpu: terminate process on CS rejection when unrobust context is lost
Marek Olšák
1
-1
/
+11
2022-08-19
radeonsi: rename stop_exec_on_failure -> allow_context_lost
Marek Olšák
1
-3
/
+3
2022-06-15
Revert "winsys/amdgpu: use AMDGPU_IB_FLAG_PREAMBLE for the CS preamble on gfx...
Pierre-Eric Pelloux-Prayer
1
-28
/
+14
2022-06-11
winsys/amdgpu: add a kernel GDS management workaround retrying on -ENOMEM
Marek Olšák
1
-5
/
+17
2022-06-11
winsys/amdgpu: use AMDGPU_IB_FLAG_PREAMBLE for the CS preamble on gfx10+
Marek Olšák
1
-14
/
+28
2022-05-25
winsys/amdgpu-radeon: Allow specifying context priority
Vlad Zahorodnii
1
-3
/
+22
2022-05-17
winsys/amdgpu: initialize IB_PREAMBLE in advance
Marek Olšák
1
-3
/
+6
2022-05-17
radeonsi: move CS preamble emission into the winsys
Marek Olšák
1
-0
/
+8
2022-05-13
amd: change chip_class naming to "enum amd_gfx_level gfx_level"
Marek Olšák
1
-2
/
+2
2022-05-10
amd: replace num_rings[type] with ip[type].num_queues
Marek Olšák
1
-1
/
+1
2022-05-10
amd: rename RING_* enums to AMD_IP_*
Marek Olšák
1
-27
/
+27
2022-05-10
amd: rename ring_type --> amd_ip_type and match the kernel enum values
Marek Olšák
1
-24
/
+24
2022-01-11
amd: add SDMA_NOP_PAD
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2021-10-29
winsys/amdgpu: optimize looping inefficiencies in add_bo_fence_dependencies
Marek Olšák
1
-5
/
+9
2021-10-29
winsys/amdgpu: move BO fence array updates to the CS thread
Marek Olšák
1
-21
/
+23
2021-10-29
winsys/amdgpu: don't use ip_instance and ring fields of fence and IB structures
Marek Olšák
1
-13
/
+4
2021-10-29
winsys/amdgpu: don't clear RADEON_USAGE_SYNCHRONIZED for last_added_bo_usage
Marek Olšák
1
-6
/
+9
2021-10-29
winsys/amdgpu: remove an amdgpu_cs dereference from amdgpu_cs_add_buffer
Marek Olšák
1
-3
/
+3
2021-10-29
winsys/amdgpu: simplify parameter passing and derefs in cs_add_buffer
Marek Olšák
1
-25
/
+21
2021-10-29
gallium/radeon: merge BO read/write usage flags with priority flags
Marek Olšák
1
-20
/
+16
2021-10-29
gallium/radeon: remove unused RADEON_DEPENDENCY_START_FENCE
Marek Olšák
1
-3
/
+0
2021-10-29
gallium/radeon: remove/merge some BO priorities and remove holes
Marek Olšák
1
-4
/
+4
2021-10-29
gallium/radeon: change the BO priority definitions to bits
Marek Olšák
1
-3
/
+3
2021-10-19
winsys/amdgpu: set max_ib_size and max_check_space_size later in cs_check_space
Marek Olšák
1
-8
/
+7
2021-10-19
winsys/amdgpu: remove force_chaining parameter from cs_check_space
Marek Olšák
1
-14
/
+8
2021-09-10
winsys/amdgpu: include CS ioctl overhead in RADEON_NOOP
Marek Olšák
1
-4
/
+22
2021-09-10
winsys/amdgpu: precompute amdgpu_ib_max_submit_dwords
Marek Olšák
1
-17
/
+2
2021-09-10
radeonsi: remove the primitive discard compute shader
Marek Olšák
1
-131
/
+2
2021-09-01
winsys/amdgpu: clean up amdgpu_cs_check_space
Marek Olšák
1
-5
/
+4
2021-06-16
util/queue: add a global data pointer for the queue object
Mike Blumenkrantz
1
-1
/
+1
2021-06-07
winsys/amdgpu: use int16 for buffer_indices_hashlist
Pierre-Eric Pelloux-Prayer
1
-4
/
+4
2021-06-07
winsys/amdgpu: reduce amdgpu_cs size
Pierre-Eric Pelloux-Prayer
1
-7
/
+12
2021-06-07
amdgpu/winsys: remove amdgpu_cs_has_chaining
Pierre-Eric Pelloux-Prayer
1
-13
/
+9
2021-04-14
amdgpu,radeon: add full_reset_only param to ctx_query_reset_status
Pierre-Eric Pelloux-Prayer
1
-1
/
+10
2021-04-14
amdgpu,radeon: add needs_reset param to ctx_query_reset_status
Pierre-Eric Pelloux-Prayer
1
-1
/
+12
2021-04-06
winsys/amdgpu: remove another 8 bytes from amdgpu_winsys_bo by packing better
Marek Olšák
1
-2
/
+5
2021-04-06
winsys/amdgpu: add amdgpu_cs::ws to reduce dereferences
Marek Olšák
1
-18
/
+19
2021-04-06
winsys/amdgpu: remove amdgpu_winsys_bo::ws
Marek Olšák
1
-32
/
+36
2021-04-06
radeon_winsys.h: add a winsys parameter to most winsys buffer functions
Marek Olšák
1
-3
/
+3
2021-02-06
winsys/amdgpu: try not to skip any code with RADEON_NOOP=1 to test CPU perf
Marek Olšák
1
-8
/
+6
2021-02-06
winsys/amdgpu: don't set unused usage for backing BOs of sparse BOs
Marek Olšák
1
-1
/
+0
2021-02-06
winsys/amdgpu: don't inc/dec num_active_ioctls for backing BOs of sparse BOs
Marek Olšák
1
-2
/
+3
2021-02-06
winsys/amdgpu: remove amdgpu_winsys_bo::num_cs_references to remove atomics
Marek Olšák
1
-6
/
+0
[next]