mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
drm/vtables: Fix typo
The callback is named .atomic_check, not .atomc_check. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170901144042.6023-1-thierry.reding@gmail.com
This commit is contained in:
parent
3ea0bf3779
commit
2093ea2e09
@ -314,7 +314,7 @@ struct drm_crtc_helper_funcs {
|
||||
* implementation in drm_atomic_helper_check().
|
||||
*
|
||||
* When using drm_atomic_helper_check_planes() this hook is called
|
||||
* after the &drm_plane_helper_funcs.atomc_check hook for planes, which
|
||||
* after the &drm_plane_helper_funcs.atomic_check hook for planes, which
|
||||
* allows drivers to assign shared resources requested by planes in this
|
||||
* callback here. For more complicated dependencies the driver can call
|
||||
* the provided check helpers multiple times until the computed state
|
||||
|
Loading…
Reference in New Issue
Block a user