Re: [PATCH] drm/mediatek: Drop dependency on ARM

2024-10-31 Thread mrip...@kernel.org
On Wed, Oct 30, 2024 at 04:52:17PM +0800, Chen-Yu Tsai wrote: > On Wed, Oct 30, 2024 at 4:48 PM CK Hu (胡俊光) wrote: > > > > On Wed, 2024-10-30 at 09:25 +0100, mrip...@kernel.org wrote: > > > On Wed, Oct 30, 2024 at 03:30:34AM +, CK Hu (胡俊光) wrote: > > > >

Re: [PATCH] drm/mediatek: Drop dependency on ARM

2024-10-30 Thread mrip...@kernel.org
On Wed, Oct 30, 2024 at 03:30:34AM +, CK Hu (胡俊光) wrote: > Hi, Chen-yu: > > On Tue, 2024-10-29 at 19:13 +0800, Chen-Yu Tsai wrote: > > External email : Please do not click links or open attachments until you > > have verified the sender or the content. > > > > > > The recent attempt to make

Re: [PATCH v5 10/10] drm/tiny: add driver for Apple Touch Bars in x86 Macs

2024-09-27 Thread mrip...@kernel.org
On Sat, Aug 17, 2024 at 11:52:22AM GMT, Aditya Garg wrote: > From: Kerem Karabay > > The Touch Bars found on x86 Macs support two USB configurations: one > where the device presents itself as a HID keyboard and can display > predefined sets of keys, and one where the operating system has full > c

Re: [PATCH v5 2/9] scatterlist: Add a flag for the restricted memory

2024-06-28 Thread mrip...@kernel.org
On Fri, Jun 28, 2024 at 01:42:27PM GMT, Christian König wrote: > Am 27.06.24 um 16:40 schrieb mrip...@kernel.org: > > [SNIP] > > > > > > > > Why can't you get this information from userspace? > > > > > > Same reason amd and i915/xe also p

Re: [PATCH v5 2/9] scatterlist: Add a flag for the restricted memory

2024-06-28 Thread mrip...@kernel.org
On Fri, Jun 28, 2024 at 01:47:01PM GMT, Thierry Reding wrote: > On Thu, Jun 27, 2024 at 04:40:02PM GMT, mrip...@kernel.org wrote: > > On Thu, Jun 27, 2024 at 08:57:40AM GMT, Christian König wrote: > > > Am 27.06.24 um 05:21 schrieb Jason-JH Lin (林睿祥): > > > > >

Re: [PATCH v5 2/9] scatterlist: Add a flag for the restricted memory

2024-06-27 Thread mrip...@kernel.org
On Thu, Jun 27, 2024 at 08:57:40AM GMT, Christian König wrote: > Am 27.06.24 um 05:21 schrieb Jason-JH Lin (林睿祥): > > > > On Wed, 2024-06-26 at 19:56 +0200, Daniel Vetter wrote: > > > > External email : Please do not click links or open attachments > > until > > > you have verified the sender or

Re: [PATCH v6 0/7] Add mediate-drm secure flow for SVP

2024-06-21 Thread mrip...@kernel.org
Hi, On Tue, Jun 11, 2024 at 09:13:03AM GMT, Jason-JH Lin (林睿祥) wrote: > Hi Maxime, > > [snip] > > > > > > > --- > > > > > > TODO: > > > > > > 1) Drop MTK_DRM_IOCTL_GEM_CREATE and use DMA_HEAP_IOCTL_ALLOC > > > > > > in > > > > > > userspace > > > > > > 2) DRM driver use secure mailbox channel to

Re: [PATCH v6 0/7] Add mediate-drm secure flow for SVP

2024-05-30 Thread mrip...@kernel.org
On Tue, May 28, 2024 at 07:15:34AM GMT, Jason-JH Lin (林睿祥) wrote: > Hi Maxime, > > On Mon, 2024-05-27 at 16:06 +0200, Maxime Ripard wrote: > > Hi, > > > > On Sun, May 26, 2024 at 07:29:21AM GMT, Jason-JH.Lin wrote: > > > From: Jason-jh Lin > > > > > > Memory Definitions: > > > secure memory - M

Re: [PATCH 02/17] drm/panel replay: Add edp1.5 Panel Replay bits and register

2024-05-28 Thread mrip...@kernel.org
On Tue, May 28, 2024 at 11:25:41AM GMT, Hogander, Jouni wrote: > On Thu, 2024-05-16 at 11:53 +0300, Jouni Högander wrote: > > Add PANEL_REPLAY_CONFIGURATION_2 register and some missing Panel > > Replay > > bits. > > Hello drm-core maintainers, > > Could you please consider providing your ack on t

Re: [PATCH v6 3/6] drm/display: Add missing aux less alpm wake related bits

2024-05-28 Thread mrip...@kernel.org
On Tue, May 28, 2024 at 10:04:06AM GMT, Manna, Animesh wrote: > + drm-core maintainer > > Hi, > > Could you please have a look and ack this patch. > Received r-b from Jouni on 0th patch for the whole patch series. Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

Re: Re: Re: [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks

2024-01-31 Thread mrip...@kernel.org
Hi, On Wed, Jan 31, 2024 at 05:27:14AM +, Jason-JH Lin (林睿祥) wrote: > > On Sun, 2024-01-28 at 10:24 +0100, Maxime Ripard wrote: > > On Thu, Jan 25, 2024 at 07:17:21PM +0100, Daniel Vetter wrote: > > > On Tue, Jan 23, 2024 at 06:09:05AM +, Jason-JH Lin (林睿祥) wrote: > > > > Hi Maxime, Danie

Re: [v3 3/6] drm/vs: Register DRM device

2023-12-11 Thread mrip...@kernel.org
Hi, On Mon, Dec 11, 2023 at 05:00:04PM +0800, Keith Zhao wrote: > >> +static int vs_drm_device_init_clocks(struct vs_drm_device *priv) > >> +{ > >> + struct drm_device *dev = &priv->base; > >> + struct platform_device *pdev = to_platform_device(dev->dev); > >> + struct device_node *of_node = pd

Re: [PATCH v14 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM

2023-08-22 Thread mrip...@kernel.org
Hi, On Tue, Aug 22, 2023 at 05:36:14AM +, Ying Liu wrote: > Hi, > > > On Friday, January 6, 2023 1:50 PM Ying Liu wrote: > > > > Hi, > > > > > > This is the v14 series to introduce i.MX8qm/qxp Display Processing Unit(DPU) > > DRM support. > > > > DPU is comprised of a blit engine for 2D g

Re: [PATCH v4 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU

2023-07-18 Thread mrip...@kernel.org
Hi, To expand on what Krzysztof said On Tue, Jul 18, 2023 at 01:10:14PM +0200, Krzysztof Kozlowski wrote: > On 18/07/2023 13:08, Frank Binns wrote: > >> And this > >> items: > >> - const: gpu > >> can just be > >> const: gpu > >> > >> Although, if there is only one interrupt this is probably no