mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 14:58:06 +02:00
drm: rename node to pnode in drm_output_try_paint_node_on_plane
Cosmetic meddling. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
febd93e4da
commit
dd88c1fddd
1 changed files with 3 additions and 3 deletions
|
|
@ -106,12 +106,12 @@ drm_output_check_plane_has_view_assigned(struct drm_plane *plane,
|
|||
static struct drm_plane_state *
|
||||
drm_output_try_paint_node_on_plane(struct drm_plane_handle *handle,
|
||||
struct drm_output_state *output_state,
|
||||
struct weston_paint_node *node,
|
||||
struct weston_paint_node *pnode,
|
||||
enum drm_output_propose_state_mode mode,
|
||||
struct drm_fb *fb, uint64_t zpos)
|
||||
{
|
||||
struct drm_output *output = output_state->output;
|
||||
struct weston_view *ev = node->view;
|
||||
struct weston_view *ev = pnode->view;
|
||||
struct weston_surface *surface = ev->surface;
|
||||
struct drm_device *device = output->device;
|
||||
struct drm_backend *b = device->backend;
|
||||
|
|
@ -132,7 +132,7 @@ drm_output_try_paint_node_on_plane(struct drm_plane_handle *handle,
|
|||
assert(handle->plane == state->plane);
|
||||
state->handle = handle;
|
||||
|
||||
drm_plane_state_coords_for_paint_node(state, node, zpos);
|
||||
drm_plane_state_coords_for_paint_node(state, pnode, zpos);
|
||||
|
||||
/* We hold one reference for the lifetime of this function; from
|
||||
* calling drm_fb_get_from_paint_node() in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue