commit | 74cb2751d42efc17abdeba8ed3f2c322e41cfad5 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 07 16:24:17 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 18 16:47:34 2019 +0200 |
tree | d0ad6997ccb81d8c4333fb4110063674c353414e | |
parent | 979e94c1d64ae961016f5da2118dd46c87826d9e [diff] |
drm/i915: Introduce intel_plane_state_reset() For the sake of symmetry with the crtc stuff let's add a helper to reset the plane state to sane default values. For the moment this only gets caller from the plane init. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191107142417.11107-5-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza <jose.souza@intel.com>