search for: canilla

Displaying 20 results from an estimated 25 matches for "canilla".

Did you mean: vanilla
2022 Dec 19
1
[PATCH v3] drm: Only select I2C_ALGOBIT for drivers that actually need it
...c, keep the select for I2C for the > next cleanup patch. Still prepare this already by also selecting I2C for > the individual drivers. > > Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig at pengutronix.de> > --- Thanks for sending a v3 of this. Reviewed-by: Javier Martinez Canillas <javierm at redhat.com> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
2023 Jan 10
1
[PATCH v2] drm/nouveau: Remove file nouveau_fbcon.c
...eedesktop.org/drm/drm-misc into drm-next") I believe the fixes tag should be before the S-o-B ? At least that is the case in most commits and Documentation/process/maintainer-tip.rst example. But you could fix it just before applying. The patch looks good to me. Reviewed-by: Javier Martinez Canillas <javierm at redhat.com> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
2023 Mar 13
0
[PATCH] drm/virtio: Enable fb damage clips property for the primary plane
On Fri, Mar 10, 2023 at 01:59:42PM +0100, Javier Martinez Canillas wrote: > Christian Hergert reports that the driver doesn't enable the property and > that leads to always doing a full plane update, even when the driver does > support damage clipping for the primary plane. > > Don't enable it for the cursor plane, because its .atomic_upda...
2023 Mar 17
0
[PATCH 5/6] drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM
Hi Am 17.03.23 um 13:39 schrieb Javier Martinez Canillas: > Thomas Zimmermann <tzimmermann at suse.de> writes: > >> Consolidate all handling of CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM by >> making the module parameter optional in drm_fb_helper.c. >> >> Without the config option, modules can set smem_start in struct >>...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
On Thu, 4 May 2023 01:50:25 +0000 Zack Rusin <zackr at vmware.com> wrote: > On Wed, 2023-05-03 at 09:48 +0200, Javier Martinez Canillas wrote: > > Zack Rusin <zackr at vmware.com> writes: > > > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > > > > AFAICT this is the only remaining thing to be addressed for this series ? > > > > > > No, there...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...200 Jonas ?dahl <jadahl at gmail.com> wrote: > On Thu, May 04, 2023 at 01:39:04PM +0300, Pekka Paalanen wrote: > > On Thu, 4 May 2023 01:50:25 +0000 > > Zack Rusin <zackr at vmware.com> wrote: > > > > > On Wed, 2023-05-03 at 09:48 +0200, Javier Martinez Canillas wrote: > > > > Zack Rusin <zackr at vmware.com> writes: > > > > > > > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > > > > > > > > AFAICT this is the only remaining thing to be addressed fo...
2022 Dec 19
1
[PATCH v3] drm: Only select I2C_ALGOBIT for drivers that actually need it
While working on a drm driver that doesn't need the i2c algobit stuff I noticed that DRM selects this code even though only 8 drivers actually use it. While also only some drivers use i2c, keep the select for I2C for the next cleanup patch. Still prepare this already by also selecting I2C for the individual drivers. Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig at pengutronix.de> ---
2023 Jan 10
1
[PATCH v2] drm/nouveau: Remove file nouveau_fbcon.c
...c-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next") Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Karol Herbst <kherbst at redhat.com> Cc: Lyude Paul <lyude at redhat.com> Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Javier Martinez Canillas <javierm at redhat.com> Cc: Sam Ravnborg <sam at ravnborg.org> Cc: Jani Nikula <jani.nikula at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org --- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 613 -...
2023 Jun 30
0
[PATCH v1 1/4] video/aperture: Add a helper to detect if an aperture contains firmware FB
...s that the system has only one active firmware framebuffer driver at a time. We don't use the global structure screen_info here, because PCI resource may get reallocated(the VRAM BAR could be moved) at kernel boot stage. Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Javier Martinez Canillas <javierm at redhat.com> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com> Cc: Maxime Ripard <mripard at kernel.org> Cc: David Airlie <airlied at gmail.com> Cc: Daniel Vetter <daniel at ffwll.ch> Cc: Helge Deller <deller at gmx.de> Signed-off-by: Sui J...
2023 Mar 01
1
[PATCH v5] drm/virtio: Add option to disable KMS support
...v3: Also permit the host to advertise no scanouts v4: Spiff out commit msg v5: Make num_scanouts==0 and DRM_VIRTIO_GPU_KMS=n behave the same Signed-off-by: Rob Clark <robdclark at chromium.org> Reviewed-by: Dmitry Osipenko <dmitry.osipenko at collabora.com> Reviewed-by: Javier Martinez Canillas <javierm at redhat.com> --- drivers/gpu/drm/virtio/Kconfig | 11 ++++++++++ drivers/gpu/drm/virtio/Makefile | 5 ++++- drivers/gpu/drm/virtio/virtgpu_drv.c | 4 ++++ drivers/gpu/drm/virtio/virtgpu_drv.h | 10 +++++++++ drivers/gpu/drm/virtio/virtgpu_kms.c | 33 +++++++++++++++++...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...43:51 +0000 Zack Rusin <zackr at vmware.com> wrote: > On Wed, 2023-05-03 at 10:54 +0300, Pekka Paalanen wrote: > > On Wed, 3 May 2023 03:35:29 +0000 > > Zack Rusin <zackr at vmware.com> wrote: > > > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > > > > !! External Email > > > > > > > > Daniel Vetter <daniel at ffwll.ch> writes: > > > > ? > > > > > On Mon, Jul 11, 2022 at 11:32:39PM -0400, Zack Rusin wrote:? > > > > > > From: Zack Rusin...
2023 Jan 09
1
[PATCH] drm/nouveau: Remove file nouveau_fbcon.c
...suse.de> Fixes: 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Karol Herbst <kherbst at redhat.com> Cc: Lyude Paul <lyude at redhat.com> Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Javier Martinez Canillas <javierm at redhat.com> Cc: Sam Ravnborg <sam at ravnborg.org> Cc: Jani Nikula <jani.nikula at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org --- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 613 -...
2023 Jan 09
1
[PATCH] drm/nouveau: Remove file nouveau_fbcon.c
...d9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") > Cc: Ben Skeggs <bskeggs at redhat.com> > Cc: Karol Herbst <kherbst at redhat.com> > Cc: Lyude Paul <lyude at redhat.com> > Cc: Thomas Zimmermann <tzimmermann at suse.de> > Cc: Javier Martinez Canillas <javierm at redhat.com> > Cc: Sam Ravnborg <sam at ravnborg.org> > Cc: Jani Nikula <jani.nikula at intel.com> > Cc: Dave Airlie <airlied at redhat.com> > Cc: dri-devel at lists.freedesktop.org > Cc: nouveau at lists.freedesktop.org > --- > drivers/gpu/...
2023 Jan 09
1
[PATCH] drm/nouveau: Remove file nouveau_fbcon.c
...ouveau/kms: switch to drm fbdev helpers") >> Cc: Ben Skeggs <bskeggs at redhat.com> >> Cc: Karol Herbst <kherbst at redhat.com> >> Cc: Lyude Paul <lyude at redhat.com> >> Cc: Thomas Zimmermann <tzimmermann at suse.de> >> Cc: Javier Martinez Canillas <javierm at redhat.com> >> Cc: Sam Ravnborg <sam at ravnborg.org> >> Cc: Jani Nikula <jani.nikula at intel.com> >> Cc: Dave Airlie <airlied at redhat.com> >> Cc: dri-devel at lists.freedesktop.org >> Cc: nouveau at lists.freedesktop.org >&gt...
2023 Jun 30
4
[PATCH v1 0/4] PCI/VGA: Improve the default VGA device selection
From: Sui Jingfeng <suijingfeng at loongson.cn> Currently, the default VGA device selection is not perfect. Potential problems are: 1) This function is a no-op on non-x86 architectures. 2) It does not take the PCI Bar may get relocated into consideration. 3) It is not effective for the PCI device without a dedicated VRAM Bar. 4) It is device-agnostic, thus it has to waste the effort to
2023 May 07
5
[PATCH 00/53] drm: Convert to platform remove callback returning void
Hello, this patch series adapts the platform drivers below drivers/gpu/drm to use the .remove_new() callback. Compared to the traditional .remove() callback .remove_new() returns no value. This is a good thing because the driver core doesn't (and cannot) cope for errors during remove. The only effect of a non-zero return value in .remove() is that the driver core emits a warning. The device
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...s.com> Javi Merino <javi.merino@arm.com> Javier Cardona <javier@cozybit.com> Javier Lopez <jlopex@cozybit.com> Javier M. Mellid <jmunhoz@igalia.com> Javier Marcet <jmarcet@gmail.com> Javier Martin <javier.martin@vista-silicon.com> Javier Martinez Canillas <javier at dowhile0.org> Javier Martinez Canillas <javier.martinez@collabora.co.uk> Javier Martinez Canillas <javier@dowhile0.org> Javier Muñoz <jmunhoz@igalia.com> Jay Hernandez <jay@chelsio.com> Jay Purohit <jspurohit@velocitylimitless.com> Jay Vos...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...s.com> Javi Merino <javi.merino@arm.com> Javier Cardona <javier@cozybit.com> Javier Lopez <jlopex@cozybit.com> Javier M. Mellid <jmunhoz@igalia.com> Javier Marcet <jmarcet@gmail.com> Javier Martin <javier.martin@vista-silicon.com> Javier Martinez Canillas <javier at dowhile0.org> Javier Martinez Canillas <javier.martinez@collabora.co.uk> Javier Martinez Canillas <javier@dowhile0.org> Javier Muñoz <jmunhoz@igalia.com> Jay Hernandez <jay@chelsio.com> Jay Purohit <jspurohit@velocitylimitless.com> Jay Vos...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...s.com> Javi Merino <javi.merino@arm.com> Javier Cardona <javier@cozybit.com> Javier Lopez <jlopex@cozybit.com> Javier M. Mellid <jmunhoz@igalia.com> Javier Marcet <jmarcet@gmail.com> Javier Martin <javier.martin@vista-silicon.com> Javier Martinez Canillas <javier at dowhile0.org> Javier Martinez Canillas <javier.martinez@collabora.co.uk> Javier Martinez Canillas <javier@dowhile0.org> Javier Muñoz <jmunhoz@igalia.com> Jay Estabrook <jay.estabrook@gmail.com> Jay Hernandez <jay@chelsio.com> Jay Purohit &...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...s.com> Javi Merino <javi.merino@arm.com> Javier Cardona <javier@cozybit.com> Javier Lopez <jlopex@cozybit.com> Javier M. Mellid <jmunhoz@igalia.com> Javier Marcet <jmarcet@gmail.com> Javier Martin <javier.martin@vista-silicon.com> Javier Martinez Canillas <javier at dowhile0.org> Javier Martinez Canillas <javier.martinez@collabora.co.uk> Javier Martinez Canillas <javier@dowhile0.org> Javier Muñoz <jmunhoz@igalia.com> Jay Estabrook <jay.estabrook@gmail.com> Jay Hernandez <jay@chelsio.com> Jay Purohit &...