Commit 2679be71 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Rodrigo Vivi

drm/xe: Remove TODO from rtp infra

The function pointer is already present as match_func, inside
struct xe_rtp_rule and handled as so instead of inside rtp_regval as
originally thought out when this was written.
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent b799aa5a
...@@ -24,10 +24,6 @@ enum { ...@@ -24,10 +24,6 @@ enum {
struct xe_rtp_regval { struct xe_rtp_regval {
/** @reg: Register */ /** @reg: Register */
u32 reg; u32 reg;
/*
* TODO: maybe we need a union here with a func pointer for cases
* that are too specific to be generalized
*/
/** @clr_bits: bits to clear when updating register */ /** @clr_bits: bits to clear when updating register */
u32 clr_bits; u32 clr_bits;
/** @set_bits: bits to set when updating register */ /** @set_bits: bits to set when updating register */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment