[Intel-gfx] [PATCH 2/2] drm/i915: Make get_initial_plane_config also get the initial rotation config
Bastien Nocera
hadess at hadess.net
Wed Apr 26 12:14:47 UTC 2017
On Sun, 2017-04-23 at 18:11 +0200, Hans de Goede wrote:
> From: Ville Syrjala <ville.syrjala at linux.intel.com>
<snip>
> diff --git a/drivers/gpu/drm/i915/intel_drv.h
> b/drivers/gpu/drm/i915/intel_drv.h
> index 344f238..63623dd 100644
> --- a/drivers/gpu/drm/i915/intel_drv.h
> +++ b/drivers/gpu/drm/i915/intel_drv.h
> @@ -418,6 +418,7 @@ struct intel_initial_plane_config {
> unsigned int tiling;
> int size;
> u32 base;
> + uint8_t rotation;
Mentioning what this is (DRM_ROTATE_* or something else) is even more
important here.
More information about the Intel-gfx
mailing list