]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - include/drm/drm_plane.h
drm/plane: Clarify our expectations for src/dst rectangles
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 10 Oct 2019 11:19:13 +0000 (13:19 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 10 Oct 2019 13:49:34 +0000 (15:49 +0200)
commitfec748740c9ca362dff7a5831105b0edc333bf91
tree109596316a494932578a24d4ed5063ee97912fc3
parent76d6d3df524150fb8d5b5c1a3b877c2af42f67e5
drm/plane: Clarify our expectations for src/dst rectangles

The rectangles are usually clipped, but it can be useful to have
them unclipped, for example for cursor planes.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
[mlankhorst: Change cursor plane to hardware performing clipping. (Ville)
             Fix dst description that went missing.]
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191010112918.15724-1-maarten.lankhorst@linux.intel.com
include/drm/drm_plane.h