summaryrefslogtreecommitdiff
path: root/src/amd/common/sid.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07amd/common: document PREDICATION OP 3 as 64-bit bool.Dave Airlie1-0/+1
This just documents some info for possible future use. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2017-01-09ac/debug: Dump indirect buffers.Bas Nieuwenhuizen1-0/+2
This is for handling chained command buffers and secondary command buffers. It doesn't handle the trace id for secondary command buffers yet, but I don't think that is possible in general with just writes, as we could call a secondary command buffer multiple times. I think this is good enough for now, as the most useful case is the chaining when we grow an IB. Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
2017-01-05radeonsi: do all math in bytes in SI DMA codeMarek Olšák1-2/+4
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-12-18radv: Use RELEASE_MEM packet for MEC timestamp query.Bas Nieuwenhuizen1-0/+1
Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
2016-12-01radeonsi: document a CP DMA bug that doesn't need a workaround yetMarek Olšák1-1/+5
This one is easy to miss, because it's not documented in any internal doc. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-11-01amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák1-1/+1
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-10-26gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák1-1/+1
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-09-06radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie1-0/+9057
Step one to merging radv would be to move some files around. This only adds the include path to r600/radeonsi, because later we want to avoid having to add it to the generic target paths. Acked-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>