Skip to content

Commit

Permalink
drm: support fbcon
Browse files Browse the repository at this point in the history
Signed-off-by: Yusuf Khan <[email protected]>
  • Loading branch information
YusufKhan-gamedev committed Aug 2, 2022
1 parent 88636e7 commit 7c3533e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel-open/nvidia-drm/nvidia-drm-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
#include <drm/drm_ioctl.h>
#endif

#include <drm/drm_fb_helper.h>

#include <linux/pci.h>

/*
Expand Down Expand Up @@ -947,6 +949,8 @@ static void nv_drm_register_drm_device(const nv_gpu_info_t *gpu_info)
nv_dev->next = dev_list;
dev_list = nv_dev;

drm_fbdev_generic_setup(dev, 0);

return; /* Success */

failed_drm_register:
Expand Down

0 comments on commit 7c3533e

Please sign in to comment.