r600g: align flushing of cb/db with DDX/r600c.
[mesa.git] / src / gallium / winsys / r600 / drm / r600_states.h
index a0175fb603f080774665f6b6f4752ab121ccbf97..779373807361896a219d3f6dffd28dfe2fdf52de 100644 (file)
@@ -513,4 +513,10 @@ static const struct radeon_register R600_names_VGT_EVENT[] = {
        {0x00028A90, 1, 0, "VGT_EVENT_INITIATOR"},
 };
 
+static const struct radeon_register R600_names_CB_FLUSH[] = {
+};
+
+static const struct radeon_register R600_names_DB_FLUSH[] = {
+};
+
 #endif