/** @panic: Panic interface */
const struct intel_display_panic_interface *panic;
- /** @rpm: RPS interface. Optional. */
+ /** @rps: RPS interface. Optional. */
const struct intel_display_rps_interface *rps;
/** @stolen: Stolen memory. */
/** @fence_priority_display: Set display priority. Optional. */
void (*fence_priority_display)(struct dma_fence *fence);
- /** @has_auxcss: Are AuxCCS formats supported by the parent. Optional. */
+ /** @has_auxccs: Are AuxCCS formats supported by the parent. Optional. */
bool (*has_auxccs)(struct drm_device *drm);
};