Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>, intel-xe@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
Date: Tue, 08 Aug 2023 13:48:14 +0300	[thread overview]
Message-ID: <87cyzxu7wx.fsf@intel.com> (raw)
In-Reply-To: <20230801143631.536243-1-rodrigo.vivi@intel.com>

On Tue, 01 Aug 2023, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
> Removing unused declarations.
>
> Cc: Jani Nikula <jani.nikula@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

Pushed.

BR,
Jani.

> ---
>  .../drm/xe/display/ext/intel_device_info.c    |  1 -
>  .../drm/xe/display/ext/intel_device_info.h    | 38 -------------------
>  drivers/gpu/drm/xe/xe_device_types.h          |  1 -
>  3 files changed, 40 deletions(-)
>  delete mode 100644 drivers/gpu/drm/xe/display/ext/intel_device_info.h
>
> diff --git a/drivers/gpu/drm/xe/display/ext/intel_device_info.c b/drivers/gpu/drm/xe/display/ext/intel_device_info.c
> index 9e9ccdef81f1..614cc2900104 100644
> --- a/drivers/gpu/drm/xe/display/ext/intel_device_info.c
> +++ b/drivers/gpu/drm/xe/display/ext/intel_device_info.c
> @@ -25,7 +25,6 @@
>  #include "intel_cdclk.h"
>  #include "intel_de.h"
>  #include "intel_display.h"
> -#include "intel_device_info.h"
>  #include "i915_drv.h"
>  #include "i915_reg.h"
>  #include <drm/drm_drv.h>
> diff --git a/drivers/gpu/drm/xe/display/ext/intel_device_info.h b/drivers/gpu/drm/xe/display/ext/intel_device_info.h
> deleted file mode 100644
> index 959acb261007..000000000000
> --- a/drivers/gpu/drm/xe/display/ext/intel_device_info.h
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -/*
> - * Copyright © 2014-2017 Intel Corporation
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a
> - * copy of this software and associated documentation files (the "Software"),
> - * to deal in the Software without restriction, including without limitation
> - * the rights to use, copy, modify, merge, publish, distribute, sublicense,
> - * and/or sell copies of the Software, and to permit persons to whom the
> - * Software is furnished to do so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice (including the next
> - * paragraph) shall be included in all copies or substantial portions of the
> - * Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
> - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
> - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
> - * IN THE SOFTWARE.
> - *
> - */
> -
> -#ifndef _INTEL_DEVICE_INFO_H_
> -#define _INTEL_DEVICE_INFO_H_
> -
> -#include <linux/types.h>
> -#include "xe_device_types.h"
> -
> -struct drm_i915_private;
> -
> -/* Minimal parts used by xe */
> -#define intel_runtime_info xe_device_display_info
> -
> -void intel_device_info_runtime_init(struct drm_i915_private *dev_priv);
> -
> -#endif
> diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
> index b156f69d7320..c60ce94c1aac 100644
> --- a/drivers/gpu/drm/xe/xe_device_types.h
> +++ b/drivers/gpu/drm/xe/xe_device_types.h
> @@ -18,7 +18,6 @@
>  #include "xe_step_types.h"
>  
>  #if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
> -#include "ext/intel_device_info.h"
>  #include "soc/intel_pch.h"
>  #include "intel_display_core.h"
>  #include "intel_display_device.h"

-- 
Jani Nikula, Intel Open Source Graphics Center

  parent reply	other threads:[~2023-08-08 10:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-01 14:36 [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Rodrigo Vivi
2023-08-01 14:46 ` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe/display: Implement display support (rev5) Patchwork
2023-08-01 14:47 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-01 14:48 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-01 14:52 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-08-01 14:52 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-08-01 14:53 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-08-01 15:27 ` [Intel-xe] ○ CI.BAT: info " Patchwork
2023-08-08 10:48 ` Jani Nikula [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-19  8:36 [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Thomas Hellström
2023-07-04 15:02 Francois Dugast
2023-07-04 17:22 ` Lucas De Marchi
2023-05-29 11:43 Balasubramani Vivekanandan
2023-06-01 16:50 ` Matt Roper
2023-05-22 12:55 Gustavo Sousa
2023-05-22 13:12 ` Gustavo Sousa
2023-05-23  6:49 ` Lucas De Marchi
2023-05-23 12:24   ` Gustavo Sousa
2023-05-10 19:38 Nirmoy Das
2023-05-10 20:18 ` Lucas De Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87cyzxu7wx.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox