All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Reduce enable_guc_submission param based checks
@ 2017-09-29  8:23 Sagar Arun Kamble
  2017-09-29  8:23 ` [PATCH 1/5] drm/i915/guc: Remove enable_guc_submission dependency to invoke i915_guc_submission_fini/disable Sagar Arun Kamble
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sagar Arun Kamble @ 2017-09-29  8:23 UTC (permalink / raw)
  To: intel-gfx; +Cc: Sujaritha Sundaresan

This series changes the way driver handles disabling of GuC related
operations and cleanup of objects. Patches 1 and 4 remove checks
based on enable_guc_submission. Patch 2 and 3 prepare GuC log related
functions to remove param based checks. Patch 5 updates check based on
enable_guc_loading.

Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Michał Winiarski <michal.winiarski@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>

Sagar Arun Kamble (5):
  drm/i915/guc: Remove enable_guc_submission dependency to invoke
    i915_guc_submission_fini/disable
  drm/i915/guc: Sanitize module parameter guc_log_level
  drm/i915/guc: Add status checks to enable/disable_guc_interrupts
  drm/i915/guc: Remove enable_guc_submission dependency for invoking GuC
    log functions
  drm/i915/guc: Update enable_guc_loading check in intel_uc_fini_hw

 drivers/gpu/drm/i915/i915_guc_submission.c |  6 ++++++
 drivers/gpu/drm/i915/i915_irq.c            | 16 ++++++++++------
 drivers/gpu/drm/i915/intel_guc_log.c       |  9 ++-------
 drivers/gpu/drm/i915/intel_uc.c            | 25 +++++++++++--------------
 4 files changed, 29 insertions(+), 27 deletions(-)

-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-29  9:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-29  8:23 [PATCH 0/5] Reduce enable_guc_submission param based checks Sagar Arun Kamble
2017-09-29  8:23 ` [PATCH 1/5] drm/i915/guc: Remove enable_guc_submission dependency to invoke i915_guc_submission_fini/disable Sagar Arun Kamble
2017-09-29  8:23 ` [PATCH 2/5] drm/i915/guc: Sanitize module parameter guc_log_level Sagar Arun Kamble
2017-09-29  8:23 ` [PATCH 3/5] drm/i915/guc: Add status checks to enable/disable_guc_interrupts Sagar Arun Kamble
2017-09-29  8:23 ` [PATCH 4/5] drm/i915/guc: Remove enable_guc_submission dependency for invoking GuC log functions Sagar Arun Kamble
2017-09-29  8:23 ` [PATCH 5/5] drm/i915/guc: Update enable_guc_loading check in intel_uc_fini_hw Sagar Arun Kamble
2017-09-29  9:06 ` ✗ Fi.CI.BAT: warning for Reduce enable_guc_submission param based checks Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.