Re: [Intel-gfx] [RFC PATCH i-g-t 3/3] tests: Add vc4 test suite

2018-03-13 Thread Maxime Ripard
Hi, On Tue, Mar 13, 2018 at 12:42:02PM +0200, Petri Latvala wrote: > On Mon, Mar 05, 2018 at 03:21:29PM +0100, Maxime Ripard wrote: > > Add some various test suites relevant for the vc4 drm driver. > > > > Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.com> &g

Re: [Intel-gfx] [RFC PATCH i-g-t 2/3] tests/chamelium: Add test case for plane formats

2018-03-13 Thread Maxime Ripard
expected value and where it wouldn't be something we can change. I just looked at the Allwinner display engine for example, and it didn't have such configuration (documented, at least). That's why I went with this approach here (but I can definitely change it if we want to deal with that theorical case

[Intel-gfx] [PATCH i-g-t] HACK: enable the chamelium HDMI-CRC-multiple test

2018-03-13 Thread Maxime Ripard
suites do not follow that pattern. Since there's nothing really driver specific and it all seems that the generic code in IGT is doing something wrong, let's try to run it on intel's GPU to confirm (or deny) that it's broken for everyone. Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_chamelium: Make tests run without pipe color management support.

2018-03-09 Thread Maxime Ripard
On Fri, Mar 09, 2018 at 12:55:24PM +0100, Maarten Lankhorst wrote: > Op 06-03-18 om 16:57 schreef Maxime Ripard: > > Hi, > > > > On Mon, Mar 05, 2018 at 07:14:16PM +0100, Maarten Lankhorst wrote: > >> Only try to set those values if the properties are supported. &g

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_chamelium: Make tests run without pipe color management support.

2018-03-06 Thread Maxime Ripard
Hi, On Mon, Mar 05, 2018 at 07:14:16PM +0100, Maarten Lankhorst wrote: > Only try to set those values if the properties are supported. > This fixes the kms_chameium tests to run on vc4 again. > > Reported-by: Maxime Ripard <maxime.rip...@bootlin.com> > Cc: Paul Kocialk

Re: [Intel-gfx] [PATCH i-g-t v2 03/14] lib/igt_kms: Rework pipe properties to be more atomic, v7.

2018-03-05 Thread Maxime Ripard
prop_id being 0 for some reason. I had a look at that patch, but I can't see anything wrong with it. Do you have any ideas? Thanks! Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature __

[Intel-gfx] [RFC PATCH i-g-t 3/3] tests: Add vc4 test suite

2018-03-05 Thread Maxime Ripard
Add some various test suites relevant for the vc4 drm driver. Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.com> --- tests/vc4_ci/vc4-chamelium-fast.testlist | 4 tests/vc4_ci/vc4-chamelium.testlist | 9 tests/vc4_ci/vc4.testlist

[Intel-gfx] [RFC PATCH i-g-t 2/3] tests/chamelium: Add test case for plane formats

2018-03-05 Thread Maxime Ripard
KMS can support a lot of different plane formats that are not being tested by the current chamelium tests. Add some preliminary tests to exert the RGB formats exposed by the KMS planes. Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.com> --- tests/Makefile.am | 1 +

[Intel-gfx] [RFC PATCH i-g-t 1/3] tests/chamelium: Move some functions and structures to a common place

2018-03-05 Thread Maxime Ripard
We are going to use a few functions already defined in kms_chamelium in other tests. Let's move them out in a separate file / header. Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.com> --- tests/Makefile.sources| 5 ++ tests/helpers_chamelium.c

[Intel-gfx] [RFC PATCH i-g-t 0/3] Test the plane formats on the Chamelium

2018-03-05 Thread Maxime Ripard
to 1, and one for the lowest bits set to 0, and try to see if one of them match. I guess this should cover most of the situation. Let me know what you think, Thanks! Maxime Maxime Ripard (3): tests/chamelium: Move some functions and structures to a common place tests/chamelium: Add

Re: [Intel-gfx] [RFC][PATCH 04/11] drm: Split the display info into static and dynamic parts

2018-02-27 Thread Maxime Ripard
Cc: Manfred Schlaegl <manfred.schla...@gmx.at> > Cc: Marek Vasut <ma...@denx.de> > Cc: Archit Taneja <arch...@codeaurora.org> > Cc: Andrzej Hajda <a.ha...@samsung.com> > Cc: Alison Wang <alison.w...@freescale.com> > Cc: Eric Anholt <e...@anholt.net> &

Re: [Intel-gfx] [PATCH 32/37] drm/sun4i: Drop drm_vblank_cleanup

2017-05-29 Thread Maxime Ripard
On Wed, May 24, 2017 at 04:52:07PM +0200, Daniel Vetter wrote: > Again seems just cargo-culted ... It's not ordered against any > irq/vblank/modeset shutdown. > > Cc: Maxime Ripard <maxime.rip...@free-electrons.com> > Signed-off-by: Daniel Vetter <daniel.vet...@inte

Re: [Intel-gfx] linux-next: build failure after merge of the sunxi tree

2017-03-07 Thread Maxime Ripard
from the drm-misc tree interacting with commit > > 1b8d109585df ("drm/sun4i: Add backend and tcon pointers to sun4i_crtc") > > from the sunxi tree. I just rebased my tree on top of the latest drm-misc tag (drm-misc-next-2017-03-06). It should compile, and not have

Re: [Intel-gfx] [PATCH 10/16] drm: Don't call drm_dev_set_unique from platform drivers

2016-06-19 Thread Maxime Ripard
affected, and as kms-only drivers without > > any rendering support no one should ever care about the unique name > > > > v2: Rebase on top of mediatek. > > > > Cc: Philipp Zabel <p.za...@pengutronix.de> > > Cc: Maxime Ripard <maxime.rip...@free-electron

Re: [Intel-gfx] [PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling

2016-06-01 Thread Maxime Ripard
res async vblank, which is not there yet, and X doesn't seem to use it at all (since it works fine without it). Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com signature.asc Description: PGP

<    2   3   4   5   6   7