commit | 6643453987c44d5d37709c3021d21d0e3bb4d5c4 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 07 16:24:15 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 18 16:47:34 2019 +0200 |
tree | adbdec9cccccd1927bdbecc6551770a16d224f2e | |
parent | f44bfa7fbfbb6ab1642d12565673a70c0e99c320 [diff] |
drm/i915: Introduce intel_crtc_{alloc,free}() We already have alloc/free helpers for planes, add the same for crtcs. The main benefit is we get to move all the annoying state initialization out of the main crtc_init() flow. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191107142417.11107-3-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza <jose.souza@intel.com>