Re: [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions

2023-07-10 Thread Max Filippov
ensa/kernel/setup.c| 12 For xtensa: Acked-by: Max Filippov -- Thanks. -- Max

'sleeping function called from invalid context' in virtio_gpu_cmd_get_edid_cb

2019-04-05 Thread Max Filippov
Hello, I get the following warning during v5.1-rc3 bootup on QEMU with virtio-gpu-pci BUG: sleeping function called from invalid context at mm/slab.h:418 in_atomic(): 1, irqs_disabled(): 0, pid: 14, name: kworker/0:1 Preemption disabled at: virtio_gpu_cmd_get_edid_cb+0x4c/0x9c CPU: 0 PID: 14 Com

Re: [PATCH] drm/virtio: move drm_connector_update_edid_property() call

2019-04-05 Thread Max Filippov
On Thu, Apr 4, 2019 at 9:46 PM Gerd Hoffmann wrote: > > drm_connector_update_edid_property can sleep, we must not > call it while holding a spinlock. Move the callsize. > > Reported-by: Max Filippov > Signed-off-by: Gerd Hoffmann > --- > drivers/gpu/drm/virtio/virtg

[PATCH] drm/vmwgfx: select FB when DRM_VMWGFX is selected

2014-09-01 Thread Max Filippov
On Mon, Sep 1, 2014 at 3:20 AM, Randy Dunlap wrote: > On 08/31/14 16:07, Max Filippov wrote: >> Otherwise, if FB is not selected build fails at linking step: >> vmwgfx_fb.c:(.text+0x4098b): undefined reference to `register_framebuffer' >> vmwgfx_fb.c:(.text+0x409c

[PATCH] drm/vmwgfx: select FB when DRM_VMWGFX is selected

2014-09-01 Thread Max Filippov
ramebuffer' vmwgfx_fb.c:(.text+0x40a0e): undefined reference to `framebuffer_release' Patch ae6445ac7475ff05 drm/vmwgfx: depends on FB added dependency on FB that was subsequently removed in patch 04381b987292256d drm: Move plane helpers into drm_kms_helper.ko Signed-off-by: Max Filippov

[PATCH] nuoveau: only call ttm_agp_tt_create when __OS_HAS_AGP

2012-10-14 Thread Max Filippov
ttm_agp_tt_create is itself defined under CONFIG_AGP, so there's no point calling it otherwise. Signed-off-by: Max Filippov --- This fixes allmodconfig build failure for xtensa: http://kisskb.ellerman.id.au/kisskb/buildresult/7346547/ drivers/gpu/drm/nouveau/nouveau_bo.c |2 ++ 1

[PATCH v2] drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP

2012-10-14 Thread Max Filippov
ttm_agp_tt_create is itself defined under CONFIG_AGP, so there's no point calling it otherwise. Signed-off-by: Max Filippov --- This fixes allmodconfig build failure for xtensa: http://kisskb.ellerman.id.au/kisskb/buildresult/7346547/ drivers/gpu/drm/nouveau/nouveau_bo.c |2 ++ 1

[PATCH v2] drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP

2012-10-13 Thread Max Filippov
ttm_agp_tt_create is itself defined under CONFIG_AGP, so there's no point calling it otherwise. Signed-off-by: Max Filippov --- This fixes allmodconfig build failure for xtensa: http://kisskb.ellerman.id.au/kisskb/buildresult/7346547/ drivers/gpu/drm/nouveau/nouveau_bo.c |2 ++ 1

[PATCH] nuoveau: only call ttm_agp_tt_create when __OS_HAS_AGP

2012-10-12 Thread Max Filippov
ttm_agp_tt_create is itself defined under CONFIG_AGP, so there's no point calling it otherwise. Signed-off-by: Max Filippov --- This fixes allmodconfig build failure for xtensa: http://kisskb.ellerman.id.au/kisskb/buildresult/7346547/ drivers/gpu/drm/nouveau/nouveau_bo.c |2 ++ 1