Re: [Intel-gfx] [PATCH 05/12] drm/imx: Don't set allow_fb_modifiers explicitly

2021-04-14 Thread Liu Ying
Hauer > > > > Cc: Pengutronix Kernel Team > > > > Cc: Fabio Estevam > > > > Cc: NXP Linux Team > > > > Cc: linux-arm-ker...@lists.infradead.org > > > > --- > > > > drivers/gpu/drm/imx/dcss/dcss-kms.c | 1 - > >

[Intel-gfx] [PATCH 1/2] kms_atomic: Expose atomic commit flags to crtc_commit_atomic()

2016-09-12 Thread Liu Ying
abora.com> Signed-off-by: Liu Ying <gnu...@gmail.com> --- tests/kms_atomic.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c index f27ee46..bc6e575 100644 --- a/tests/kms_atomic.c +++ b/tests/kms_atomic.c @@ -234

[Intel-gfx] [PATCH 2/2] kms_atomic: plane_primary: Allow modeset if atomic check returns -EINVAL

2016-09-12 Thread Liu Ying
., pixel format and stride. Cc: Daniel Vetter <daniel.vet...@ffwll.ch> Cc: Marius Vlad <marius.c.v...@intel.com> Cc: Micah Fedke <micah.fe...@collabora.com> Cc: Daniel Stone <dani...@collabora.com> Signed-off-by: Liu Ying <gnu...@gmail.com> --- tests/kms_atomic.c | 17 +++