Skip to content

Commit

Permalink
drm: Fix kerneldoc and remove unused struct member in self_refresh he…
Browse files Browse the repository at this point in the history
…lper

Artifacts of previous revisions.

Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link to v1: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]

Changes in v2:
- None
  • Loading branch information
atseanpaul committed Sep 19, 2019
1 parent 4d85f45 commit 2d2e0b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/drm_self_refresh_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
struct drm_self_refresh_data {
struct drm_crtc *crtc;
struct delayed_work entry_work;
struct drm_atomic_state *save_state;
unsigned int entry_delay_ms;
};

Expand Down
2 changes: 1 addition & 1 deletion include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ struct drm_crtc {
/**
* @self_refresh_data: Holds the state for the self refresh helpers
*
* Initialized via drm_self_refresh_helper_register().
* Initialized via drm_self_refresh_helper_init().
*/
struct drm_self_refresh_data *self_refresh_data;
};
Expand Down

0 comments on commit 2d2e0b9

Please sign in to comment.