intel/decoder: Add intel_print_group_custom_spacing()
This function has 2 additional parameters to set spacing before printing register group dword or individual registers. intel_print_group() is keept with the same spacing as before so no changes on decoder output is expected here. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28722>
This commit is contained in:
committed by
Marge Bot
parent
94deb24e2b
commit
c221ba6f75
@@ -202,6 +202,11 @@ void intel_field_iterator_init(struct intel_field_iterator *iter,
|
||||
|
||||
bool intel_field_iterator_next(struct intel_field_iterator *iter);
|
||||
|
||||
void intel_print_group_custom_spacing(FILE *outfile, struct intel_group *group,
|
||||
uint64_t offset, const uint32_t *p,
|
||||
int p_bit, bool color,
|
||||
const char *spacing_reg,
|
||||
const char *spacing_dword);
|
||||
void intel_print_group(FILE *out,
|
||||
struct intel_group *group,
|
||||
uint64_t offset, const uint32_t *p, int p_bit,
|
||||
|
||||
Reference in New Issue
Block a user