]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
drm/fb: add support for not enabling fbcon on non-desktop displays [v2]
authorDave Airlie <airlied@redhat.com>
Mon, 16 Oct 2017 04:08:39 +0000 (05:08 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Nov 2017 02:45:30 +0000 (12:45 +1000)
commitb5f053882ff19a8ce4a3cbc66a136b8bc5e7094f
tree221e1b2cd07cd6509b74ff281658c2a1bab91750
parent66660d4cf21b7dfcb258d8a51734963802693796
drm/fb: add support for not enabling fbcon on non-desktop displays [v2]

We don't want fbcon to get used on non-desktop dislays,
don't pass them as enabled connectors to the fb helper setup.

This prevents my HMD from getting disorted fbcon, and from
affecting other displays console.

v2: Change description from non-standard to non-desktop

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c