]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/mocs: Clarify difference between hw and sw sizes
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 27 Jun 2024 20:37:43 +0000 (13:37 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 28 Jun 2024 21:00:09 +0000 (14:00 -0700)
commit4279635e562953c08aa27d9737311a958ce9e753
treebd6bcf88e47f240cb5ac2a722d1ae3a1f58f8184
parent25b1f6cbd8c55216e02bd1c116a5f62f10f4d535
drm/xe/mocs: Clarify difference between hw and sw sizes

It's not very obvious what the difference is between the 'size' and
'n_entries' fields of the MOCS structure.  Rename both fields slightly
and add some comments explaining that one is the documentation-defined
table size, while the other is the number of entries that can be
programmed into the hardware (and the documented table size can
potentially be smaller than the number of hardware entries).

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240627203741.2042752-4-matthew.d.roper@intel.com
drivers/gpu/drm/xe/tests/xe_mocs.c
drivers/gpu/drm/xe/xe_mocs.c