drm/xe/reg_sr: Apply limit to register whitelisting
authorGustavo Sousa <gustavo.sousa@intel.com>
Fri, 9 Jun 2023 14:38:15 +0000 (11:38 -0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:35:20 +0000 (18:35 -0500)
commit5eeb8b443875f2a6f751ed2c77cc410fad6b2e61
tree2741967c396f601d6991e0a7076d1272de5bd374
parent1011812c642c664b254986fb34264c2ee8d2bb50
drm/xe/reg_sr: Apply limit to register whitelisting

If RING_MAX_NONPRIV_SLOTS denotes the maximum number of whitelisting
slots, then it makes sense to refuse going above it.

v2:
  - Use xe_gt_err() instead of drm_err() for more detailed info in the
    error message. (Matt)

Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230609143815.302540-3-gustavo.sousa@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_reg_sr.c