From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Kamil Debski <k.debski@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Kukjin Kim <kgene@kernel.org>,
linux-media@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 2/2] [media] s5p-g2d: Replace old driver with DRM version
Date: Wed, 13 Jul 2016 09:59:06 +0200 [thread overview]
Message-ID: <5785F4CA.8070908@samsung.com> (raw)
In-Reply-To: <20160712200202.7496445e@recife.lan>
On 07/13/2016 01:02 AM, Mauro Carvalho Chehab wrote:
> I suspect that you'll be applying this one via DRM tree, so:
>
> Em Tue, 24 May 2016 15:28:13 +0200
> Krzysztof Kozlowski <k.kozlowski@samsung.com> escreveu:
>
>> Remove the old non-DRM driver because it is now entirely supported by
>> exynos_drm_g2d driver.
>>
>> Cc: Kyungmin Park <kyungmin.park@samsung.com>
>> Cc: Kamil Debski <k.debski@samsung.com>
>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
>
> PS.: If you prefer to apply this one via my tree, I'm ok too. Just
> let me know when the first patch gets merged upstream.
This patchset was insufficient and I didn't came up with follow up.
Please ignore it for now.
Best regards,
Krzysztof
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] [media] s5p-g2d: Replace old driver with DRM version
Date: Wed, 13 Jul 2016 09:59:06 +0200 [thread overview]
Message-ID: <5785F4CA.8070908@samsung.com> (raw)
In-Reply-To: <20160712200202.7496445e@recife.lan>
On 07/13/2016 01:02 AM, Mauro Carvalho Chehab wrote:
> I suspect that you'll be applying this one via DRM tree, so:
>
> Em Tue, 24 May 2016 15:28:13 +0200
> Krzysztof Kozlowski <k.kozlowski@samsung.com> escreveu:
>
>> Remove the old non-DRM driver because it is now entirely supported by
>> exynos_drm_g2d driver.
>>
>> Cc: Kyungmin Park <kyungmin.park@samsung.com>
>> Cc: Kamil Debski <k.debski@samsung.com>
>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
>
> PS.: If you prefer to apply this one via my tree, I'm ok too. Just
> let me know when the first patch gets merged upstream.
This patchset was insufficient and I didn't came up with follow up.
Please ignore it for now.
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>,
Joonyoung Shim <jy0922.shim@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
David Airlie <airlied@linux.ie>, Kukjin Kim <kgene@kernel.org>,
Marek Szyprowski <m.szyprowski@samsung.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-media@vger.kernel.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Kamil Debski <k.debski@samsung.com>
Subject: Re: [PATCH 2/2] [media] s5p-g2d: Replace old driver with DRM version
Date: Wed, 13 Jul 2016 09:59:06 +0200 [thread overview]
Message-ID: <5785F4CA.8070908@samsung.com> (raw)
In-Reply-To: <20160712200202.7496445e@recife.lan>
On 07/13/2016 01:02 AM, Mauro Carvalho Chehab wrote:
> I suspect that you'll be applying this one via DRM tree, so:
>
> Em Tue, 24 May 2016 15:28:13 +0200
> Krzysztof Kozlowski <k.kozlowski@samsung.com> escreveu:
>
>> Remove the old non-DRM driver because it is now entirely supported by
>> exynos_drm_g2d driver.
>>
>> Cc: Kyungmin Park <kyungmin.park@samsung.com>
>> Cc: Kamil Debski <k.debski@samsung.com>
>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
>
> PS.: If you prefer to apply this one via my tree, I'm ok too. Just
> let me know when the first patch gets merged upstream.
This patchset was insufficient and I didn't came up with follow up.
Please ignore it for now.
Best regards,
Krzysztof
next prev parent reply other threads:[~2016-07-13 7:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 13:28 [PATCH 1/2] drm/exynos: g2d: Add support for old S5Pv210 type Krzysztof Kozlowski
2016-05-24 13:28 ` Krzysztof Kozlowski
2016-05-24 13:28 ` [PATCH 2/2] [media] s5p-g2d: Replace old driver with DRM version Krzysztof Kozlowski
2016-05-24 13:28 ` Krzysztof Kozlowski
2016-05-24 13:28 ` Krzysztof Kozlowski
2016-07-12 23:02 ` Mauro Carvalho Chehab
2016-07-12 23:02 ` Mauro Carvalho Chehab
2016-07-12 23:02 ` Mauro Carvalho Chehab
2016-07-13 7:59 ` Krzysztof Kozlowski [this message]
2016-07-13 7:59 ` Krzysztof Kozlowski
2016-07-13 7:59 ` Krzysztof Kozlowski
2016-07-13 13:46 ` Nicolas Dufresne
2016-07-13 13:46 ` Nicolas Dufresne
2016-07-13 13:46 ` Nicolas Dufresne
2016-05-24 13:49 ` [PATCH 1/2] drm/exynos: g2d: Add support for old S5Pv210 type Tobias Jakobi
2016-05-24 13:49 ` Tobias Jakobi
2016-05-24 13:58 ` Krzysztof Kozlowski
2016-05-24 13:58 ` Krzysztof Kozlowski
2016-05-24 16:05 ` Tobias Jakobi
2016-05-24 16:05 ` Tobias Jakobi
2016-05-24 16:05 ` Tobias Jakobi
2016-05-25 12:13 ` Krzysztof Kozlowski
2016-05-25 12:13 ` Krzysztof Kozlowski
2016-05-25 12:59 ` Tobias Jakobi
2016-05-25 12:59 ` Tobias Jakobi
2016-05-25 12:59 ` Tobias Jakobi
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=5785F4CA.8070908@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=k.debski@samsung.com \
--cc=kgene@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mchehab@osg.samsung.com \
--cc=sw0312.kim@samsung.com \
/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.