[Intel-gfx] [PATCH v5 0/5] Removing enable_guc_loading module and Decoupling logs and ADS from submission

Sujaritha sujaritha.sundaresan at intel.com
Wed Oct 4 17:24:49 UTC 2017



On 10/04/2017 12:06 AM, Sagar Arun Kamble wrote:
> Hi Sujaritha,
>
> I am Unable to locate single series on patchwork for these changes.
> Please send all patches together in single series with cover letter.
> It will also enable CI BAT/IGT testing for the series.
>
> Thanks
> Sagar

Sorry, I was not aware of this. I will make sure to send the revised patches
in a single series,

Thanks,
Sujaritha
>
> On 10/4/2017 4:24 AM, Sujaritha Sundaresan wrote:
>> The first patch simpily unifies different seq_puts messages found in 
>> debugfs.
>> In earlier verions, Patch 1 and 2 were previuosly in one single 
>> patch. Patch 2 focuses
>> on replacing the enable_guc_loading module. Patch 3 and 4 deal with 
>> decoupling guc logs
>> and ADS from submission. Patch 5 fixes a warning generated as a 
>> result of patch 4.
>>
>> Cc: Anusha Srivatsa <anusha.srivatsa at intel.com>
>> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
>> Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
>> Cc: Oscar Mateo <oscar.mateo at intel.com>
>> Cc: Sagar Arun Kamble <sagar.a.kamble at intel.com>
>>
>> Sujaritha Sundaresan (5):
>>    drm/i915/guc : Unifying seq_puts messages
>>    drm/i915/guc : Removing i915_modparams.enable_guc_loading module
>>    drm/i915/guc : Decouple logs and ADS from submission
>>    drm/i915/guc : group initialization of GuC objects
>>    drm/i915/guc : Fixing argument type warning
>>
>>   drivers/gpu/drm/i915/i915_debugfs.c        |  21 +--
>>   drivers/gpu/drm/i915/i915_drv.h            |   9 +-
>>   drivers/gpu/drm/i915/i915_gem_context.c    |   2 +-
>>   drivers/gpu/drm/i915/i915_gem_gtt.c        |   2 +-
>>   drivers/gpu/drm/i915/i915_guc_submission.c | 118 +----------------
>>   drivers/gpu/drm/i915/i915_irq.c            |   2 +-
>>   drivers/gpu/drm/i915/i915_params.c         |   5 -
>>   drivers/gpu/drm/i915/i915_params.h         |   1 -
>>   drivers/gpu/drm/i915/intel_guc_loader.c    |   7 +-
>>   drivers/gpu/drm/i915/intel_guc_log.c       |   6 +-
>>   drivers/gpu/drm/i915/intel_huc.c           |   4 +-
>>   drivers/gpu/drm/i915/intel_uc.c            | 199 
>> +++++++++++++++++++++++------
>>   drivers/gpu/drm/i915/intel_uc.h            |   7 +-
>>   drivers/gpu/drm/i915/intel_uncore.c        |   4 +-
>>   14 files changed, 202 insertions(+), 185 deletions(-)
>>
>



More information about the Intel-gfx mailing list