All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan MacDonald <allcoms@gmail.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>,
	kernel@pengutronix.de, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 0/4] Fix DP busy wait and defer disabling overlay plane
Date: Mon, 6 Mar 2017 09:55:30 +0000	[thread overview]
Message-ID: <CANOoOju8tUGLrA8RkVr_kHvP65-7=y1HDKP4haZ06urmj4jYTw@mail.gmail.com> (raw)
In-Reply-To: <1488789571.2464.10.camel@pengutronix.de>

Hi Phillipp

I've just tried those commands on my work machine where we allow
(need) git access and I get the same errors as I did at home.

Thanks

On Mon, Mar 6, 2017 at 8:39 AM, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> On Sat, 2017-03-04 at 14:36 +0000, Dan MacDonald wrote:
>> Hi Phillip
>>
>> $ git fetch https://git.pengutronix.de/git/pza/linux.git
>> tags/v4.10-ipu-dp-plane-fix
>> fatal: Not a git repository (or any of the parent directories): .git
>>
>>
>> I get the same error for:
>>
>> git fetch https://git.pengutronix.de/git/pza/linux.git
>> tags/v4.10-ipu-dp-plane-fix
>
> That's strange. I've just tried this with both https and git protocols
> from an external network:
>
> git fetch https://git.pengutronix.de/git/pza/linux.git tags/v4.10-ipu-dp-plane-fix
> git fetch git://git.pengutronix.de/git/pza/linux.git tags/v4.10-ipu-dp-plane-fix
>
> Does the error persist? Could you try git:// instead of https://?
>
> regards
> Philipp
>
>> Thanks
>>
>> On Mon, Feb 27, 2017 at 1:13 PM, Philipp Zabel <p.zabel@pengutronix.de> wrote:
>> > Hi Dan,
>> >
>> > On Mon, 2017-02-27 at 11:43 +0000, Dan MacDonald wrote:
>> >> Hi Phillipp
>> >>
>> >> It sounds like you need me to test a new kernel build with these patches now?
>> >
>> > if you could find the time, that would be helpful.
>> >
>> >> I'm new round here so could you please give me the git commands to
>> >> check out your patches / tree as well as any kernel config options
>> >> I'll need to ensure are enabled for full imxdrm / SABRE Lite support.
>> >
>> > If you are willing to test on top of drm-next, try
>> >
>> >     git fetch https://git.pengutronix.de/git/pza/linux.git imx-drm/next
>> >     git checkout -b "test-branch" FETCH_HEAD
>> >     make imx_v6_v7_defconfig
>> >
>> > I think the defconfig should include everything necessary for SABRE Lite
>> > in your git kernel repository. If you prefer testing on a release
>> > kernel, the patches are trivially rebased onto v4.10:
>> >
>> >     git fetch https://git.pengutronix.de/git/pza/linux.git tags/v4.10-ipu-dp-plane-fix
>> >     git checkout -b "test-branch" FETCH_HEAD
>> >     make imx_v6_v7_defconfig
>> >
>> >> I started moving house yesterday and that continues today and tomorrow
>> >> so the soonest I am going to be able to build and test a new kernel
>> >> will be Wednesday but Thursday or this upcoming weekend is more
>> >> likely.
>> >
>> > Ok, there's no hurry. Let me know if you have any problems.
>> >
>> > regards
>> > Philipp
>> >
>>
>>
>
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2017-03-06  9:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 11:28 [PATCH 0/4] Fix DP busy wait and defer disabling overlay plane Philipp Zabel
2017-02-27 11:28 ` [PATCH 1/4] gpu: ipu-v3: remove IRQ dance on DC channel disable Philipp Zabel
2017-02-27 11:28 ` [PATCH 2/4] gpu: ipu-v3: add unsynchronised DP channel disabling Philipp Zabel
2017-02-27 11:33   ` Lucas Stach
2017-02-27 11:44     ` Philipp Zabel
2017-02-27 11:28 ` [PATCH 3/4] drm/imx: call drm_atomic_helper_commit_hw_done after drm_atomic_helper_wait_for_vblanks Philipp Zabel
2017-02-27 11:38   ` Lucas Stach
2017-02-27 11:28 ` [PATCH 4/4] drm/imx: add deferred plane disabling Philipp Zabel
2017-02-27 11:39   ` Lucas Stach
2017-02-27 11:40   ` Lucas Stach
2017-02-27 11:43 ` [PATCH 0/4] Fix DP busy wait and defer disabling overlay plane Dan MacDonald
2017-02-27 13:13   ` Philipp Zabel
2017-02-27 14:17     ` Dan MacDonald
2017-03-04 14:36     ` Dan MacDonald
2017-03-06  8:39       ` Philipp Zabel
2017-03-06  9:55         ` Dan MacDonald [this message]
2017-03-06 13:50           ` Philipp Zabel
2017-03-06 14:28             ` Dan MacDonald
2017-03-06 15:32               ` Philipp Zabel
2017-03-06 16:29             ` Russell King - ARM Linux
2017-03-09 10:00               ` Dan MacDonald
2017-03-10 11:11                 ` Dan MacDonald
2017-03-13 11:11                   ` Philipp Zabel
2017-03-22 22:28                     ` Dan MacDonald
2017-03-31 13:36                       ` Dan MacDonald
2017-03-31 14:15                         ` Russell King - ARM Linux
2017-04-01  0:26                           ` Dan MacDonald
2017-04-01 10:50                             ` Dan MacDonald
2017-04-03 11:46                               ` Philipp Zabel
2017-04-03 11:54                                 ` Dan MacDonald
2017-04-03 12:06                                   ` Philipp Zabel
2017-04-04 18:25                                     ` Dan MacDonald
2017-04-04 18:44                                       ` Dan MacDonald
2017-04-05 13:51                                       ` Philipp Zabel
2017-04-05 14:18                                         ` Dan MacDonald
2017-04-10 17:54                                           ` Dan MacDonald
2017-04-24  9:18                                             ` Dan MacDonald
2017-04-24  9:28                                               ` Dan MacDonald

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='CANOoOju8tUGLrA8RkVr_kHvP65-7=y1HDKP4haZ06urmj4jYTw@mail.gmail.com' \
    --to=allcoms@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel@pengutronix.de \
    --cc=linux@arm.linux.org.uk \
    --cc=p.zabel@pengutronix.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.