Skip to content
Snippets Groups Projects
Select Git revision
  • e13161af80c185ecd8dc4641d0f5df58f9e3e0af
  • 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

gpu

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Matt Roper authored and Rob Clark committed
    Add a new drm_crtc_init_with_planes() to allow drivers to provide
    specific primary and cursor planes at CRTC initialization.  The existing
    drm_crtc_init() interface remains to avoid driver churn in existing
    drivers; it will initialize the CRTC with a plane helper-created primary
    plane and no cursor plane.
    
    v2:
      - Move drm_crtc_init() to plane helper file so that nothing in the DRM
        core depends on helpers.  [suggested by Daniel Vetter]
      - Keep cursor parameter to drm_crtc_init_with_planes() a void* until
        we actually add cursor support.  [suggested by Daniel Vetter]
    
    Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
    Reviewed-by: default avatarRob Clark <robdclark@gmail.com>
    e13161af
    History
    Name Last commit Last update
    ..