i915: Remove always-true irq_active struct intel_screen field
This commit is contained in:
@@ -718,11 +718,6 @@ intelInitContext(struct intel_context *intel,
|
||||
|
||||
intel->RenderIndex = ~0;
|
||||
|
||||
if (intel->gen >= 4 && !intel->intelScreen->irq_active) {
|
||||
_mesa_printf("IRQs not active. Exiting\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
intelInitExtensions(ctx);
|
||||
|
||||
INTEL_DEBUG = driParseDebugString(getenv("INTEL_DEBUG"), debug_control);
|
||||
|
Reference in New Issue
Block a user