Skip to content

Commit e379cbe

Browse files
committed
drm/exynos: clean up description of exynos_drm_crtc
This patch removes unnecessary descriptions on exynos_drm_crtc structure and adds one description which specifies what pipe_clk member does. pipe_clk support had been added by below patch without any description, drm/exynos: add support for pipeline clock to the framework Commit-id : f26b934 Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent 70505c2 commit e379cbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/gpu/drm/exynos/exynos_drm_drv.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,9 @@ struct exynos_drm_clk {
160160
* drm framework doesn't support multiple irq yet.
161161
* we can refer to the crtc to current hardware interrupt occurred through
162162
* this pipe value.
163-
* @enabled: if the crtc is enabled or not
164-
* @event: vblank event that is currently queued for flip
165-
* @wait_update: wait all pending planes updates to finish
166-
* @pending_update: number of pending plane updates in this crtc
167163
* @ops: pointer to callbacks for exynos drm specific functionality
168164
* @ctx: A pointer to the crtc's implementation specific context
165+
* @pipe_clk: A pointer to the crtc's pipeline clock.
169166
*/
170167
struct exynos_drm_crtc {
171168
struct drm_crtc base;

0 commit comments

Comments
 (0)