freedreno/a4xx: remove fd4_shader_stateobj
[mesa.git] / src / gallium / drivers / vc4 / vc4_simulator_validate.h
index 1352c9bafd242c6d450b51d6a82a9af839a3e1b5..d507b5fb63231a59ebc628b0ecf6158862e13780 100644 (file)
@@ -78,8 +78,7 @@ typedef uint16_t u16;
 typedef uint32_t u32;
 
 struct drm_device {
-        struct vc4_context *vc4;
-        uint32_t simulator_mem_next;
+        struct vc4_screen *screen;
 };
 
 struct drm_gem_object {