Skip to content
Snippets Groups Projects
Select Git revision
  • f6d2dc03fa8546b284dd8c1af027d9fac5725921
  • drm-misc-templates default
  • wip/final/kci-gitlab-lava-v1
  • wip/vignesh/kci-lava-gitlab-runner
  • kci-gitlab-igt-v8
  • kci-gitlab-igt-v4
  • drm-misc-fixes-2024-10-02
  • drm-misc-next-2024-09-26
  • drm-misc-fixes-2024-09-26
  • drm-misc-next-2024-09-20
  • drm-misc-fixes-2024-09-12
  • drm-misc-fixes-2024-09-05
  • drm-misc-next-fixes-2024-09-05
  • drm-misc-fixes-2024-08-29
  • drm-misc-next-2024-08-29
  • drm-misc-next-2024-08-22
  • drm-misc-fixes-2024-08-22
  • drm-misc-next-2024-08-16
  • drm-misc-fixes-2024-08-15
  • drm-misc-next-2024-08-09
  • drm-misc-fixes-2024-08-08
  • drm-misc-next-2024-08-01
  • drm-misc-fixes-2024-08-01
  • drm-misc-next-fixes-2024-07-25
  • drm-misc-next-fixes-2024-07-19
  • drm-misc-next-fixes-2024-07-11
26 results

amdgpu

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Maxime Ripard authored
    Most of our helpers have relied on being selected so far through
    Kconfig, but that creates issues when we have multiple layers of helpers
    with some depending on others.
    
    Indeed, select doesn't select a dependency's dependencies, and thus
    isn't super intuitive. Depends on however doesn't have that limitation,
    so we can just switch all the drivers that were selecting
    DRM_DISPLAY_HDMI_HELPER to depend on it.
    
    Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
    Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-12-eafee11b84b3@kernel.org
    
    
    Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
    f6d2dc03
    History
    Name Last commit Last update
    ..