On Wed, May 16, 2018 at 08:55:06PM -0300, Rodrigo Siqueira wrote: > This series of patches add a centralized initialization mechanism, a > single CRTC with a plane, an encoder, and extra module information. > > Changes in v2: > - Remove unused definitions > - Improve file names > - Improve code separation > - Remove unnecessary formats > > Rodrigo Siqueira (3): > drm/vkms: Add mode_config initialization > drm/vkms: Add basic CRTC initialization > drm/vkms: Add extra information about vkms > > drivers/gpu/drm/Kconfig | 8 ++- > drivers/gpu/drm/vkms/Makefile | 2 +- > drivers/gpu/drm/vkms/vkms_crtc.c | 35 ++++++++++++ > drivers/gpu/drm/vkms/vkms_drv.c | 61 +++++++++----------- > drivers/gpu/drm/vkms/vkms_drv.h | 24 +++++++- > drivers/gpu/drm/vkms/vkms_output.c | 91 ++++++++++++++++++++++++++++++ > drivers/gpu/drm/vkms/vkms_plane.c | 46 +++++++++++++++ > 7 files changed, 227 insertions(+), 40 deletions(-) > create mode 100644 drivers/gpu/drm/vkms/vkms_crtc.c > create mode 100644 drivers/gpu/drm/vkms/vkms_output.c > create mode 100644 drivers/gpu/drm/vkms/vkms_plane.c > > -- > 2.17.0 with my limited knowledge on DRM, these looks good to me. Reviewed-by: Haneen Mohammed <hamohammed.sa@gmail> _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel