1. 19 Jan, 2024 1 commit
  2. 18 Jan, 2024 13 commits
  3. 15 Jan, 2024 23 commits
  4. 14 Jan, 2024 1 commit
  5. 10 Jan, 2024 2 commits
    • Randy Dunlap's avatar
      drm/i915/perf: reconcile Excess struct member kernel-doc warnings · d505a16e
      Randy Dunlap authored
      Document nested struct members with full names as described in
      Documentation/doc-guide/kernel-doc.rst.
      
      i915_perf_types.h:341: warning: Excess struct member 'ptr_lock' description in 'i915_perf_stream'
      i915_perf_types.h:341: warning: Excess struct member 'head' description in 'i915_perf_stream'
      i915_perf_types.h:341: warning: Excess struct member 'tail' description in 'i915_perf_stream'
      3 warnings as Errors
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: dri-devel@lists.freedesktop.org
      Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Reviewed-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
      Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20231226195432.10891-4-rdunlap@infradead.org
      (cherry picked from commit aa253bac)
      Signed-off-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      d505a16e
    • Randy Dunlap's avatar
      drm/i915/guc: reconcile Excess struct member kernel-doc warnings · af3cfcad
      Randy Dunlap authored
      Document nested struct members with full names as described in
      Documentation/doc-guide/kernel-doc.rst.
      
      intel_guc.h:305: warning: Excess struct member 'lock' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'guc_ids' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'num_guc_ids' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'guc_ids_bitmap' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'guc_id_list' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'guc_ids_in_use' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'destroyed_contexts' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'destroyed_worker' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'reset_fail_worker' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'reset_fail_mask' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'sched_disable_delay_ms' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'sched_disable_gucid_threshold' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'lock' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'gt_stamp' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'ping_delay' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'work' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'shift' description in 'intel_guc'
      intel_guc.h:305: warning: Excess struct member 'last_stat_jiffies' description in 'intel_guc'
      18 warnings as Errors
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: dri-devel@lists.freedesktop.org
      Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Reviewed-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
      Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20231226195432.10891-3-rdunlap@infradead.org
      (cherry picked from commit e4cf1a70)
      Signed-off-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      af3cfcad