mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
drm/intel: fix parent interface kernel-doc
Fix some typos in the kernel-doc. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/b293e25aa00418908e67576e8adcab325319705a.1765548786.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -97,7 +97,7 @@ struct intel_display_parent_interface {
|
||||
/** @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. */
|
||||
@@ -112,7 +112,7 @@ struct intel_display_parent_interface {
|
||||
/** @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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user