All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Daniel Stone <daniels@collabora.com>,
	Intel GFX discussion <intel-gfx@lists.freedesktop.org>,
	Micah Fedke <micah.fedke@collabora.com>,
	Daniel Vetter <daniel.vetter@intel.com>,
	Gustavo Padovan <gustavo.padovan@collabora.co.uk>,
	Emil Velikov <emil.velikov@collabora.com>
Subject: Re: [i-g-t PATCH v1 0/7] Make more tests generic
Date: Mon, 25 Apr 2016 15:17:27 +0200	[thread overview]
Message-ID: <CAAObsKBxP+JspnBfYaBEmt6EN0BqCnVquRKmV3ZxoYtwi8HC9A@mail.gmail.com> (raw)
In-Reply-To: <CAAObsKD3n1CxYd9HKP1SbqNaWcOd4J0EPM3xM_PX=+W+-cN1oA@mail.gmail.com>

On 25 April 2016 at 15:13, Tomeu Vizoso <tomeu.vizoso@collabora.com> wrote:
> On 20 April 2016 at 16:12, Daniel Vetter <daniel@ffwll.ch> wrote:
>> On Wed, Apr 20, 2016 at 03:57:53PM +0200, Tomeu Vizoso wrote:
>>> On 20 April 2016 at 15:10, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> > On Mon, Apr 18, 2016 at 01:42:48PM +0200, Tomeu Vizoso wrote:
>>> >> Hi,
>>> >>
>>> >> these patches allow a few more tests to run on drivers other than i915,
>>> >> mainly by removing the last usage of
>>> >> DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID and removing superfluous dependencies
>>> >> on bufmgr and tiled BOs.
>>> >
>>> > Ack on all the patches, please ask Daniel Stone to push for you once he's
>>> > done a pass over the patches too.
>>>
>>> Thanks, will remind him on monday when he is back at work.
>>>
>>> > Also, if we plan to keep working on igt for a bit more, we might want to
>>> > fix you up with an fdo account and commit rights.
>>>
>>> There's still lots of work to do, plan to blog about it at latest
>>> tomorrow. About the fdo account, I have one already by my first name.
>>
>> Then just ask Daniel to add you to the xorg apps group so you can push to
>> igt. You have my ack for commit rights.
>
> Daniel gave his ok to the series and put me in that group, so I have
> just pushed this series.

That was as well my first screwup: I inadvertently pushed some patman
tags in one of the commits, sorry about that.

Regards,

Tomeu

> Thanks,
>
> Tomeu
>
>> -Daniel
>>
>>>
>>> Thanks,
>>>
>>> Tomeu
>>>
>>> > -Daniel
>>> >
>>> >>
>>> >> Thanks,
>>> >>
>>> >> Tomeu
>>> >>
>>> >> Tomeu Vizoso (7):
>>> >>   tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID
>>> >>   tests/kms_render: Move dependency on i915 into subtest
>>> >>   tests/kms_flip: Create tiled BOs only when needed
>>> >>   tests/kms_flip: Move bufmgr requirement into subtests
>>> >>   tests/kms_flip: Open DRM device with DRIVER_ANY
>>> >>   tests/kms_flip_event_leak: Use non-tiled formats
>>> >>   tests/kms_flip_event_leak: Open DRM device with DRIVER_ANY
>>> >>
>>> >>  tests/drm_read.c            | 44 +++++---------------------------------------
>>> >>  tests/kms_flip.c            | 25 ++++++++++++++++++-------
>>> >>  tests/kms_flip_event_leak.c |  8 ++++----
>>> >>  tests/kms_render.c          | 21 ++++++++++++---------
>>> >>  4 files changed, 39 insertions(+), 59 deletions(-)
>>> >>
>>> >> --
>>> >> 2.5.5
>>> >>
>>> >> _______________________________________________
>>> >> Intel-gfx mailing list
>>> >> Intel-gfx@lists.freedesktop.org
>>> >> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>>> >
>>> > --
>>> > Daniel Vetter
>>> > Software Engineer, Intel Corporation
>>> > http://blog.ffwll.ch
>>> > _______________________________________________
>>> > Intel-gfx mailing list
>>> > Intel-gfx@lists.freedesktop.org
>>> > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>>
>> --
>> Daniel Vetter
>> Software Engineer, Intel Corporation
>> http://blog.ffwll.ch
>> _______________________________________________
>> Intel-gfx mailing list
>> Intel-gfx@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2016-04-25 13:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-18 11:42 [i-g-t PATCH v1 0/7] Make more tests generic Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 1/7] tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID Tomeu Vizoso
2016-04-20 13:07   ` Daniel Vetter
2016-04-18 11:42 ` [i-g-t PATCH v1 2/7] tests/kms_render: Move dependency on i915 into subtest Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 3/7] tests/kms_flip: Create tiled BOs only when needed Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 4/7] tests/kms_flip: Move bufmgr requirement into subtests Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 5/7] tests/kms_flip: Open DRM device with DRIVER_ANY Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 6/7] tests/kms_flip_event_leak: Use non-tiled formats Tomeu Vizoso
2016-04-18 11:42 ` [i-g-t PATCH v1 7/7] tests/kms_flip_event_leak: Open DRM device with DRIVER_ANY Tomeu Vizoso
2016-04-20 13:10 ` [i-g-t PATCH v1 0/7] Make more tests generic Daniel Vetter
2016-04-20 13:57   ` Tomeu Vizoso
2016-04-20 14:12     ` Daniel Vetter
2016-04-25 13:13       ` Tomeu Vizoso
2016-04-25 13:17         ` Tomeu Vizoso [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=CAAObsKBxP+JspnBfYaBEmt6EN0BqCnVquRKmV3ZxoYtwi8HC9A@mail.gmail.com \
    --to=tomeu.vizoso@collabora.com \
    --cc=daniel.vetter@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=emil.velikov@collabora.com \
    --cc=gustavo.padovan@collabora.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=micah.fedke@collabora.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.