From: Inki Dae <inki.dae@samsung.com>
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: Mon, 13 Jun 2016 10:34:38 +0900 [thread overview]
Message-ID: <575E0DAE.8010603@samsung.com> (raw)
In-Reply-To: <575A92A9.4010109@math.uni-bielefeld.de>
Picked it up.
Thanks,
Inki Dae
2016년 06월 10일 19:12에 Tobias Jakobi 이(가) 쓴 글:
> 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;
>>
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
prev parent reply other threads:[~2016-06-13 1:34 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
2016-06-13 1:34 ` Inki Dae [this message]
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=575E0DAE.8010603@samsung.com \
--to=inki.dae@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=tjakobi@math.uni-bielefeld.de \
/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.