freedreno/registers: Remove left-over comment
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

I accidentially left some notes in !39636.  The lua hook for figuring
out which descriptor type(s) to display is already implemented.

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40470>
This commit is contained in:
Rob Clark 2026-03-17 09:35:39 -07:00 committed by Marge Bot
parent 11fcee57a7
commit 4fc5879573

View file

@ -14,18 +14,6 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
<value name="A8XX" value="8"/>
</enum>
<!--
we could use fmt to differentiate planar from single-plane.. but I think we need
runtime usage to determine other types?
Maybe just use lua hook to tell cffdec which descriptor types a descriptor
definitely is _not_ (ie. looking at FMT for multiplaner vs single plane..
and we could probably rule out a weight descriptor based on FMT/SWIZ/etc?).
Also looking at implausible field values might be a way to rule out some.
Also, align="" should give us some asserts for iova's with pack builders.
-->
<enum name="desctype" bare="yes">
<value name="DESC_NONE" value="0"/>
<doc>