-
- Downloads
drm: rcar-du: Link CRTCs to the DU device
The rcar_du_crtc functions have a heavy reliance on the rcar_du_group structure, in many cases just to access the DU device context. To better separate the groups out of the CRTC handling code, give the rcar_du_crtc its own pointer to the device and remove the indirection through the group pointers. Signed-off-by:Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Showing
- drivers/gpu/drm/rcar-du/rcar_du_crtc.c 24 additions, 24 deletionsdrivers/gpu/drm/rcar-du/rcar_du_crtc.c
- drivers/gpu/drm/rcar-du/rcar_du_crtc.h 2 additions, 0 deletionsdrivers/gpu/drm/rcar-du/rcar_du_crtc.h
- drivers/gpu/drm/rcar-du/rcar_du_vsp.c 1 addition, 1 deletiondrivers/gpu/drm/rcar-du/rcar_du_vsp.c
Loading
Please register or sign in to comment