commit | 5bfcbce0eaeb884e258648e5ceb74a61cfb80f3c | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Feb 23 02:59:35 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Mar 03 16:16:27 2015 +0200 |
tree | 0880b39b3c7ddc92c991b2972f92706dce493499 | |
parent | 53dff601790ebc3d4caffef12b2c4754f5886c64 [diff] |
drm: rcar-du: Move plane format to plane state The format stored in the rcar_du_plane structure is part of the plane state. Move it to the rcar_du_plane_state structure and precompute it in the .atomic_check() handler. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>