Re: [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-16 Thread Thomas Zimmermann
Am 15.04.21 um 20:50 schrieb Thomas Zimmermann: Hi Am 15.04.21 um 20:21 schrieb Zack Rusin: On 4/15/21 7:00 AM, Thomas Zimmermann wrote: Respect DRM's kconfig setting for fbdev console emulation. If enabled, it will select all required config options. So remove them from vmwgfx's Kconfig fil

Re: [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-15 Thread Zack Rusin
On 4/15/21 2:49 PM, Daniel Vetter wrote: On Thu, Apr 15, 2021 at 8:21 PM Zack Rusin wrote: On 4/15/21 7:00 AM, Thomas Zimmermann wrote: Respect DRM's kconfig setting for fbdev console emulation. If enabled, it will select all required config options. So remove them from vmwgfx's Kconfig file.

Re: [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-15 Thread Thomas Zimmermann
Hi Am 15.04.21 um 20:21 schrieb Zack Rusin: On 4/15/21 7:00 AM, Thomas Zimmermann wrote: Respect DRM's kconfig setting for fbdev console emulation. If enabled, it will select all required config options. So remove them from vmwgfx's Kconfig file. Signed-off-by: Thomas Zimmermann ---   drivers

Re: [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-15 Thread Daniel Vetter
On Thu, Apr 15, 2021 at 8:21 PM Zack Rusin wrote: > > On 4/15/21 7:00 AM, Thomas Zimmermann wrote: > > Respect DRM's kconfig setting for fbdev console emulation. If enabled, > > it will select all required config options. So remove them from vmwgfx's > > Kconfig file. > > > > Signed-off-by: Thomas

Re: [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-15 Thread Zack Rusin
On 4/15/21 7:00 AM, Thomas Zimmermann wrote: Respect DRM's kconfig setting for fbdev console emulation. If enabled, it will select all required config options. So remove them from vmwgfx's Kconfig file. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/vmwgfx/Kconfig | 7 +-- dr

[PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION

2021-04-15 Thread Thomas Zimmermann
Respect DRM's kconfig setting for fbdev console emulation. If enabled, it will select all required config options. So remove them from vmwgfx's Kconfig file. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/vmwgfx/Kconfig | 7 +-- drivers/gpu/drm/vmwgfx/Makefile | 4 +++- driv