linux_dsm_epyc7002/drivers/gpu/drm/virtio
Ville Syrjälä 9d020467a1 drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
We want framebuffers to be mostly useable already before
drm_framebuffer_init() get called, and so we will start demanding that
all the interesting format/size/etc. information be filled in before
drm_framebuffer_init(). drm_helper_mode_fill_fb_struct() will do that
for us, so let's make sure it gets called before drm_framebuffer_init().

Cc: Dave Airlie <airlied@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-17-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2016-12-15 14:55:28 +02:00
..
Kconfig
Makefile
virtgpu_debugfs.c
virtgpu_display.c drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() 2016-12-15 14:55:28 +02:00
virtgpu_drm_bus.c Revert "drm: virtio: reinstate drm_virtio_set_busid()" 2016-11-15 09:45:30 +01:00
virtgpu_drv.c drm/virtio: fix busid in a different way, allocate more vbufs. 2016-11-30 14:18:51 +10:00
virtgpu_drv.h drm/virtio: fix busid in a different way, allocate more vbufs. 2016-11-30 14:18:51 +10:00
virtgpu_fb.c drm/virtio: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops 2016-11-14 07:58:10 +01:00
virtgpu_fence.c
virtgpu_gem.c
virtgpu_ioctl.c
virtgpu_kms.c
virtgpu_object.c
virtgpu_plane.c
virtgpu_prime.c
virtgpu_ttm.c
virtgpu_vq.c drm/virtio: allocate some extra bufs 2016-11-15 09:46:48 +01:00