[Intel-xe] ✓ CI.Patch_applied: success for Cpu page-table updates and fixes (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 15 15:58:40 UTC 2023


== Series Details ==

Series: Cpu page-table updates and fixes (rev2)
URL   : https://patchwork.freedesktop.org/series/115079/
State : success

== Summary ==

=== Applying kernel patches on branch 'drm-xe-next' with base: ===
commit 879867553e592c84b7ce6ac0a226e7d9b964dfcd
Author:     Lucas De Marchi <lucas.demarchi at intel.com>
AuthorDate: Tue Mar 14 17:49:02 2023 -0700
Commit:     Lucas De Marchi <lucas.demarchi at intel.com>
CommitDate: Wed Mar 15 06:41:33 2023 -0700

    drm/xe: Silence kernel-doc warnings related to display
    
    Add a "private:" comment to the part of the struct that is not expected
    to be documented, the one with display-related fields. This silence the
    following warnings:
    
            $ find drivers/gpu/drm/xe -name '*.[ch]' -not -path 'drivers/gpu/drm/xe/display/*'  |  xargs ./scripts/kernel-doc -Werror  -none
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'display' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'pch_type' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'pch_id' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'wm_lv_0_adjust_needed' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'num_channels' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'symmetric_memory' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'type' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'num_qgv_points' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'num_psf_gv_points' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'dram_info' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'runtime_pm' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'sb_lock' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'skl_preferred_vco_freq' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'max_dotclk_freq' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'hti_state' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'snps_phy_failed_calibration' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'modeset_restore_state' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'global_obj_list' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'de_irq_mask' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'display_irqs_enabled' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'enabled_irq_mask' not described in 'xe_device'
            drivers/gpu/drm/xe/xe_device_types.h:316: warning: Function parameter or member 'params' not described in 'xe_device'
            22 warnings as Errors
    
    Fixes: 19026b7eb521 ("drm/xe: Remove i915 header dependency when building without display")
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
    Acked-by: Jani Nikula <jani.nikula at intel.com>
    Link: https://lore.kernel.org/r/20230315004902.2622613-1-lucas.demarchi@intel.com
=== git am output follows ===
.git/rebase-apply/patch:52: trailing whitespace.
			
warning: 1 line adds whitespace errors.
Applying: drm/xe: Use a define to set initial seqno for fences
Applying: drm/xe/migrate: Update cpu page-table updates
Applying: drm/xe/tests: Support CPU page-table updates in the migrate test
Applying: drm/xe: Introduce xe_engine_is_idle()
Applying: drm/xe: Use a small negative initial seqno
Applying: drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate test
Applying: drm/xe/vm: Defer vm rebind until next exec if nothing to execute




More information about the Intel-xe mailing list