All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Gaosheng Cui <cuigaosheng1@huawei.com>,
	evan.quan@amd.com, alexander.deucher@amd.com, Xinhui.Pan@amd.com,
	airlied@linux.ie, daniel@ffwll.ch, patrik.r.jakobsson@gmail.com,
	jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com,
	rodrigo.vivi@intel.com, tvrtko.ursulin@linux.intel.com,
	zackr@vmware.com, linux-graphics-maintainer@vmware.com,
	lijo.lazar@amd.com, matthew.brost@intel.com,
	John.C.Harrison@Intel.com, daniele.ceraolospurio@intel.com
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 0/6] Remove unused declarations for gpu/drm
Date: Tue, 13 Sep 2022 08:14:34 +0200	[thread overview]
Message-ID: <22ba001b-82d9-e7fd-3ced-978e3608bd7d@amd.com> (raw)
In-Reply-To: <20220913024847.552254-1-cuigaosheng1@huawei.com>

Nice cleanup. Acked-by: Christian König <christian.koenig@amd.com> for 
the whole series.

Thanks,
Christian.

Am 13.09.22 um 04:48 schrieb Gaosheng Cui:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!
>
> Gaosheng Cui (6):
>    drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration
>    drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf()
>      declaration
>    drm/radeon: remove unused declarations for radeon
>    drm/gma500: remove unused declarations in psb_intel_drv.h
>    drm/amd/pm: remove unused declarations in hardwaremanager.h
>    drm/i915: remove unused i915_gem_lmem_obj_ops declaration
>
>   drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h | 2 --
>   drivers/gpu/drm/gma500/psb_intel_drv.h                 | 5 -----
>   drivers/gpu/drm/i915/gem/i915_gem_lmem.h               | 2 --
>   drivers/gpu/drm/radeon/r600_cs.c                       | 2 --
>   drivers/gpu/drm/radeon/radeon.h                        | 3 ---
>   drivers/gpu/drm/radeon/radeon_mode.h                   | 1 -
>   drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                    | 1 -
>   7 files changed, 16 deletions(-)
>


WARNING: multiple messages have this Message-ID (diff)
From: "Christian König" <christian.koenig@amd.com>
To: Gaosheng Cui <cuigaosheng1@huawei.com>,
	evan.quan@amd.com, alexander.deucher@amd.com, Xinhui.Pan@amd.com,
	airlied@linux.ie, daniel@ffwll.ch, patrik.r.jakobsson@gmail.com,
	jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com,
	rodrigo.vivi@intel.com, tvrtko.ursulin@linux.intel.com,
	zackr@vmware.com, linux-graphics-maintainer@vmware.com,
	lijo.lazar@amd.com, matthew.brost@intel.com,
	John.C.Harrison@Intel.com, daniele.ceraolospurio@intel.com
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	amd-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/6] Remove unused declarations for gpu/drm
Date: Tue, 13 Sep 2022 08:14:34 +0200	[thread overview]
Message-ID: <22ba001b-82d9-e7fd-3ced-978e3608bd7d@amd.com> (raw)
In-Reply-To: <20220913024847.552254-1-cuigaosheng1@huawei.com>

Nice cleanup. Acked-by: Christian König <christian.koenig@amd.com> for 
the whole series.

Thanks,
Christian.

Am 13.09.22 um 04:48 schrieb Gaosheng Cui:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!
>
> Gaosheng Cui (6):
>    drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration
>    drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf()
>      declaration
>    drm/radeon: remove unused declarations for radeon
>    drm/gma500: remove unused declarations in psb_intel_drv.h
>    drm/amd/pm: remove unused declarations in hardwaremanager.h
>    drm/i915: remove unused i915_gem_lmem_obj_ops declaration
>
>   drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h | 2 --
>   drivers/gpu/drm/gma500/psb_intel_drv.h                 | 5 -----
>   drivers/gpu/drm/i915/gem/i915_gem_lmem.h               | 2 --
>   drivers/gpu/drm/radeon/r600_cs.c                       | 2 --
>   drivers/gpu/drm/radeon/radeon.h                        | 3 ---
>   drivers/gpu/drm/radeon/radeon_mode.h                   | 1 -
>   drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                    | 1 -
>   7 files changed, 16 deletions(-)
>


  parent reply	other threads:[~2022-09-13  6:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13  2:48 [PATCH 0/6] Remove unused declarations for gpu/drm Gaosheng Cui
2022-09-13  2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 1/6] drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 2/6] drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 3/6] drm/radeon: remove unused declarations for radeon Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 4/6] drm/gma500: remove unused declarations in psb_intel_drv.h Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 5/6] drm/amd/pm: remove unused declarations in hardwaremanager.h Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13  2:48 ` [PATCH 6/6] drm/i915: remove unused i915_gem_lmem_obj_ops declaration Gaosheng Cui
2022-09-13  2:48   ` [Intel-gfx] " Gaosheng Cui
2022-09-13 18:28   ` Jani Nikula
2022-09-13 18:28     ` [Intel-gfx] " Jani Nikula
2022-09-13  6:14 ` Christian König [this message]
2022-09-13  6:14   ` [Intel-gfx] [PATCH 0/6] Remove unused declarations for gpu/drm Christian König
2022-09-13 19:00   ` Alex Deucher
2022-09-13 19:00     ` Alex Deucher
2022-09-13 19:00     ` [Intel-gfx] " Alex Deucher
2022-09-19 22:05 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-09-19 22:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-20  5:47 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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=22ba001b-82d9-e7fd-3ced-978e3608bd7d@amd.com \
    --to=christian.koenig@amd.com \
    --cc=John.C.Harrison@Intel.com \
    --cc=Xinhui.Pan@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=cuigaosheng1@huawei.com \
    --cc=daniel@ffwll.ch \
    --cc=daniele.ceraolospurio@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=evan.quan@amd.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=lijo.lazar@amd.com \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=matthew.brost@intel.com \
    --cc=patrik.r.jakobsson@gmail.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=tvrtko.ursulin@linux.intel.com \
    --cc=zackr@vmware.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.