From: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
To: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>,
linux-samsung-soc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/exynos: g2d: drop the _REG postfix from the stride defines
Date: Fri, 10 Jun 2016 12:12:57 +0200 [thread overview]
Message-ID: <575A92A9.4010109@math.uni-bielefeld.de> (raw)
In-Reply-To: <1464180176-10463-1-git-send-email-tjakobi@math.uni-bielefeld.de>
Ping!
- Tobias
Tobias Jakobi wrote:
> This makes the defines consistent with the rest.
>
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
> drivers/gpu/drm/exynos/exynos_drm_g2d.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> index 01b72b9..0934d38 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
> @@ -48,13 +48,13 @@
>
> /* registers for base address */
> #define G2D_SRC_BASE_ADDR 0x0304
> -#define G2D_SRC_STRIDE_REG 0x0308
> +#define G2D_SRC_STRIDE 0x0308
> #define G2D_SRC_COLOR_MODE 0x030C
> #define G2D_SRC_LEFT_TOP 0x0310
> #define G2D_SRC_RIGHT_BOTTOM 0x0314
> #define G2D_SRC_PLANE2_BASE_ADDR 0x0318
> #define G2D_DST_BASE_ADDR 0x0404
> -#define G2D_DST_STRIDE_REG 0x0408
> +#define G2D_DST_STRIDE 0x0408
> #define G2D_DST_COLOR_MODE 0x040C
> #define G2D_DST_LEFT_TOP 0x0410
> #define G2D_DST_RIGHT_BOTTOM 0x0414
> @@ -560,7 +560,7 @@ static enum g2d_reg_type g2d_get_reg_type(int reg_offset)
>
> switch (reg_offset) {
> case G2D_SRC_BASE_ADDR:
> - case G2D_SRC_STRIDE_REG:
> + case G2D_SRC_STRIDE:
> case G2D_SRC_COLOR_MODE:
> case G2D_SRC_LEFT_TOP:
> case G2D_SRC_RIGHT_BOTTOM:
> @@ -570,7 +570,7 @@ static enum g2d_reg_type g2d_get_reg_type(int reg_offset)
> reg_type = REG_TYPE_SRC_PLANE2;
> break;
> case G2D_DST_BASE_ADDR:
> - case G2D_DST_STRIDE_REG:
> + case G2D_DST_STRIDE:
> case G2D_DST_COLOR_MODE:
> case G2D_DST_LEFT_TOP:
> case G2D_DST_RIGHT_BOTTOM:
> @@ -961,8 +961,8 @@ static int g2d_check_reg_offset(struct device *dev,
> } else
> buf_info->types[reg_type] = BUF_TYPE_GEM;
> break;
> - case G2D_SRC_STRIDE_REG:
> - case G2D_DST_STRIDE_REG:
> + case G2D_SRC_STRIDE:
> + case G2D_DST_STRIDE:
> if (for_addr)
> goto err;
>
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-06-10 10:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 12:42 [PATCH] drm/exynos: g2d: drop the _REG postfix from the stride defines Tobias Jakobi
2016-06-10 10:12 ` Tobias Jakobi [this message]
2016-06-13 1:34 ` Inki Dae
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=575A92A9.4010109@math.uni-bielefeld.de \
--to=tjakobi@math.uni-bielefeld.de \
--cc=dri-devel@lists.freedesktop.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox