]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Extract skl_plane_ctl()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 17 Mar 2017 21:17:55 +0000 (23:17 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 23 Mar 2017 13:29:58 +0000 (15:29 +0200)
commit46f788ba2e09c9f48d50f47e27c8e2cfc7e1c076
treef42aacea1c8659cd76acc8120add6005d6cdc103
parent618ef005acf8bb5bd1574b9db12c7828e457776a
drm/i915: Extract skl_plane_ctl()

Pull the code to calculate the SKL plane control register value into
a separate function. Allows us to pre-compute it in the future.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170317211808.14693-2-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c