Re: [Freedreno] [RFC v2] drm/msm: Add initial ci/ subdirectory

2022-05-12 Thread Tomeu Vizoso
On 5/11/22 7:46 PM, Rob Clark wrote: On Wed, May 11, 2022 at 10:12 AM Daniel Vetter wrote: On Tue, 10 May 2022 at 22:26, Rob Clark wrote: On Tue, May 10, 2022 at 12:39 PM Jessica Zhang wrote: On 5/10/2022 7:13 AM, Tomeu Vizoso wrote: And use it to store expectations about what the

Re: [Freedreno] [RFC v3] drm/msm: Add initial ci/ subdirectory

2022-05-11 Thread Tomeu Vizoso
On 5/11/22 3:20 PM, Rob Clark wrote: On Tue, May 10, 2022 at 11:15 PM Tomeu Vizoso wrote: And use it to store expectations about what the drm/msm driver is supposed to pass in the IGT test suite. Also include a configuration file that points to the out-of-tree CI scripts. By storing the

[Freedreno] [RFC v3] drm/msm: Add initial ci/ subdirectory

2022-05-10 Thread Tomeu Vizoso
ecute tests that are going to skip on all boards v3: - Remove tracking of dmesg output during test execution Signed-off-by: Tomeu Vizoso --- Documentation/gpu/msm_automated_testing.rst | 70 + drivers/gpu/drm/msm/ci/gitlab-ci.yml | 11 ++ drivers/gpu/drm/msm/ci/msm.tes

Re: [Freedreno] [RFC v2] drm/msm: Add initial ci/ subdirectory

2022-05-10 Thread Tomeu Vizoso
On 5/10/22 9:39 PM, Jessica Zhang wrote: On 5/10/2022 7:13 AM, Tomeu Vizoso wrote: +igt@kms_atomic_interruptible@legacy-setmode@pipe-a-edp-1 +igt@kms_atomic_interruptible@atomic-setmode@pipe-a-edp-1 +igt@kms_atomic_interruptible@legacy-dpms@pipe-a-edp-1 +igt@kms_atomic_interruptible@legacy

[Freedreno] [RFC v2] drm/msm: Add initial ci/ subdirectory

2022-05-10 Thread Tomeu Vizoso
ecute tests that are going to skip on all boards Signed-off-by: Tomeu Vizoso --- Documentation/gpu/msm_automated_testing.rst | 70 + drivers/gpu/drm/msm/ci/gitlab-ci.yml | 11 ++ drivers/gpu/drm/msm/ci/msm.testlist | 148 ++ .../gpu/drm/m

[Freedreno] [RFC] drm/msm: Add initial ci/ subdirectory

2022-05-10 Thread Tomeu Vizoso
know when a code change breaks those expectations. This will allow all contributors to drm/msm to reuse the infrastructure already in gitlab.freedesktop.org to test the driver on several generations of the hardware. Signed-off-by: Tomeu Vizoso --- Documentation/gpu/msm_automated_testing.rst

Re: [Freedreno] [PATCH 0/3] drm/msm: More GPU tracepoints

2020-09-01 Thread Tomeu Vizoso
Hi Rob, Do you think we could make all these generic? Visualization tools will need to do some processing so these can be neatly presented and it could be far more convenient if people wouldn't need to add code for each GPU driver. Maybe we could put all these tracepoints in DRM core as they seem

Re: [Freedreno] [PATCH RESEND] drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constant

2019-07-26 Thread Tomeu Vizoso
On 7/25/19 5:52 AM, Yue Hu wrote: From: Yue Hu Since governor name is defined by DEVFREQ framework internally, use the macro definition instead of using the name directly. Signed-off-by: Yue Hu Acked-by: Tomeu Vizoso --- drivers/gpu/drm/msm/msm_gpu.c | 3 ++- drivers