Skip to content
Permalink
Javier-Martine…
Switch branches/tags

Commits on Dec 17, 2021

  1. drm/xen: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  2. drm/tilcdc: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  3. drm/tegra: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  4. drm/sti: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  5. drm/sprd: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  6. drm/rockchip: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  7. drm: rcar-du: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  8. drm/omap: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  9. drm/msm: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  10. drm/mediatek: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  11. drm/mcde: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  12. drm/ingenic: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  13. drm/imx: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  14. drm/hyperv: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  15. drm/gma500: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  16. drm/exynos: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  17. drm/armada: Add support for the nomodeset kernel parameter

    According to disable Documentation/admin-guide/kernel-parameters.txt, this
    parameter can be used to disable kernel modesetting.
    
    DRM drivers will not perform display-mode changes or accelerated rendering
    and only the system framebuffer will be available if it was set-up.
    
    But only a few DRM drivers currently check for nomodeset, make this driver
    to also support the command line parameter.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  18. drm/xlnx: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  19. drm/tve200: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  20. drm/arc: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  21. drm/tidss: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  22. drm/sun4i: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  23. drm/stm: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  24. drm/shmobile: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  25. drm: mxsfb: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  26. drm/meson: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  27. drm/kmb: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  28. drm/imx/dcss: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  29. drm/hisilicon/kirin: Use drm_module_platform_driver() to register the…

    … driver
    
    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  30. drm/fsl-dcu: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  31. drm/atmel-hlcdc: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  32. drm/aspeed: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  33. drm/malidp: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  34. drm/arm/hdlcd: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
  35. drm/komeda: Use drm_module_platform_driver() to register the driver

    The macro calls to a DRM specific platform driver init handler that checks
    whether the driver is allowed to be registered or not.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    martinezjavier authored and intel-lab-lkp committed Dec 17, 2021
Older