public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mediatek drm fixes for 4.20
@ 2018-12-10  2:12 CK Hu
  2018-12-12 21:32 ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: CK Hu @ 2018-12-10  2:12 UTC (permalink / raw)
  To: Dave Airlie, dri-devel, linux-mediatek; +Cc: Nicolas Boichat

Hi, Dave:

Here is one fix.

Regards,
CK

The following changes since commit
651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://github.com/ckhu-mediatek/linux.git-tags.git a0071bc455da

for you to fetch changes up to a0071bc455da7b830b9517058933a83eb6cc902a:

  drm/mediatek: Only try to attach bridge if there is one (2018-12-03
11:08:22 +0800)

----------------------------------------------------------------
Nicolas Boichat (1):
      drm/mediatek: Only try to attach bridge if there is one

 drivers/gpu/drm/mediatek/mtk_dsi.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mediatek drm fixes for 4.20
  2018-12-10  2:12 [GIT PULL] mediatek drm fixes for 4.20 CK Hu
@ 2018-12-12 21:32 ` Dave Airlie
  2018-12-13  0:17   ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Airlie @ 2018-12-12 21:32 UTC (permalink / raw)
  To: CK Hu; +Cc: drinkcat, linux-mediatek, dri-devel

On Mon, 10 Dec 2018 at 12:13, CK Hu <ck.hu@mediatek.com> wrote:
>
> Hi, Dave:
>
> Here is one fix.
>
> Regards,
> CK
>
> The following changes since commit
> 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/ckhu-mediatek/linux.git-tags.git a0071bc455da

Something went wrong with your git pull, you didn't get a tag or
branch for me to pull from.

Dave.

>
> for you to fetch changes up to a0071bc455da7b830b9517058933a83eb6cc902a:
>
>   drm/mediatek: Only try to attach bridge if there is one (2018-12-03
> 11:08:22 +0800)
>
> ----------------------------------------------------------------
> Nicolas Boichat (1):
>       drm/mediatek: Only try to attach bridge if there is one
>
>  drivers/gpu/drm/mediatek/mtk_dsi.c | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
>
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mediatek drm fixes for 4.20
  2018-12-12 21:32 ` Dave Airlie
@ 2018-12-13  0:17   ` Dave Airlie
  2018-12-13  1:14     ` CK Hu
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Airlie @ 2018-12-13  0:17 UTC (permalink / raw)
  To: CK Hu; +Cc: drinkcat, linux-mediatek, dri-devel

On Thu, 13 Dec 2018 at 07:32, Dave Airlie <airlied@gmail.com> wrote:
>
> On Mon, 10 Dec 2018 at 12:13, CK Hu <ck.hu@mediatek.com> wrote:
> >
> > Hi, Dave:
> >
> > Here is one fix.
> >
> > Regards,
> > CK
> >
> > The following changes since commit
> > 651022382c7f8da46cb4872a545ee1da6d097d2a:
> >
> >   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/ckhu-mediatek/linux.git-tags.git a0071bc455da
>
> Something went wrong with your git pull, you didn't get a tag or
> branch for me to pull from.
>

Btw for this occasion I've pulled from the branch on github which has
this patch,
but in future please make sure the pull req you send out is valid.

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mediatek drm fixes for 4.20
  2018-12-13  0:17   ` Dave Airlie
@ 2018-12-13  1:14     ` CK Hu
  0 siblings, 0 replies; 4+ messages in thread
From: CK Hu @ 2018-12-13  1:14 UTC (permalink / raw)
  To: Dave Airlie; +Cc: drinkcat, linux-mediatek, dri-devel

Hi, Dave:

On Thu, 2018-12-13 at 10:17 +1000, Dave Airlie wrote:
> On Thu, 13 Dec 2018 at 07:32, Dave Airlie <airlied@gmail.com> wrote:
> >
> > On Mon, 10 Dec 2018 at 12:13, CK Hu <ck.hu@mediatek.com> wrote:
> > >
> > > Hi, Dave:
> > >
> > > Here is one fix.
> > >
> > > Regards,
> > > CK
> > >
> > > The following changes since commit
> > > 651022382c7f8da46cb4872a545ee1da6d097d2a:
> > >
> > >   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://github.com/ckhu-mediatek/linux.git-tags.git a0071bc455da
> >
> > Something went wrong with your git pull, you didn't get a tag or
> > branch for me to pull from.
> >
> 
> Btw for this occasion I've pulled from the branch on github which has
> this patch,
> but in future please make sure the pull req you send out is valid.

Sorry for the inconvenience, I would make sure the pull request is valid
in future.

Regards,
CK 

> 
> Dave.
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-13  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10  2:12 [GIT PULL] mediatek drm fixes for 4.20 CK Hu
2018-12-12 21:32 ` Dave Airlie
2018-12-13  0:17   ` Dave Airlie
2018-12-13  1:14     ` CK Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox