]> Git Repo - linux.git/commit
drm/xe: Make xe_mmio_read|write() functions non-inline
authorMichal Wajdeczko <[email protected]>
Thu, 14 Mar 2024 17:31:30 +0000 (18:31 +0100)
committerMichał Winiarski <[email protected]>
Fri, 15 Mar 2024 21:20:14 +0000 (22:20 +0100)
commit54c659660d637d38ec793b31c2718d905d6e86b9
tree8430b307a0499c24b67ec6890e386387cdf0b77a
parent42b266be3228f03e402bc663aa8dee8fdca1d48b
drm/xe: Make xe_mmio_read|write() functions non-inline

Shortly we will updating xe_mmio_read|write() functions with SR-IOV
specific features making those functions less suitable for inline.
Convert now those functions into regular ones, lowering driver
footprint, according to scripts/bloat-o-meter, by 6%

add/remove: 18/18 grow/shrink: 31/603 up/down: 2719/-79663 (-76944)
Function                                     old     new   delta
Total: Before=1276633, After=1199689, chg -6.03%
add/remove: 0/0 grow/shrink: 0/0 up/down: 0/0 (0)
Data                                         old     new   delta
Total: Before=48990, After=48990, chg +0.00%
add/remove: 0/0 grow/shrink: 0/0 up/down: 0/0 (0)
RO Data                                      old     new   delta
Total: Before=115680, After=115680, chg +0.00%

Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Michal Wajdeczko <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Michał Winiarski <[email protected]>
drivers/gpu/drm/xe/xe_mmio.c
drivers/gpu/drm/xe/xe_mmio.h
This page took 0.049132 seconds and 4 git commands to generate.