]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Update plane parameters for cursor plane (v2)
authorSonika Jindal <sonika.jindal@intel.com>
Thu, 23 Oct 2014 14:41:33 +0000 (07:41 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 4 Nov 2014 13:04:52 +0000 (14:04 +0100)
commit51da6c68c5cf79981196d50f3c0399716bdb7f7a
tree5cdfef2336de4861d3741a5443c7da32954352a2
parent43d7b0da57f590361924dbc8217a11a6c0cb057f
drm/i915: Update plane parameters for cursor plane (v2)

This allows the cursor plane to be updated the same way as primary and sprites,
and same set_property handler is used for all of these planes.

v2 (by Matt Roper): Rework to apply to latest di-nightly codebase.  The
        switch to split check/commit plane programming changed the code
        flow enough that the original patch could no longer be applied.

Signed-off-by: Sonika Jindal <sonika.jindal@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Tested-by (IVB): Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c