[Intel-gfx] [PATCH v3 12/12] HAX: drm/i915/guc: enable GuC submission/logging for CI

Sagar Arun Kamble sagar.a.kamble at intel.com
Fri Jan 5 04:37:47 UTC 2018



On 1/4/2018 9:59 PM, Chris Wilson wrote:
> Quoting Sagar Arun Kamble (2018-01-04 16:21:54)
>> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
>> index 6c8da9d..c8460c5 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.c
>> +++ b/drivers/gpu/drm/i915/i915_drv.c
>> @@ -2659,6 +2659,8 @@ static int intel_runtime_resume(struct device *kdev)
>>          if (intel_uncore_unclaimed_mmio(dev_priv))
>>                  DRM_DEBUG_DRIVER("Unclaimed access during suspend, bios?\n");
>>   
>> +       intel_runtime_pm_enable_interrupts(dev_priv);
>> +
>>          intel_guc_resume(dev_priv);
>>   
>>          if (IS_GEN9_LP(dev_priv)) {
>> @@ -2682,8 +2684,6 @@ static int intel_runtime_resume(struct device *kdev)
>>          i915_gem_init_swizzling(dev_priv);
>>          i915_gem_restore_fences(dev_priv);
>>   
>> -       intel_runtime_pm_enable_interrupts(dev_priv);
> Have I missed the pending patch?
There is suspend/resume related restructuring series for GuC/GEM that is 
in queue post this series.
Was reviewed partly some time back.

Thanks
Sagar
> -Chris



More information about the Intel-gfx mailing list