]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/vf: Don't apply tile workarounds if VF
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 19 Jun 2024 21:45:51 +0000 (23:45 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 20 Jun 2024 17:49:36 +0000 (19:49 +0200)
commitf20535ce1dd96003e76c958ffaa9c345483d2dfd
treeb53b1747d1b51091037c5fb94f30fbd6aaec2b7c
parent9632dfb0def48b0b6fa343fef166e0cf2ac10a95
drm/xe/vf: Don't apply tile workarounds if VF

The VF drivers can't apply any workarounds as they don't have
access to related registers. Since xe_wa_apply_tile_workarounds()
function is not using RTP yet, we have to add early return.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619214557.905-4-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_wa.c