All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Padovan <gustavo@padovan.org>
To: linux-samsung-soc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, inki.dae@samsung.com,
	jy0922.shim@samsung.com,
	Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Subject: [PATCH -v2 2/8] drm/exynos: remove unused exynos_crtc->win_enable() callback
Date: Thu, 26 Mar 2015 11:10:55 -0300	[thread overview]
Message-ID: <1427379061-30621-3-git-send-email-gustavo@padovan.org> (raw)
In-Reply-To: <1427379061-30621-1-git-send-email-gustavo@padovan.org>

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

None of the exynos crtc drivers implements win_enable() so remove it for
better clarity of the code.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 9afd390..4e8f0b0 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -174,7 +174,6 @@ struct exynos_drm_display {
  *	hardware overlay is updated.
  * @win_mode_set: copy drm overlay info to hw specific overlay info.
  * @win_commit: apply hardware specific overlay data to registers.
- * @win_enable: enable hardware specific overlay.
  * @win_disable: disable hardware specific overlay.
  * @te_handler: trigger to transfer video image at the tearing effect
  *	synchronization signal if there is a page flip request.
@@ -192,7 +191,6 @@ struct exynos_drm_crtc_ops {
 	void (*win_mode_set)(struct exynos_drm_crtc *crtc,
 				struct exynos_drm_plane *plane);
 	void (*win_commit)(struct exynos_drm_crtc *crtc, int zpos);
-	void (*win_enable)(struct exynos_drm_crtc *crtc, int zpos);
 	void (*win_disable)(struct exynos_drm_crtc *crtc, int zpos);
 	void (*te_handler)(struct exynos_drm_crtc *crtc);
 };
-- 
2.1.0

  parent reply	other threads:[~2015-03-26 14:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 14:10 [PATCH -v2 0/8] drm/exynos: clean up patches (preparing for atomic) Gustavo Padovan
2015-03-26 14:10 ` [PATCH -v2 1/8] drm/exynos: fimd: fix alpha setting for XR24 pixel format Gustavo Padovan
2015-03-26 14:10 ` Gustavo Padovan [this message]
2015-03-26 14:10 ` [PATCH -v2 3/8] drm/exynos: remove struct *_win_data abstraction on planes Gustavo Padovan
2015-03-31  8:19   ` Joonyoung Shim
2015-03-31 15:33     ` Gustavo Padovan
2015-03-26 14:10 ` [PATCH -v2 4/8] drm/exynos: preset zpos value for overlay planes Gustavo Padovan
2015-03-26 14:10 ` [PATCH -v2 5/8] drm/exynos: make zpos property immutable Gustavo Padovan
2015-03-26 14:10 ` [PATCH -v2 6/8] drm/exynos: remove exynos_plane_destroy() Gustavo Padovan
2015-03-26 14:11 ` [PATCH -v2 7/8] drm/exynos: remove leftover functions declarations Gustavo Padovan
2015-03-26 14:11 ` [PATCH -v2 8/8] drm/exynos: track vblank events on a per crtc basis Gustavo Padovan
2015-03-31  8:27 ` [PATCH -v2 0/8] drm/exynos: clean up patches (preparing for atomic) Joonyoung Shim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427379061-30621-3-git-send-email-gustavo@padovan.org \
    --to=gustavo@padovan.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo.padovan@collabora.co.uk \
    --cc=inki.dae@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.