driver:implement changes for Dynamic State
diff --git a/icd/intel/cmd_priv.h b/icd/intel/cmd_priv.h
index e29eec9..4950cd7 100644
--- a/icd/intel/cmd_priv.h
+++ b/icd/intel/cmd_priv.h
@@ -117,7 +117,8 @@
 
     struct {
         struct intel_ds_view *view;
-        struct intel_ds_state *state;
+        uint32_t stencil_ref;
+        XGL_IMAGE_ASPECT aspect;
     } ds;
 
     uint32_t clear_val[4];