]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/uapi: Expose the L3 bank mask
authorFrancois Dugast <francois.dugast@intel.com>
Tue, 16 Apr 2024 14:50:37 +0000 (14:50 +0000)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 21 May 2024 16:01:40 +0000 (09:01 -0700)
commit995f7dafd110eecbeef1e02846d897d64839d838
tree63ed7429901cae434e2b76daa68fa6e74820308b
parent188ced1e0ff892f0948f20480e2e0122380ae46d
drm/xe/uapi: Expose the L3 bank mask

The L3 bank mask is already generated and stored internally with
the rest of the GT topology. In user space, the compute runtime
now needs this information to be added to the device properties
therefore the topology mask query is extended to provide a new
mask which represents the L3 banks enabled on the GT.

The changes in the compute runtime are ready and approved, see
link below.

v2: Rewrite commit message and add a link to the compute
    runtime PR (Francois Dugast)

Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Robert Krzemien <robert.krzemien@intel.com>
Cc: Mateusz Jablonski <mateusz.jablonski@intel.com>
Link: https://github.com/intel/compute-runtime/pull/722
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Acked-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240416145037.7-2-francois.dugast@intel.com
drivers/gpu/drm/xe/xe_query.c
include/uapi/drm/xe_drm.h