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

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 13 21:03:59 UTC 2023


== Series Details ==

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

== Summary ==

=== Applying kernel patches on branch 'drm-xe-next' with base: ===
commit 1528d94b95561c4407c65d5ef5754a988eef42dd
Author:     Jani Nikula <jani.nikula at intel.com>
AuthorDate: Thu Mar 9 14:17:46 2023 +0200
Commit:     Lucas De Marchi <lucas.demarchi at intel.com>
CommitDate: Mon Mar 13 13:39:40 2023 -0700

    drm/xe: make compound literal initialization const
    
    Be careful about having const in the compound literal initialization to
    keep the initializers in rodata. Here, the impact is 1.8k of mutable
    data moved to rodata.
    
    add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-1804 (-1804)
    Data                                         old     new   delta
    __compound_literal                          1804       -   -1804
    Total: Before=42425, After=40621, chg -4.25%
    add/remove: 0/0 grow/shrink: 1/0 up/down: 1804/0 (1804)
    RO Data                                      old     new   delta
    __compound_literal                          7696    9500   +1804
    Total: Before=138535, After=140339, chg +1.30%
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
    Link: https://lore.kernel.org/r/20230309121746.479146-1-jani.nikula@intel.com
=== git am output follows ===
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




More information about the Intel-xe mailing list