OSDN Git Service

drm/i915: refactor some crtc code out of intel display. (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 14 Jan 2021 11:13:45 +0000 (13:13 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 15 Jan 2021 22:08:58 +0000 (00:08 +0200)
commitfbf756c31cca387510f4950bdd9704162e8196da
tree1488031f21ec79a87744080c5c7718db6062e281
parent3170a21f7059c4660c469f59bf529f372a57da5f
drm/i915: refactor some crtc code out of intel display. (v2)

There may be more crtc code that can be pulled out, but this
is a good start.

v2: move plane before this.

Signed-off-by: Dave Airlie <airlied@redhat.com>
[Jani: cleaned up intel_crtc.h a bit.]
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/eacbe964f90d189c5940c12af5e09091b37a19c3.1610622609.git.jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_crtc.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_crtc.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_display.c