drm_helper_crtc_mode_set_base(9) mode_set_base implementation for atomic plane helpers

SYNOPSIS

int drm_helper_crtc_mode_set_base(struct drm_crtc * crtc, int x, int y, struct drm_framebuffer * old_fb);

ARGUMENTS

crtc

DRM CRTC

x

x offset of the CRTC scanout area on the underlying framebuffer

y

y offset of the CRTC scanout area on the underlying framebuffer

old_fb

previous framebuffer

DESCRIPTION

This function implements a callback useable as the ->mode_set_base used required by the CRTC helpers. The driver must provide the atomic plane helper functions for the primary plane.

This is a transitional helper useful for converting drivers to the atomic interfaces.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT