]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/topology: Stop trying to fix programming mistakes
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 4 Jun 2025 20:29:08 +0000 (22:29 +0200)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 6 Jun 2025 18:47:05 +0000 (11:47 -0700)
commitbfb114751af9f44bc0fdd595bc09b085c81cc61f
tree880b9023889cf0be9ddc98ca4fb949b7fb583df0
parent113c3f596807b7b593b389d923091821d1d46e1b
drm/xe/topology: Stop trying to fix programming mistakes

We shouldn't ever pass more DSS registers than our hardcoded limit,
it should be sufficient to just assert that instead of trying to
fix it, as this will never happen in the production driver.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250604202908.769-4-michal.wajdeczko@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_gt_topology.c