Re: [Nouveau] [PATCH v3 11/27] drm/imx: Don't set struct drm_device.irq_enabled

2021-06-26 Thread Philipp Zabel
andler and > - * drivers can well take care of their interrupts > - */ > - drm->irq_enabled = true; > - > /* >* set max width and height as default value(4096x4096). >* this value would be used to check framebuffer size limitatio

Re: [PATCH v4 20/80] drm/imx/ipuv3: Run DRM default client setup

2024-09-10 Thread Philipp Zabel
mas Zimmermann > Cc: Philipp Zabel > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: Fabio Estevam > Acked-by: Javier Martinez Canillas Acked-by: Philipp Zabel regards Philipp

Re: [Nouveau] [PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state()

2018-01-24 Thread Philipp Zabel
s well > > Cc: Liviu Dudau > Cc: Brian Starkey > Cc: Mali DP Maintainers > Cc: Daniel Vetter > Cc: Gustavo Padovan > Cc: Sean Paul > Cc: Philipp Zabel > Cc: CK Hu > Cc: Neil Armstrong > Cc: Rob Clark > Cc: Ben Skeggs > Cc: Laurent Pinchart > Cc

Re: [Nouveau] [PATCH 2/2] drm/atomic: Create and use __drm_atomic_helper_crtc_reset() everywhere

2018-11-23 Thread Philipp Zabel
p;state->base; > } > > - state->base.crtc = crtc; > + __drm_atomic_helper_crtc_reset(crtc, &state->base); > } > > static struct drm_crtc_state *mtk_drm_crtc_duplicate_state(struct drm_crtc > *crtc) For the imx-drm and mediatek drivers, Ack

Re: [Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-07-22 Thread Philipp Zabel
Hi Thomas, On Wed, 2017-07-19 at 21:15 +0200, Thomas Petazzoni wrote: > Hello, > > On Wed, 19 Jul 2017 17:25:04 +0200, Philipp Zabel wrote: > > The reset control API has two modes: exclusive access, where the driver > > expects to have full and immediate control over t

[Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-07-22 Thread Philipp Zabel
dev, id); +rstc = devm_reset_control_get_optional_exclusive(dev, id); @@ expression rstc, dev, index; @@ -rstc = devm_reset_control_get_by_index(dev, index); +rstc = devm_reset_control_get_exclusive_by_index(dev, index); After all driver patches are applied, the temporary transition helpers can be removed. regards P

[Nouveau] [PATCH 020/102] drm/nouveau/tegra: explicitly request exclusive reset control

2017-07-22 Thread Philipp Zabel
e explicit API call so the temporary transition helpers can be removed. No functional changes. Cc: Ben Skeggs Cc: David Airlie Cc: Thierry Reding Cc: Jonathan Hunter Cc: dri-de...@lists.freedesktop.org Cc: nouveau@lists.freedesktop.org Cc: linux-te...@vger.kernel.org Signed-off-by: Phi

Re: [Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-07-22 Thread Philipp Zabel
+0200, Greg Kroah-Hartman wrote: > On Wed, Jul 19, 2017 at 05:25:04PM +0200, Philipp Zabel wrote: > > The reset control API has two modes: exclusive access, where the driver > > expects to have full and immediate control over the state of the reset > > line, and shared (cloc

Re: [Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-07-22 Thread Philipp Zabel
Hi Thomas, On Thu, 2017-07-20 at 12:36 +0200, Thomas Petazzoni wrote: > Hello, > > On Thu, 20 Jul 2017 11:36:55 +0200, Philipp Zabel wrote: > > > > I don't know if it has been discussed in the past, so forgive me if it > > > has been. Have you considered a

Re: [Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-07-25 Thread Philipp Zabel
On Sun, 2017-07-23 at 20:41 +0200, Linus Walleij wrote: > On Thu, Jul 20, 2017 at 10:46 PM, Dmitry Torokhov > wrote: > > On Thu, Jul 20, 2017 at 5:55 AM, Philipp Zabel > > wrote: > > >>> What about reset_control_get(struct device *, const char *, int flags) &g

Re: [Nouveau] [PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms

2017-07-25 Thread Philipp Zabel
l-display.c | 1 - > drivers/gpu/drm/mediatek/mtk_dsi.c | 1 - > drivers/gpu/drm/mediatek/mtk_hdmi.c| 1 - Acked-by: Philipp Zabel regards Philipp ___ Nouveau mailing list Nouveau@lists.freedesktop.org

Re: [Nouveau] [PATCH 000/102] Convert drivers to explicit reset API

2017-08-14 Thread Philipp Zabel
On Sat, 2017-08-12 at 13:43 +0200, Wolfram Sang wrote: > > Thanks for the hint and the references. It seems this turned out > > okay, > > but I wouldn't dare to introduce such macro horror^Wmagic. > > I'd rather have all users converted to the _exclusive/_shared > > function > > calls and maybe the

Re: [PATCH v2 10/25] drm/imx/ipuv3: Compute dumb-buffer sizes with drm_mode_size_dumb()

2025-01-10 Thread Philipp Zabel
ute the byte size of 8 pixels in the given color > mode and align the pitch accordingly. > > Signed-off-by: Thomas Zimmermann > Cc: Philipp Zabel > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: Fabio Estevam Reviewed-by: Philipp Zabel regards Philipp