[PATCH] drm/i915/icl: GEN11 supports 6 sprite planes
Jani Nikula
jani.nikula at linux.intel.com
Wed Aug 29 10:49:22 UTC 2018
On Wed, 29 Aug 2018, vsrini4 <vidya.srinivas at intel.com> wrote:
> GEN11 supports 6 sprite planes. Making the change
> in intel_device_info.c accordingly
>
> Signed-off-by: vsrini4 <vidya.srinivas at intel.com>
Please fix your git name. It's supposed to be your real name, not
username.
Thanks,
Jani.
> ---
> drivers/gpu/drm/i915/intel_device_info.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
> index 0ef0c64..7863cf8 100644
> --- a/drivers/gpu/drm/i915/intel_device_info.c
> +++ b/drivers/gpu/drm/i915/intel_device_info.c
> @@ -761,7 +761,10 @@ void intel_device_info_runtime_init(struct intel_device_info *info)
> * we don't expose the topmost plane at all to prevent ABI breakage
> * down the line.
> */
> - if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
> + if (IS_GEN11(dev_priv))
> + for_each_pipe(dev_priv, pipe)
> + info->num_sprites[pipe] = 6;
> + else if (IS_GEN10(dev_priv) || IS_GEMINILAKE(dev_priv))
> for_each_pipe(dev_priv, pipe)
> info->num_sprites[pipe] = 3;
> else if (IS_BROXTON(dev_priv)) {
--
Jani Nikula, Intel Open Source Graphics Center
More information about the dri-devel
mailing list