amd: rename ring_type --> amd_ip_type and match the kernel enum values
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16360>
This commit is contained in:
@@ -1076,7 +1076,7 @@ void si_log_compute_state(struct si_context *sctx, struct u_log_context *log)
|
||||
si_dump_compute_descriptors(sctx, log);
|
||||
}
|
||||
|
||||
void si_check_vm_faults(struct si_context *sctx, struct radeon_saved_cs *saved, enum ring_type ring)
|
||||
void si_check_vm_faults(struct si_context *sctx, struct radeon_saved_cs *saved, enum amd_ip_type ring)
|
||||
{
|
||||
struct pipe_screen *screen = sctx->b.screen;
|
||||
FILE *f;
|
||||
|
Reference in New Issue
Block a user