projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd2aca
)
drm/atomic: Update comment to match the code
author
Thierry Reding
<treding@nvidia.com>
Mon, 31 Jul 2017 09:13:43 +0000
(11:13 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 31 Jul 2017 11:43:35 +0000
(13:43 +0200)
The kerneldoc for drm_atomic_crtc_needs_modeset() is outdated and no
longer reflects the actual code. Fix that up to remove confusion.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20170731091343.21363-1-thierry.reding@gmail.com
include/drm/drm_atomic.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_atomic.h
b/include/drm/drm_atomic.h
index 7cd0f303f5a35931345864aa36a6ad100ec02437..a7adbf57b8864220ce01a75dcee7139dc18ddbab 100644
(file)
--- a/
include/drm/drm_atomic.h
+++ b/
include/drm/drm_atomic.h
@@
-883,7
+883,7
@@
void drm_state_dump(struct drm_device *dev, struct drm_printer *p);
*
* To give drivers flexibility &struct drm_crtc_state has 3 booleans to track
* whether the state CRTC changed enough to need a full modeset cycle:
- *
planes_changed, mode_changed and active
_changed. This helper simply
+ *
mode_changed, active_changed and connectors
_changed. This helper simply
* combines these three to compute the overall need for a modeset for @state.
*
* The atomic helper code sets these booleans, but drivers can and should