Skip to content

cffdump: Decode bindless CP_LOAD_STATE6

Rob Clark requested to merge github/fork/cwabbott0/cffdump-bindless into master

Created by: cwabbott0

Refactor the CP_LOAD_STATE decoding code to consider the src type, and add support for figuring out the source address with SS6_BINDLESS sources. Also make sure to always use a stride of 16 DWORD's in bindless mode, even for smaller descriptors.

Since we have no way of knowing what type the descriptors in the bindless arrays are, CP_LOAD_STATE6 is the only way to get a dump of the descriptors when the driver is using the bindless model.

Merge request reports