From: Jyri Sarha <jsarha@ti.com>
To: Sean Paul <seanpaul@chromium.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/tilcdc: Add atomic and crtc headers to crtc.c
Date: Fri, 23 Sep 2016 13:41:08 +0300 [thread overview]
Message-ID: <3cca6989-bead-55ca-13e2-9fdc26d516fe@ti.com> (raw)
In-Reply-To: <CAOw6vbLJDN=9EnGrLzfrM3CfT0ycBJQZo0jtJjTq7aa6hvqfBg@mail.gmail.com>
On 09/23/16 09:23, Sean Paul wrote:
> On Thu, Sep 22, 2016 at 2:04 PM, Jyri Sarha <jsarha@ti.com> wrote:
>> On 09/22/16 09:18, Daniel Vetter wrote:
>>> On Wed, Sep 21, 2016 at 06:36:28AM -0700, Sean Paul wrote:
>>>> Also reorder alphabetically and fix up drm_flip_work header.
>>>>
>>>> Signed-off-by: Sean Paul <seanpaul@chromium.org>
>>>
>>> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>>
>>
>> Picked this up. Thanks!
>>
>
> Hi Jyri,
> I already picked this up through drm-misc to preface Daniel's clean-up
> patch series.
>
> Could you drop this from your tree and we'll take it through -misc?
>
Argh I sent the pull request already. However, Dave has not pulled it
yet, so I'll make another and ask him the ignore one with your patch.
BR,
Jyri
> Sean
>
>
>> Best regards,
>> Jyri
>>
>>>> ---
>>>> drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 6 ++++--
>>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>>>> index 2087689..cb9df10 100644
>>>> --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>>>> +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
>>>> @@ -15,9 +15,11 @@
>>>> * this program. If not, see <http://www.gnu.org/licenses/>.
>>>> */
>>>>
>>>> -#include "drm_flip_work.h"
>>>> -#include <drm/drm_plane_helper.h>
>>>> +#include <drm/drm_atomic.h>
>>>> #include <drm/drm_atomic_helper.h>
>>>> +#include <drm/drm_crtc.h>
>>>> +#include <drm/drm_flip_work.h>
>>>> +#include <drm/drm_plane_helper.h>
>>>>
>>>> #include "tilcdc_drv.h"
>>>> #include "tilcdc_regs.h"
>>>> --
>>>> 2.8.0.rc3.226.g39d4020
>>>>
>>>
>>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-09-23 10:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-21 8:59 [PATCH 1/7] drm: Extract drm_plane.[hc] Daniel Vetter
2016-09-21 8:59 ` [PATCH 2/7] drm/doc: Polish for drm_plane.[hc] Daniel Vetter
2016-09-27 21:08 ` Rafael Antognolli
2016-09-28 8:11 ` Jani Nikula
2016-09-28 15:39 ` Rafael Antognolli
2016-09-21 8:59 ` [PATCH 3/7] drm: Conslidate blending properties in drm_blend.[hc] Daniel Vetter
2016-09-21 8:59 ` [PATCH 4/7] drm/doc: Polish plane composition property docs Daniel Vetter
2016-09-21 8:59 ` [PATCH 5/7] drm: Extract drm_color_mgmt.[hc] Daniel Vetter
2016-09-21 8:59 ` [PATCH 6/7] drm/doc: Document color space handling Daniel Vetter
2016-09-21 8:59 ` [PATCH 7/7] drm: Remove dirty property from docs Daniel Vetter
2016-09-22 12:29 ` Sean Paul
2016-09-21 13:28 ` [PATCH 1/7] drm: Extract drm_plane.[hc] Sean Paul
2016-09-21 13:36 ` [PATCH] drm/tilcdc: Add atomic and crtc headers to crtc.c Sean Paul
2016-09-22 6:18 ` Daniel Vetter
2016-09-22 21:04 ` Jyri Sarha
2016-09-23 6:23 ` Sean Paul
2016-09-23 10:41 ` Jyri Sarha [this message]
2016-09-21 13:37 ` [PATCH 1/7] drm: Extract drm_plane.[hc] Sean Paul
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=3cca6989-bead-55ca-13e2-9fdc26d516fe@ti.com \
--to=jsarha@ti.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=seanpaul@chromium.org \
--cc=tomi.valkeinen@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox