commit | c11ada0776b982bf3757b13c2775106bb06a3a9d | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Sep 07 18:24:04 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Sep 12 17:50:31 2018 +0300 |
tree | 5e950763ede44454f0ef5137970aefdb315c92f7 | |
parent | 645d91f6060cdd336b495616fe677b120c6e2ebd [diff] |
drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[] Make the main/aux surface stuff a bit more generic by using an array of structures. This will allow us to deal with both the main and aux surfaces with common code. Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180907152413.15761-5-ville.syrjala@linux.intel.com