Re: [PATCH v2 3/6] drm/fourcc: Add drm/vs tiled modifiers

2023-10-25 Thread Emil Renner Berthing
Keith Zhao wrote: > For each modifier, add the corresponding description > > Signed-off-by: Keith Zhao > --- > include/uapi/drm/drm_fourcc.h | 57 +++ > 1 file changed, 57 insertions(+) > > diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h

Re: [PATCH v2 2/6] riscv: dts: starfive: jh7110: add dc controller and hdmi node

2023-10-25 Thread Emil Renner Berthing
Keith Zhao wrote: > Add the dc controller and hdmi node for the Starfive JH7110 SoC. > > Signed-off-by: Keith Zhao > --- > .../jh7110-starfive-visionfive-2.dtsi | 91 +++ > arch/riscv/boot/dts/starfive/jh7110.dtsi | 41 + > 2 files changed, 132 insertions(+) >

Re: [PATCH v2 4/6] drm/vs: Register DRM device

2023-10-25 Thread Emil Renner Berthing
Keith Zhao wrote: > Implement drm device registration interface > > Thomas Zimmermann wrote: > You are replacing almost all of the GEM DMA object's helper code. > Either inherit directly from drm_gem_object drop the dependency entirely, > or you could try to fit your code into GEM DMA as well > > E

[PATCH v2] drm/i915/gt: use new tasklet API for execution list

2021-01-27 Thread Emil Renner Berthing
This converts the driver to use the new tasklet API introduced in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") Signed-off-by: Emil Renner Berthing --- v2: Rebased on drm-intel-next Tested on my Dell XPS 13 9300. --- drivers/gpu/drm/i915/gt/intel_engine_cs.

Re: [PATCH v2] drm/i915/gt: use new tasklet API for execution list

2021-01-27 Thread Emil Renner Berthing
On Tue, 26 Jan 2021 at 16:13, Chris Wilson wrote: > Quoting Emil Renner Berthing (2021-01-26 15:01:55) > > This converts the driver to use the new tasklet API introduced in > > commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > > >

[PATCH] drm/i915/gt: use new tasklet API in execlist selftest

2021-01-27 Thread Emil Renner Berthing
This converts the execlist selftest to use the new tasklet API in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") Signed-off-by: Emil Renner Berthing --- Hi Chris, I seem to have missed some tasklist manipulation in the execlist selftest. Feel free to squash th

[PATCH] drm/i915/gt: use new tasklet API for execution list

2021-01-24 Thread Emil Renner Berthing
From: Emil Renner Berthing This converts the driver to use the new tasklet API introduced in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") Signed-off-by: Emil Renner Berthing --- Tested on my Dell XPS 13 9300. drivers/gpu/drm/i915/gt/intel_engine_cs.

Re: [PATCH v2 00/43] DRM Rockchip rk3399 (Kevin)

2018-01-28 Thread Emil Renner Berthing
ttps://lkml.org/lkml/2018/1/10/682 > If it makes any difference I just tested this series with next-20180126 on my Chromebook Pro and it works great. Tested-by: Emil Renner Berthing /Emil ___ dri-devel mailing list dri-devel@lists.freedesktop.org

[PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-12 Thread Emil Renner Berthing
27;ve tested this series on the Hercules eCAFE Slim HD, which uses the RGB666_1X24_CPADHI format, and it still boots up with screen output. You can add Tested-by: Emil Renner Berthing -- /Emil