drm/xe/rtp: Move match function from wa to rtp
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 1 Mar 2023 09:31:06 +0000 (01:31 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:46 +0000 (18:29 -0500)
commit4c128558fe16b77013a251bcc3af8caa77fb7732
treea53869379a5e73bee675d4a51006a913b09d4f05
parent1415283befa0e47df1270d10356a074793664757
drm/xe/rtp: Move match function from wa to rtp

Match functions are generally useful for other parts of the code (e.g.
xe_tuning.c). Move and rename the single one available to create a place
where similar match functions can be added.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_rtp.c
drivers/gpu/drm/xe/xe_rtp.h
drivers/gpu/drm/xe/xe_wa.c