radeonsi: move init state to new state handling
[mesa.git] / src / gallium / drivers / radeonsi / r600_hw_context_priv.h
index 610f8b1708c72998def8cb0f57f8a5acf10f4a61..6d458d48bdc2d306235177f64efe1fef253028d1 100644 (file)
 #define PKT_COUNT_C                     0xC000FFFF
 #define PKT_COUNT_S(x)                  (((x) & 0x3FFF) << 16)
 
-/*
- * r600_hw_context.c
- */
-void r600_init_cs(struct r600_context *ctx);
-
 /*
  * evergreen_hw_context.c
  */