Lines Matching refs:keystr
45 - <keystr> - String excluding any above defined reserved characters or whitespace.
87 - drm-engine-<keystr>: <uint> ns
90 and unique name (keystr), with possible values documented in the driver specific
102 - drm-engine-capacity-<keystr>: <uint>
105 drm-engine-<keystr> tag and shall contain a greater than zero number in case the
111 - drm-cycles-<keystr>: <uint>
114 drm-engine-<keystr> tag and shall contain the number of busy cycles for the given
123 - drm-total-cycles-<keystr>: <uint>
126 drm-cycles-<keystr> tag and shall contain the total number cycles for the given
130 of drm-cycles-<keystr>. For drivers that implement this interface, the engine
134 A driver may implement either this key or drm-maxfreq-<keystr>, but not both.
136 - drm-maxfreq-<keystr>: <uint> [Hz|MHz|KHz]
139 drm-engine-<keystr> tag and shall contain the maximum frequency for the given
140 engine. Taken together with drm-cycles-<keystr>, this can be used to calculate
141 percentage utilization of the engine, whereas drm-engine-<keystr> only reflects
145 A driver may implement either this key or drm-total-cycles-<keystr>, but not